Skip to content

Commit 881d960

Browse files
Clarify description computation for aria-describedby (#177)
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
1 parent 14a339d commit 881d960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h3>Description Computation</h3>
270270
<th>1</th>
271271
<td><a class="property-reference" href="#aria-describedby"><code>aria-describedby</code></a> attribute</td>
272272
<td>Use on any element</td>
273-
<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>
273+
<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>
274274
</tr>
275275
<tr>
276276
<th>2</th>
@@ -287,7 +287,7 @@ <h3>Description Computation</h3>
287287
for the HTML elements which meet this condition.
288288
</td>
289289
<td>
290-
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.
290+
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.
291291
</td>
292292
</tr>
293293
<tr>

0 commit comments

Comments
 (0)