diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-05-07 08:18:48 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-05-07 08:18:48 -0400 |
commit | 77f1bf0efe0142d5ad5ce84e09a364580a8b6743 (patch) | |
tree | a5b201b654eb3e8d93286ad3e999af19221315c0 /NEWS.txt | |
parent | 98a2e39b6d4bd9cad8a1c19110124e33e9ae4e54 (diff) |
Namespace prefix is preserved when an XML tag is copied. Thanks
to Vikas for a patch and test. [bug=1685172]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ * HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element tags) correctly. [bug=1656909] +* Namespace prefix is preserved when an XML tag is copied. Thanks + to Vikas for a patch and test. [bug=1685172] + = 4.5.3 (20170102) = * Fixed foster parenting when html5lib is the tree builder. Thanks to |