Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6538,7 +6538,7 @@ <h4><code>tr</code>, <code>td</code>, <code>th</code> Elements Accessible Descri
</section>
</section>
<section>
<h3><code>a</code> Element</h3>
<h3><code>a</code> Element with a <code>href</code> attribute</h3>
<section>
<h4><code>a</code> Element Accessible Name Computation</h4>
<ol>
Expand All @@ -6553,7 +6553,7 @@ <h4><code>a</code> Element Accessible Name Computation</h4>
</ol>
</section>
<section>
<h4><code>a</code> Element Accessible Description Computation</h4>
<h4><code>a</code> Element with a <code>href</code> attribute Accessible Description Computation</h4>
<ol>
<li>
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>.
Expand Down