Skip to content

Commit 170197a

Browse files
clarified acc name calc for a element (#327)
1 parent f1b695c commit 170197a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6538,7 +6538,7 @@ <h4><code>tr</code>, <code>td</code>, <code>th</code> Elements Accessible Descri
65386538
</section>
65396539
</section>
65406540
<section>
6541-
<h3><code>a</code> Element</h3>
6541+
<h3><code>a</code> Element with a <code>href</code> attribute</h3>
65426542
<section>
65436543
<h4><code>a</code> Element Accessible Name Computation</h4>
65446544
<ol>
@@ -6553,7 +6553,7 @@ <h4><code>a</code> Element Accessible Name Computation</h4>
65536553
</ol>
65546554
</section>
65556555
<section>
6556-
<h4><code>a</code> Element Accessible Description Computation</h4>
6556+
<h4><code>a</code> Element with a <code>href</code> attribute Accessible Description Computation</h4>
65576557
<ol>
65586558
<li>
65596559
If the element has an <a href="https://www.w3.org/TR/wai-aria-1.1/#aria-describedby"><code>aria-describedby</code></a> attribute the <a class="termref">accessible description</a> is to be calculated using the algorithm defined in <a href="" class="accname">Accessible Name and Description: Computation and API Mappings 1.1</a>.

0 commit comments

Comments
 (0)