RESOLVED DUPLICATE of bug 115954 116504
Recognize html whitespaces as separators for attribute selectors
https://bugs.webkit.org/show_bug.cgi?id=116504
Summary Recognize html whitespaces as separators for attribute selectors
Ryosuke Niwa
Reported 2013-05-20 19:32:16 PDT
We should probably merge https://chromium.googlesource.com/chromium/blink/+/3b062d8c310875be0fe6f26a89e2592104944e83 Used to only recognize 0x20 as a separator for attribute selector matching values in space separated lists. Now recognizes 0x09, 0x0a, 0x0c, 0x0d, and 0x20 as separators.
Attachments
Alexey Proskuryakov
Comment 1 2013-05-21 10:03:52 PDT
*** This bug has been marked as a duplicate of bug 115954 ***
Note You need to log in before you can comment on or make changes to this bug.