diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 10:06:26 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 10:06:26 -0400 |
commit | 0afe0af7cd8240ab790ccbcea6ecbdf69f21461e (patch) | |
tree | bd6a8fc992d24d144466e74ea9f7b2ac4fb31fa1 /TODO.txt | |
parent | c40bc98de62545aa8855311a1d046af5cd9020ba (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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |