Closed
Bug 1270406
Opened 9 years ago
Closed 8 years ago
remove pseudo class :-moz-dir after :dir is shipped
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: bmo, Assigned: bmo)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(3 files)
Per bug 859301 comment 27, it's better to leave :-moz-dir() for a short transition period rather than removing it at exactly the same time as adding :dir.
Open this bug to track the removal status.
Updated•9 years ago
|
Keywords: dev-doc-needed,
site-compat
Comment 1•9 years ago
|
||
Can we do some research to see how widely used :-moz-dir() is (and if sites using it include an unprefixed fallback) before removing it?
Adding Blink and WebKit bugs to "See Also" field
Comment 3•9 years ago
|
||
I don't really believe this is widely-used currently. And even if it is, given that neither WebKit/Blink nor IE/Edge support it, I don't think removing the unprefixed version would break websites badly.
I guess the best way to research this is to query the httparchive on the BigQuery. Hopefully they have CSS files included.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → aschen
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•8 years ago
|
||
TRY: https://treeherder.mozilla.org/#/jobs?repo=try&revision=901949ce5bcfb9a737ff30dcb469a71d87fc1264
Unprefix version had been shipped on FF49, it's time to remove the support of prefix one from FF53.
We will also take care of any webcompat issues jump out due to this change, and make the call whether or not worth doing it.
Assignee | ||
Updated•8 years ago
|
Attachment #8813207 -
Flags: review?(adw)
Attachment #8813208 -
Flags: review?(pbrosset)
Attachment #8813209 -
Flags: review?(xidorn+moz)
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8813209 [details]
Bug 1270406 - Remove :-moz-dir support.
https://reviewboard.mozilla.org/r/94716/#review95146
Attachment #8813209 -
Flags: review?(xidorn+moz) → review+
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8813208 [details]
Bug 1270406 - Unprefix pseudo-class dir in DevTool resources.
https://reviewboard.mozilla.org/r/94714/#review95202
Attachment #8813208 -
Flags: review?(pbrosset) → review+
Comment 10•8 years ago
|
||
mozreview-review |
Comment on attachment 8813207 [details]
Bug 1270406 - Unprefix pseudo-class dir in browser resources.
https://reviewboard.mozilla.org/r/94712/#review95404
Attachment #8813207 -
Flags: review?(adw) → review+
Assignee | ||
Comment 11•8 years ago
|
||
Thanks for your review.
Comment 12•8 years ago
|
||
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/96be179dc002
Unprefix pseudo-class dir in browser resources. r=adw
https://hg.mozilla.org/integration/autoland/rev/71620574d3e5
Unprefix pseudo-class dir in DevTool resources. r=pbro
https://hg.mozilla.org/integration/autoland/rev/1ba616d48ed7
Remove :-moz-dir support. r=xidorn
Comment 13•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/96be179dc002
https://hg.mozilla.org/mozilla-central/rev/71620574d3e5
https://hg.mozilla.org/mozilla-central/rev/1ba616d48ed7
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 14•8 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-CA/docs/2016/moz-dir-pseudo-class-has-been-removed/
Comment 15•8 years ago
|
||
Mentioned the removal at https://developer.mozilla.org/en-US/docs/Web/CSS/:dir#Browser_compatibility and https://developer.mozilla.org/en-US/Firefox/Releases/53.
Sebastian
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•