You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: understanding/21/label-in-name.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,18 @@ <h2>Examples</h2>
42
42
<h2>Resources</h2>
43
43
<ul>
44
44
<li><ahref="https://www.w3.org/TR/accname-aam-1.1/">Accessible Name and Description Computation</a></li>
45
+
<li><ahref="https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation">Accessible Name and Description Computation in HTML Accessibility API Mappings 1.0</a></li>
45
46
</ul>
46
47
</section>
47
48
<sectionid="techniques">
48
49
<h2>Techniques</h2>
49
50
50
51
<sectionid="sufficient">
51
52
<h3>Sufficient</h3>
52
-
<ul><li>@@ Ensuring that visible labels match their accessible names</li></ul>
53
+
<ul>
54
+
<li><ahref="../../techniques/general/G208">G208, Ensure the "accessible name" includes the visible text</a></li>
55
+
<li>@@ Ensure the accessible name matches the visible label text.</li>
0 commit comments