diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-03 21:36:13 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-01-03 21:36:13 -0500 |
commit | 692fe5201d5dec15a3598578a6f403e67802de0d (patch) | |
tree | 7ab5c761163b5fae77304ff8b6769afd8a9d84e1 /TODO | |
parent | ea57d5122f1df133927e266e5fabbf0ef767f460 (diff) |
Brought in a treebuilder from html5lib and got it to work.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +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. |