Bug 116504 - Recognize html whitespaces as separators for attribute selectors
Summary: Recognize html whitespaces as separators for attribute selectors
Status: RESOLVED DUPLICATE of bug 115954
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-05-20 19:32 PDT by Ryosuke Niwa
Modified: 2013-05-21 10:03 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Alexey Proskuryakov 2013-05-21 10:03:52 PDT

*** This bug has been marked as a duplicate of bug 115954 ***