@@ -270,7 +270,7 @@ <h3>Description Computation</h3>
|
270 | 270 | <th>1</th> |
271 | 271 | <td><a class="property-reference" href="#aria-describedby"><code>aria-describedby</code></a> attribute</td> |
272 | 272 | <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> |
274 | 274 | </tr> |
275 | 275 | <tr> |
276 | 276 | <th>2</th> |
@@ -287,7 +287,7 @@ <h3>Description Computation</h3>
|
287 | 287 | for the HTML elements which meet this condition. |
288 | 288 | </td> |
289 | 289 | <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. |
291 | 291 | </td> |
292 | 292 | </tr> |
293 | 293 | <tr> |
|