Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17168,14 +17168,13 @@ <h2>Mapping WAI-ARIA Value types to languages</h2>
</tr>
<tr>
<td>ID reference</td>
<td>The value of a defined <a data-cite="html/dom.html#the-id-attribute">id attribute</a> on another element</td>
<td><a data-cite="html/common-microsyntaxes.html#single-element-reference">Single element reference attributes</a></td>
<td><a data-cite="xmlschema11-2/#IDREF">IDREF</a></td>
</tr>
<tr>
<td>ID reference list</td>
<td>
The value of one or more defined <a data-cite="html/dom.html#the-id-attribute">id attributes</a> on other element(s), represented as
<a data-cite="html/common-microsyntaxes.html#space-separated-tokens">Space-separated tokens</a>
<a data-cite="html/common-microsyntaxes.html#set-of-element-references">Set of element references attributes</a>
</td>
<td><a data-cite="xmlschema11-2/#IDREFS">IDREFS</a></td>
</tr>
Expand Down
Loading