diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 21:33:24 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-07-18 21:33:24 -0400 |
commit | 1126b39cf68d7b75b7f12a185ab9f6983526fa3a (patch) | |
tree | e957681992412e0bd19c91e1719d3ec5fc605235 /NEWS.txt | |
parent | d152430325e8ebbf5a5be46c4c0a3f8489c119ff (diff) |
Added support for CSS selector values that contain quoted spaces,
such as tag[style="display: foo"]. [bug=1540588]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ reparented into a tag that contained an identical whitespace element. [bug=1505351] +* Added support for CSS selector values that contain quoted spaces, + such as tag[style="display: foo"]. [bug=1540588] + * Corrected handling of XML processing instructions. [bug=1504393] * The contents of <textarea> tags will no longer be modified when the |