From 00e1814784ac24726ddc057770a66e8d6c391d2d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Sun, 5 Apr 2026 20:13:47 +0100 Subject: [PATCH] Change the example for 4.1.2 Name, Role, Value understanding "Java Applet" makes it sound a bit early 90s... Closes #4997 --- understanding/20/name-role-value.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.