Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions understanding/20/name-role-value.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h2>Benefits of Name, Role, Value</h2>
<section id="examples">
<h2>Examples of Name, Role, Value</h2>
<dl>
<dt>Accessible APIs</dt>
<dd>A Java applet uses the accessibility API defined by the language.</dd>
<dt>Custom widgets using HTML and ARIA</dt>
<dd>A page uses custom widgets – such as toggle buttons, comboboxes, or disclosure widgets – implemented using a combination of HTML and ARIA, to make sure that they programmatically convey their accessible name, their role, and their current state and value.</dd>
</dl>
</section>
<section id="resources">
Expand Down
Loading