diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-06 17:13:43 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-06 17:13:43 -0400 |
commit | 6bdd65ceb1177d0e5d50bbe51f21b1209c72b599 (patch) | |
tree | d5196eec6c5acf50e510e0f1cd929daaa8fbc652 /NEWS.txt | |
parent | eac207a4efeca3e7a78838377aafb4a2b44f43c5 (diff) |
In an HTML document, the contents of a <script> or <style> tag will
no longer undergo entity substitution by default. XML documents work
the same way they did before. [bug=1085953]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -= 4.1.4 (Unreleased) = += 4.2.0 (Unreleased) = + +* In an HTML document, the contents of a <script> or <style> tag will + no longer undergo entity substitution by default. XML documents work + the same way they did before. [bug=1085953] * Fix a bug in the html5lib treebuilder which sometimes created disconnected trees. [bug=1039527] |