[Webkit-unassigned] [Bug 116504] New: Recognize html whitespaces as separators for attribute selectors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 20 19:33:47 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116504
Summary: Recognize html whitespaces as separators for attribute
selectors
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: koivisto at iki.fi, akling at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list