summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 21:08:24 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-01-28 21:08:24 -0500
commitf0b1b4f0f3c2ce4e140ba01a6690ddb16bf0fb17 (patch)
treed00ed1687710ffd18929ce44319330900a84c67a /TODO
parent58a9d28ced3c133dc945266024e629335af16196 (diff)
Made .string a dynamic property.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 208638d..71ff3fe 100644
--- a/TODO
+++ b/TODO
@@ -2,11 +2,6 @@ html5lib has its own Unicode, Dammit-like system. Converting the input
to Unicode should be up to the builder. The lxml builder would use
Unicode, Dammit, and the html5lib builder would be a no-op.
-Calculate tag.string dynamically rather than when creating the
-tree. The html5lib builder doesn't use popTag, and adding/removing
-things from the tree after the fact may also change the
-value/availability of tag.string.
-
---
Here are some unit tests that fail with HTMLParser.