Skip to content

Commit

Permalink
Clarify description computation for aria-describedby (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: James Craig <[email protected]>
  • Loading branch information
adampage and cookiecrook authored Jul 27, 2023
1 parent 14a339d commit 881d960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3>Description Computation</h3>
<th>1</th>
<td><a class="property-reference" href="#aria-describedby"><code>aria-describedby</code></a> attribute</td>
<td>Use on any element</td>
<td><a href="#mapping_additional_nd_te">Text content computation</a> on all nodes referenced by aria-describedby on the element, concatenated, and separated by a space character</td>
<td><a href="#mapping_additional_nd_name">Name computation</a> on all nodes referenced by aria-describedby on the element, concatenated, and separated by a space character</td>
</tr>
<tr>
<th>2</th>
Expand All @@ -287,7 +287,7 @@ <h3>Description Computation</h3>
for the HTML elements which meet this condition.
</td>
<td>
Either a <a href="#mapping_additional_nd_te">text equivalent computation</a> of the element, or as a flat string of the attribute's value.
Either a <a href="#mapping_additional_nd_te">text equivalent computation</a> of the host language element, or the string value of the host language attribute.
</td>
</tr>
<tr>
Expand Down

0 comments on commit 881d960

Please sign in to comment.