diff --git a/understanding/20/name-role-value.html b/understanding/20/name-role-value.html index 1c1ed86e54..4a53ed7e1c 100644 --- a/understanding/20/name-role-value.html +++ b/understanding/20/name-role-value.html @@ -63,8 +63,8 @@

Benefits of Name, Role, Value

Examples of Name, Role, Value

-
Accessible APIs
-
A Java applet uses the accessibility API defined by the language.
+
Custom widgets using HTML and ARIA
+
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.