Skip to content

Commit

Permalink
don't be redundant...
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaohara authored Nov 1, 2024
1 parent ae5840d commit e543559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html-aam/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16382,8 +16382,8 @@ <h3>Accessible Description Computation</h3>
<li>use the value of the `label` attribute if it was not used as the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a></li>
<li>use the <a data-cite="accname-1.2/#mapping_additional_nd_te">text equivalent computation</a> of the subtree of the first `legend` element if it was not used as the
<a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>.</li>
<li>or if both the `label` attribute and `legend` element were used, concatenate the <a data-cite="accname-1.2/#mapping_additional_nd_te">text equivalent computation</a> of each by DOM order, delimited by spaces,
if neither were used as the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>.</li>
<li>or if both the `label` attribute and `legend` element were used, and their concatenate the <a data-cite="accname-1.2/#mapping_additional_nd_te">text equivalent computation</a> of each by DOM order, delimited by spaces,
if neither were used as the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a>, and so long as the values of text equivalent computation of each do not match.</li>
</ol>
</li>
<li>
Expand Down

0 comments on commit e543559

Please sign in to comment.