diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-16 13:31:20 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-16 13:31:20 -0500 |
commit | ffcebc274b84b85a0b8c93c2aca8756df4baa236 (patch) | |
tree | 29dab20e3176c47b37d8a133fd9d4fee52f75b63 /NEWS.txt | |
parent | 97ac0bc1947b3c5ea7d262d268f42ab629117441 (diff) |
Issue a warning if characters were replaced with REPLACEMENT CHARACTER during Unicode conversion.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,14 @@ += 4.0.0b7 () = + +* Issue a warning if characters were replaced with REPLACEMENT + CHARACTER during Unicode conversion. + = 4.0.0b6 (20110216) = -* The value of multi-valued attributes like "class" are always turned - into a list, even if there's only one value. +* Multi-valued attributes like "class" always have a list of values, + even if there's only one value in the list. + +* Added a number of multi-valued attributes defined in HTML5. * Stopped generating a space before the slash that closes an empty-element tag. This may come back if I add a special XHTML mode |