Skip to content

Commit 0c440b1

Browse files
Update aria-allowed-child-element-with-presentational-parent-1g88p9.md
1 parent 66e20b6 commit 0c440b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/aria-allowed-child-element-with-presentational-parent-1g88p9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ The `a` elements with a semantic role of `link` are not [allowed child element](
160160

161161
```html
162162
<ul role="presentation">
163-
<a href="https://www.w3.org/TR/WCAG22/">WCAG</button>
164-
<a href="https://w3c.github.io/aria/">ARIA</button>
163+
<a href="https://www.w3.org/TR/WCAG22/">WCAG</a>
164+
<a href="https://w3c.github.io/aria/">ARIA</a>
165165
</ul>
166166
```
167167

0 commit comments

Comments
 (0)