summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..75f1ca6
--- /dev/null
+++ b/TODO
@@ -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.