-
Notifications
You must be signed in to change notification settings - Fork 288
F80 code example doesn't fail #3558
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
Comments
This is only true if the browser zoom is changed directly. However, if a different font size is selected in the browser, the inputs are not displayed enlarged |
However, it would be even better if it were used |
and since 1.4.4 doesn't require a specific approach, but only that there be a way to enlarge text, this technique passes. agree that it should either be changed or removed /cc @alastc |
Any other ideas for failure techniques illustrating how author might break browser zoom? Thanks @JAWS-test for |
Same problem with the example in F69, they work perfectly fine with browser zoom and only break with font size change ( With all modern desktop browsers allowing zoom and thus passing G142, does 1.4.4 boils down to "be careful with viewport relative units" 🤔 |
Looking into that again, it seems that even F94 may need a rework. When I'm looking at the detailed example in Firefox and use the "zoom text only" setting, it scales nicely. Other methods (usual browser zoom, increasing font size) do not let the text be resized, though. Judging by Understanding 1.4.4, it seems that "zoom text only" is a valid way of passing it:
(emphasize mine) And with the recent clarification that
That page seems to now satisfy 1.4.4. |
https://www.w3.org/WAI/WCAG22/Techniques/failures/F80
At 400% zoom with Chrome and Edge, everything including the input field text increased.
The text was updated successfully, but these errors were encountered: