Please add support for the :focus-visible pseudo selector on Firefox
Can Firefox please add support for the :focus-visible pseudo selector? Chrome and Edge already have it.
https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
You can see that a temporary poly fill for browsers missing this feature exists and the problem is well stated here: https://github.com/WICG/focus-visible
所有回覆 (3)
You can enable support as an experimental feature:
- about:config => layout.css.focus-visible.enabled = true
- https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#Pseudo-class_focus-visible
See also:
cor-el said
You can enable support as an experimental feature:See also:
- about:config => layout.css.focus-visible.enabled = true
- https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#Pseudo-class_focus-visible
Thanks, but do you know if/when this might be supported by default for all new Firefox releases?
thenomadicmann said
Thanks, but do you know if/when this might be supported by default for all new Firefox releases?
Should be in ver. 85 (see Bug 1445482 - implement :focus-visible pseudo-class (rename/alias :-moz-focusring)
由 TyDraniu 於