Skip to content

Commit

Permalink
further removals
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Sep 27, 2024
1 parent 37d9ea8 commit 5bf314d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15963,14 +15963,10 @@ <h4>`summary` Element Accessible Name Computation</h4>
<section>
<h4>`figure` Element Accessible Name Computation</h4>
<p>
A <a href="#el-figcaption">`figcaption`</a> provides additional details related to its parent <a href="#el-figure">`figure`</a> element. A `figcaption` does not take part in the
A <a href="#el-figcaption">`figcaption`</a> provides additional information related to its parent <a href="#el-figure">`figure`</a> element. A `figcaption` does not take part in the
<a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> or <a data-cite="accname-1.2/#dfn-accessible-description">accessible description</a>
computation, unless explicitly referenced by an author.
</p>
<p>
When an author uses `aria-labelledby` or `aria-describedby` to reference the first child `figcaption` element from the parent `figure` element, user agents SHOULD NOT expose the details
relationship between the `figure` and `figcaption` elements, and instead expose the `figcaption` as the element's accessible name or description, according to the following steps.
</p>
<ol>
<li>
If the `figure` element has an <a data-cite="wai-aria-1.2/#aria-label">`aria-label`</a> or an <a data-cite="wai-aria-1.2/#aria-labelledby">`aria-labelledby`</a> attribute the
Expand Down

0 comments on commit 5bf314d

Please sign in to comment.