Skip to content

Commit 1c2dded

Browse files
committed
Added more lines
1 parent 5885723 commit 1c2dded

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/rules/no-aria-hidden-on-focusable.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ Enforce that `aria-hidden="true"` is not set on focusable elements or parent of
7575
<span tabindex='0' aria-hidden='true'><em>Icon</em></span>
7676
</template>
7777
```
78+

docs/rules/no-role-presentation-on-focusable.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ Enforce that `role="presentation"` is not set on focusable elements or parent of
7575
<span tabindex='0' role="presentation"><em>Icon</em></span>
7676
</template>
7777
```
78+

0 commit comments

Comments
 (0)