Skip to content

Commit c8fe9e8

Browse files
giacomo-petriJym77
andauthored
[Editorial] - [bc4a75] ARIA required owned elements - Inapplicable Example 3 improvement (#2251)
* Update aria-required-owned-element-bc4a75.md * Update _rules/aria-required-owned-element-bc4a75.md Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com> --------- Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 6e391bd commit c8fe9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/aria-required-owned-element-bc4a75.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This `ul` element does not have an [explicit semantic role][].
250250
This element with the `progressbar` role does not need [required owned elements][].
251251

252252
```html
253-
<div role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">20 %</div>
253+
<div role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" aria-label="Completion">20 %</div>
254254
```
255255

256256
#### Inapplicable Example 4

0 commit comments

Comments
 (0)