Closed
Bug 1367310
Opened 8 years ago
Closed 7 years ago
stylo: :-moz-locale-dir is not internal pseudo-class
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: xidorn, Assigned: mbrubeck)
References
Details
Attachments
(2 files)
In servo/servo#16066, support of :-moz-locale-dir is added in Stylo, but it is added as an internal pseudo-class, so it doesn't pass the mochitest in test_selectors.html.
This is a non-standard pseudo-class, so we may either:
1. support it in stylo as a web-exposed pseudo-class as Gecko is currently doing, or
2. unship this from Gecko and remove corresponding tests
I guess it is probably easier to go with the first option.
Updated•7 years ago
|
Priority: -- → P2
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mbrubeck
Assignee | ||
Comment 1•7 years ago
|
||
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Reporter | ||
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8875381 [details]
Bug 1367310 - Make :-moz-locale-dir selector non-internal.
https://reviewboard.mozilla.org/r/146812/#review151052
Attachment #8875381 -
Flags: review?(xidorn+moz) → review+
Reporter | ||
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8875382 [details]
Bug 1367310 - Update stylo test expectations.
https://reviewboard.mozilla.org/r/146814/#review151054
Attachment #8875382 -
Flags: review?(xidorn+moz) → review+
Assignee | ||
Comment 8•7 years ago
|
||
Pushed by mbrubeck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ce5e886383df
Update stylo test expectations. r=xidorn
Comment 10•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 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
•