Skip to content

Commit 704bc4d

Browse files
Update aria-required-accessible-name-gp8n89.md
1 parent 520a816 commit 704bc4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_rules/aria-required-accessible-name-gp8n89.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,14 @@ This `div` element has an [explicit semantic role][] of `group`, which does not
259259
<div role="group">Some content</div>
260260
```
261261

262-
#### Inapplicable Example 5
262+
<!-- Boundary example for future improvement -->
263+
<!--#### Inapplicable Example 5
263264
264265
This `button` element has an [explicit semantic role][] of `none`. Although the [Presentational Roles Conflict Resolution][] requires the author to provide an [accessible name][], the [explicit semantic role][] does not require an [accessible name][] for this rule.
265266
266267
```html
267268
<button role="none"></button>
268-
```
269+
```-->
269270

270271
[accessible name]: #accessible-name 'Definition of accessible name'
271272
[attribute value]: #attribute-value 'Definition of attribute value'

0 commit comments

Comments
 (0)