Closed
Bug 1348802
Opened 8 years ago
Closed 8 years ago
stylo: Servo implements selectors-4's :not, Gecko implements selectors-3
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: emilio, Assigned: bholley)
References
Details
Attachments
(1 file)
16.03 KB,
patch
|
SimonSapin
:
review+
|
Details | Diff | Splinter Review |
In particular, Servo's :not selectors can contain combinators, unlike Gecko's.
See https://github.com/servo/servo/pull/15890.
We should decide what to do about this.
Assignee | ||
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•8 years ago
|
||
We should downgrade to level 3 and then reconsider after stylo ships. I have a patch.
Assignee: nobody → bobbyholley
Priority: P3 → P1
Assignee | ||
Comment 2•8 years ago
|
||
MozReview-Commit-ID: 6p750Ml2wzm
Attachment #8861292 -
Flags: review?(simon.sapin)
Comment 3•8 years ago
|
||
Comment on attachment 8861292 [details] [diff] [review]
Downgrade selectors not() behavior to level 3. v1
Review of attachment 8861292 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
I also checked :moz-any parsing, it seems to be equivalent:
https://github.com/servo/servo/blob/f3c1bbe0700806ef2def3b0c5ce0dde4eba107ea/components/style/gecko/selector_parser.rs#L400-L409
http://searchfox.org/mozilla-central/rev/baf47b352e873d4516d7656186d6d7c7447d3873/layout/style/nsCSSParser.cpp#6502
Attachment #8861292 -
Flags: review?(simon.sapin) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b90e552d82d
Update test expectations. r=me
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•