summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-11 09:10:56 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-11 09:10:56 -0500
commitd0531c4204a67a4289025bf7108a922f680fa057 (patch)
treecdad3f97812e658d84a611b6017b7198fd97d818 /TODO
parent3366ad67dc2dfdd508267efc87dfc851b612fb0d (diff)
parentd89c8878ea86a2575c87e9fad8081cfcd81e0bcd (diff)
Ported some more tests, fixed an encoding problem, and added rudimentary doctype handling.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 71ff3fe..9792743 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,11 @@ 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.
+Bare ampersands should be converted to HTML entities upon output.
+
+It should also be possible to convert certain Unicode characters to
+HTML entities upon output.
+
---
Here are some unit tests that fail with HTMLParser.