Remove focus-visible feature flag
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(2 files)
We shipped this so we should do this now.
Assignee | ||
Comment 1•5 years ago
|
||
This shipped in 85, we can remove the feature flag now. Keep
:-moz-focusring as an alias to :focus-visible at parse time.
Assignee | ||
Comment 2•5 years ago
|
||
We had different rules with the same declarations for all namespaces, so
simplify that setup by having a single rule.
Remove redundant | from selectors while at it (there's no default
namespace in ua.css, so there's no need to do that).
Depends on D103752
Comment 4•5 years ago
|
||
Backed out 2 changesets (Bug 1690225) for causing multiple bc failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/c09ab610821bfadb714fcfd632968cd95ebeb22a
Failure log:
https://treeherder.mozilla.org/logviewer?job_id=328640396&repo=autoland&lineNumber=2304
Assignee | ||
Comment 7•5 years ago
|
||
Thanks, quite an odd failure. But I forgot to deal with XUL so that should fix it.
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c3d49d6fe821
https://hg.mozilla.org/mozilla-central/rev/3fe7fef2859b
Description
•