Skip to content

Commit 0bbd57b

Browse files
committed
Readied label-in-name technique for publication
1 parent f992d56 commit 0bbd57b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

understanding/21/label-in-name.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,18 @@ <h2>Examples</h2>
4242
<h2>Resources</h2>
4343
<ul>
4444
<li><a href="https://www.w3.org/TR/accname-aam-1.1/">Accessible Name and Description Computation</a></li>
45+
<li><a href="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>
4546
</ul>
4647
</section>
4748
<section id="techniques">
4849
<h2>Techniques</h2>
4950

5051
<section id="sufficient">
5152
<h3>Sufficient</h3>
52-
<ul><li>@@ Ensuring that visible labels match their accessible names</li></ul>
53+
<ul>
54+
<li><a href="../../techniques/general/G208">G208, Ensure the &quot;accessible name&quot; includes the visible text</a></li>
55+
<li>@@ Ensure the accessible name matches the visible label text.</li>
56+
</ul>
5357
</section>
5458
<section id="advisory">
5559
<h2>Advisory</h2>

0 commit comments

Comments
 (0)