Closed
Bug 1512386
Opened 4 years ago
Closed 4 years ago
Case-sensitive attribute selectors (from Selectors level 4)
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: e7358d9c, Assigned: bzbarsky)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(2 files, 1 obsolete file)
No description provided.
![]() |
Assignee | |
Comment 2•4 years ago
|
||
Since this was entirely unclear from the original report: this is about supporting [foo="bar" s] syntax that just got added to the Selectors 4 draft 4 days ago.
![]() |
Assignee | |
Comment 3•4 years ago
|
||
Does this spec come with tests, by the way?
![]() |
Assignee | |
Comment 4•4 years ago
|
||
Writing tests caught obvious bug in the naive implementation, of course...
![]() |
Assignee | |
Comment 5•4 years ago
|
||
We could keep using ParsedCaseSensitivity::CaseSensitive as a temporary stand-in for "case-sensitive or maybe not depending on what HTML says" until we check the attribute list, but it seems better to make that explicit.
Pushed by bzbarsky@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/bfd73976f27e Add support for 's' flag on attribute selectors. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/14451 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bfd73976f27e
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Upstream PR merged
Updated•4 years ago
|
Assignee: nobody → bzbarsky
Reporter | ||
Comment 13•4 years ago
|
||
This PR updates the browser compatibility data to document support for Firefox 66.
Attachment #9029777 -
Attachment is obsolete: true
Comment 14•4 years ago
|
||
Changing this to dev-doc-complete; we've added descriptions and examples to https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors.
And a note to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#CSS
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•