summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 10:06:26 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 10:06:26 -0400
commit0afe0af7cd8240ab790ccbcea6ecbdf69f21461e (patch)
treebd6a8fc992d24d144466e74ea9f7b2ac4fb31fa1 /TODO.txt
parentc40bc98de62545aa8855311a1d046af5cd9020ba (diff)
Attribute values are now run through the provided output formatter. Previously they were always run through the 'minimal' formatter. [bug=980237]
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 5ad7e93..8112a5e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -2,7 +2,7 @@ Optimizations
-------------
The html5lib tree builder doesn't use the standard tree-building API,
-which worries me.
+which worries me and has resulted in a number of bugs.
markup_attr_map can be optimized since it's always a map now.