GitHub

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>

Read the original on github.com ↗