summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-24 17:03:40 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-24 17:03:40 -0400
commit905f3b0bb450d9304810c712d6d1280b449af041 (patch)
tree84e3e6be11f1a980458e83d41747fe61dd98f0a3 /NEWS.txt
parent8fb4389df679d38add64014f5a1b71d6d4820e1f (diff)
If the initial <html> tag contains a CDATA list attribute such as
'class', the html5lib tree builder will now turn its value into a list, as it would with any other tag. [bug=1296481]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 92765e1..d49d451 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -40,6 +40,10 @@
displayed correctly even if the filename or URL is a Unicode
string. [bug=1268888]
+* If the initial <html> tag contains a CDATA list attribute such as
+ 'class', the html5lib tree builder will now turn its value into a
+ list, as it would with any other tag. [bug=1296481]
+
* Improved docstring for encode_contents() and
decode_contents(). [bug=1441543]