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

frame-title rule should not have the wcag241 tag #3483

Closed
WilcoFiers opened this issue May 31, 2022 · 1 comment
Closed

frame-title rule should not have the wcag241 tag #3483

WilcoFiers opened this issue May 31, 2022 · 1 comment
Labels
ACT Rules good first issue For first-time contributors pr A pr has been created for the issue rule metadata Issues in the rule metadata code (lib/rules)
Milestone

Comments

@WilcoFiers
Copy link
Contributor

WilcoFiers commented May 31, 2022

Not having a title on a frame isn't a guaranteed failure of SC 2.4.1 Bypass Blocks. There are other ways to bypass blocks then through frames.

To address just remove the wcag241 tag from lib/rules/frame-title.json.

@WilcoFiers WilcoFiers added rule metadata Issues in the rule metadata code (lib/rules) ACT Rules good first issue For first-time contributors labels May 31, 2022
@WilcoFiers WilcoFiers added this to the Axe-core 4.5 milestone May 31, 2022
@WilcoFiers WilcoFiers added the pr A pr has been created for the issue label Jun 27, 2022
@padmavemulapati
Copy link

Validated with the latest code base, not seeing wcag241 tag for frame-tile
image
Script:
<iframe tabindex="-1" srcdoc="<a href='/' tabindex='-1'>Home</a>"></iframe>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACT Rules good first issue For first-time contributors pr A pr has been created for the issue rule metadata Issues in the rule metadata code (lib/rules)
Projects
None yet
Development

No branches or pull requests

2 participants