Skip to content

Commit

Permalink
Update accessibility-checker-engine/help-v4/en-US/aria_toolbar_label_…
Browse files Browse the repository at this point in the history
…unique.html
  • Loading branch information
tombrunet authored Jan 9, 2024
1 parent 70e71cb commit 91d44ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3 id="ruleMessage"></h3>
* For each element with a `"toolbar"` role, either set the value of the `aria-labelledby` attribute to the `id` value of any visible text that appropriately and uniquely describes that toolbar's purpose;
* **Or**, use the `aria-label` attribute to add an invisible, unique, non-empty label to an element with the `"toolbar"` role.

The following example shows two containers created with the ARIA `"toolbar"` role. Each container is uniquely labelled with `aria-label` and `aria-labeledby` attributes.
The following example shows two containers created with the ARIA `"toolbar"` role. Each container is uniquely labeled with `aria-label` and `aria-labelledby` attributes.

```
<div role="toolbar" aria-label="Simple tools">
Expand Down

0 comments on commit 91d44ec

Please sign in to comment.