diff options
author | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 13:54:56 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2021-02-13 13:54:56 -0500 |
commit | 185ec704743ffa0dfd95b7a29e2f5d38a25433b5 (patch) | |
tree | 39c3535011cc9a1f1e32827d557eb40fba9fa183 /CHANGELOG | |
parent | 8f763297abc8bb598c3aca25eccaef6db7f7c987 (diff) |
Corrected the use of special string container classes in cases when a
single tag may contain strings with different containers; such as
the <template> tag, which may contain both TemplateString objects
and Comment objects. [bug=1913406]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ * Performance improvement when processing tags that speeds up overall tree construction by 2%. Patch by Morotti. [bug=1899358] +* Corrected the use of special string container classes in cases when a + single tag may contain strings with different containers; such as + the <template> tag, which may contain both TemplateString objects + and Comment objects. [bug=1913406] + * Added a second way to pass specify encodings to UnicodeDammit and EncodingDetector, based on the order of precedence defined in the HTML5 spec, starting at: |