Skip to content

Commit

Permalink
Update Section 12.A 'Mapping WAI-ARIA Value types to languages'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahim Abdi committed Feb 17, 2025
1 parent 9c07517 commit e2c1256
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14033,21 +14033,6 @@ <h2>Mapping WAI-ARIA Value types to languages</h2>
<th scope="col">HTML</th>
<th scope="col">XML Schema</th>
</tr>
<tr>
<td>true/false</td>
<td><a data-cite="html/common-microsyntaxes.html#keywords-and-enumerated-attributes">Keyword and enumerated attributes</a> with allowed values of &quot;true&quot; and &quot;false&quot;</td>
<td><a data-cite="xmlschema11-2/#boolean">boolean</a></td>
</tr>
<tr>
<td>true/false/undefined</td>
<td><a data-cite="html/common-microsyntaxes.html#keywords-and-enumerated-attributes">Keyword and enumerated attributes</a> with allowed values of <code>true</code>, <code>false</code>, and <code>undefined</code></td>
<td><a data-cite="xmlschema11-2/#NMTOKEN">NMTOKEN</a> with an <a href="https://www.w3.org/TR/xmlschema11-2/#NMTOKEN">enumeration constraint</a> allowing values of <code>true</code>, <code>false</code>, and <code>undefined</code></td>
</tr>
<tr>
<td>tristate</td>
<td><a data-cite="html/common-microsyntaxes.html#keywords-and-enumerated-attributes">Keyword and enumerated attributes</a> with allowed values of &quot;true&quot;, &quot;false&quot;, and &quot;mixed&quot;</td>
<td><a data-cite="xmlschema11-2/#NMTOKEN">NMTOKEN</a> with an <a href="https://www.w3.org/TR/xmlschema11-2/#NMTOKEN">enumeration constraint</a> allowing values of &quot;true&quot;, &quot;false&quot;, and &quot;mixed&quot;</td>
</tr>
<tr>
<td>number</td>
<td><a data-cite="html/common-microsyntaxes.html#floating-point-numbers">Floating-point numbers</a></td>
Expand All @@ -14059,7 +14044,7 @@ <h2>Mapping WAI-ARIA Value types to languages</h2>
<td><a data-cite="xmlschema11-2/#integer">integer</a></td>
</tr>
<tr>
<td>token</td>
<td>enumerated</td>
<td><a data-cite="html/common-microsyntaxes.html#keywords-and-enumerated-attributes">Keyword and enumerated attributes</a></td>
<td><a data-cite="xmlschema11-2/#NMTOKEN">NMTOKEN</a> with an <a data-cite="xmlschema11-2/#dt-enumeration">enumeration constraint</a> allowing values listed in the state or property definition</td>
</tr>
Expand Down

0 comments on commit e2c1256

Please sign in to comment.