Skip to content
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

htmlcs: display: hidden & visibility: hidden issues evaluated #27

Open
metsis opened this issue Dec 17, 2024 · 0 comments
Open

htmlcs: display: hidden & visibility: hidden issues evaluated #27

metsis opened this issue Dec 17, 2024 · 0 comments

Comments

@metsis
Copy link

metsis commented Dec 17, 2024

Hi,

We're are finding that elements that should be clearly hidden both visually and from screen readers (display:none; visibility: hidden) are being evaluated as accessibility errors. Shouldn't they be ignored, or is there an option to choose to do so? Or is this a deliberate choice?

{"context":"<iframe height=\"0\" width=\"0\" style=\"display: none; visibility: hidden;\" data-lf-form-tracking-inspected-laxoeakglgaaoygd=\"true\" data-lf-yt-playback-inspected-laxoeakglgaaoygd=\"true\" data-lf-vimeo-playback-inspected-laxoeakglgaaoygd=\"true\"></iframe>",
"selector":"body>:nth-child(7)",
"code":"WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1",
"type":"error",
"typeCode":1,
"message":"Iframe element requires a non-empty title attribute that identifies the frame.",
"runner":"htmlcs",
"recurrence":0,
"clip":{"x":0,"y":0,"width":0,"height":0}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant