summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-24 16:44:29 -0500
committerTechnosophos <[email protected]>2013-04-24 16:44:29 -0500
commit102c57cc46df3b2dfcb435e9e51b8f733f11b741 (patch)
tree8b1e209a8741b96acd1312b9b447a00ad7545d7e
parent5bad030cd96865fd819ef477716decde07b04593 (diff)
Removed deprecated constants.
-rw-r--r--src/HTML5/Parser/Tokenizer.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/HTML5/Parser/Tokenizer.php b/src/HTML5/Parser/Tokenizer.php
index c835120..02e78d9 100644
--- a/src/HTML5/Parser/Tokenizer.php
+++ b/src/HTML5/Parser/Tokenizer.php
@@ -42,18 +42,6 @@ class Tokenizer {
const WHITE="\t\n\f ";
/**
- * Textmodes are used to determine how to scan the text inside of tags.
- *
- * NORMAL: Scan non-elements.
- * RAW: Scan until a specific closing tag.
- * RCDATA: Scan until a specifc close state.
- *//*
- const TEXTMODE_NORMAL = 0;
- const TEXTMODE_RAW = 1;
- const TEXTMODE_RCDATA = 2;
- */
-
- /**
* Create a new tokenizer.
*
* Typically, parsing a document involves creating a new tokenizer, giving