-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated :-moz-focusring
makes form elements less accessible
#55
Comments
Are you sure modern-normalize/modern-normalize.css Lines 195 to 202 in 1fc6b5a
|
Hi, thanks for your response! I believe this can be removed. If you use a current version of Firefox (89.0.1) to view the two-buttons example at https://developer.mozilla.org/en-US/docs/Web/CSS/::-moz-focus-inner you will see that the example it does not work any more. The The example should show a padding and a dotted red border, but none of that is visible in Firefox 89. PS: This commit is probably relevant: mozilla/gecko-dev@217ddbe#diff-92f5675383d4b1d6c842a89578aa87cd5bbdc01ce60603032ba3e63a0cef7bd4 (Confusingly, in this commit, and in the forms.css file at I am not super deep in the subject, but the change seems to come together with moving towards PS 2: Also relevant:
|
Update: Findings which might be just as relevant here in |
This might be something for |
I can no longer reproduce that issue, I belive it is fixed now. |
The package applies an outdated inaccessible focus ring to form elements in firefox:
This thin dotted gray line is inaccessible, outdated. Browsers have updated their default focus styles to be much more accessible, including Firefox.
Here an unstyled, focused textarea (without
modern-normalize
):https://codepen.io/rickymetz/pen/ZrbXqJ
It would be fantastic if modern-normalize could undo the custom application of an inaccessible legacy Firefox focus style.
The text was updated successfully, but these errors were encountered: