Closed
Bug 1199529
Opened 9 years ago
Closed 8 years ago
Remove :-moz-full-screen-ancestor pseudo-class selector
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
Per bug 1199519, this selector is no longer part of the spec. If we determined that it is not necessary to keep this selector, we should completely remove it.
It would be hard to maintain this selector both correctly and efficiently once we implement bug 1195213, which removes the hierarchy restriction.
Comment 1•9 years ago
|
||
Posted the site compatibility doc: https://www.fxsitecompat.com/en-US/docs/2015/moz-full-screen-ancestor-will-be-removed/
Keywords: dev-doc-needed,
site-compat
Assignee | ||
Comment 2•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/61258/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/61258/
Attachment #8766276 -
Flags: review?(bugs)
Comment 3•8 years ago
|
||
Comment on attachment 8766276 [details]
Bug 1199529 - Remove :-moz-full-screen-ancestor pseudo-class as well as its state bit.
https://reviewboard.mozilla.org/r/61258/#review58136
Ah, we remove the state in this bug. So no need to add the assertion in the other bug.
Attachment #8766276 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → xidorn+moz
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e00ba8448c08
Remove :-moz-full-screen-ancestor pseudo-class as well as its state bit. r=smaug
Pushed by xquan@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/515e35547dbe
followup - Remove unused function.
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e00ba8448c08
https://hg.mozilla.org/mozilla-central/rev/515e35547dbe
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 7•8 years ago
|
||
Updated the site compat doc for Firefox 50: https://www.fxsitecompat.com/en-CA/docs/2016/moz-full-screen-ancestor-has-been-removed/
Comment 8•8 years ago
|
||
Updated:
https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-full-screen-ancestor
and
https://developer.mozilla.org/en-US/Firefox/Releases/50#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
•