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

feat(new-rule): aria-braille-equivalent finds incorrect uses of aria-braille attributes #4107

Merged
merged 5 commits into from
Jul 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
WilcoFiers committed Jul 28, 2023
commit 8ae0e6f9f5da5eae1421a1c15d1271679fa7304f
2 changes: 1 addition & 1 deletion test/integration/full/isolated-env/isolated-env.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>Ok</h2>
</tr>
</table>

<img src="img.jpg" alt="" />
<img src="img.jpg" alt="" aria-braillelabel="my image" />
<video><track kind="captions" /></video>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down