Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Similar fixes to 8.8 Image and 8.9 Table for bug 24070
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkiss committed Dec 12, 2013
1 parent 31c57c4 commit 9b046fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -11549,8 +11549,8 @@ <h4><code>figure</code> element accessible name calculation</h4>
<h4><code>figure</code> element accessible description calculation </h4>
<ol>
<li>Use <code>aria-describedby</code></li>
<li>Otherwise use the <code>title</code> attribute if it wasn't used as the accessible name. </li>
<li>If none of the above yield a usable text string there is no accessible description.</li>
<li>Otherwise use the <code>title</code> attribute if it wasn't used as the accessible name</li>
<li>If none of the above yield a usable text string there is no accessible description</li>
</ol>
</section>
<section>
Expand All @@ -11567,7 +11567,7 @@ <h4><code>img</code> element accessible name calculation</h4>
<h4><code>img</code> element accessible description calculation </h4>
<ol>
<li>use <code>aria-describedby</code></li>
<li> Otherwise use the <code>title</code> attribute if it wasn't used as the accessible description.</li>
<li> Otherwise use the <code>title</code> attribute if it wasn't used as the accessible name</li>
</ol>
</section>
<section>
Expand All @@ -11585,9 +11585,9 @@ <h4><code>table</code> element accessible name calculation </h4>
<h4><code>table</code> element accessible description calculation </h4>
<ol>
<li>Use <code>aria-describedby</code></li>
<li>Otherwise use the <code>caption</code> element if it wasn't used as the accessible description</li>
<li>Otherwise use the <code>summary</code> attribute if it wasn't used as the accessible description</li>
<li>Otherwise use the <code>title</code> attribute if it wasn't used as the accessible description</li>
<li>Otherwise use the <code>caption</code> element if it wasn't used as the accessible name</li>
<li>Otherwise use the <code>summary</code> attribute if it wasn't used as the accessible name</li>
<li>Otherwise use the <code>title</code> attribute if it wasn't used as the accessible name</li>
<li>If none of the above yield a usable text string there is no accessible description</li>
</ol>
</section>
Expand Down

0 comments on commit 9b046fa

Please sign in to comment.