Skip to content

Commit f5e6ddb

Browse files
committed
added implementation rules for more attributes
checked, contententeditable, disabled, indeterminate
1 parent f475ce3 commit f5e6ddb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3816,7 +3816,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
38163816
</div>
38173817
</td>
38183818
<td class="ax"><code>AXValue: 1</code></td>
3819-
<td class="comments">&#160;</td>
3819+
<td class="comments">If the element includes both the <code>checked</code> attribute and the <code>aria-checked</code> attribute with a valid value, User Agents MUST expose only the <code>checked</code> attribute value.</td>
38203820
</tr>
38213821
<tr tabindex="-1" id="att-checked-absent">
38223822
<th><code>checked</code> (if absent)</th>
@@ -3975,7 +3975,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
39753975
</div>
39763976
</td>
39773977
<td class="ax">?</td>
3978-
<td class="comments">&#160;</td>
3978+
<td class="comments">If the element has the <code>contenteditable</code> attribute and <code>aria-readonly=&quot;true</code>&quot;, User Agents MUST expose only the <code>contenteditable</code> state.</td>
39793979
</tr>
39803980
<tr tabindex="-1" id="att-contextmenu">
39813981
<th><code>contextmenu</code></th>
@@ -4183,7 +4183,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
41834183
<tr tabindex="-1" id="att-disabled">
41844184
<th><code>disabled</code></th>
41854185
<td class="elements"><a href="http://www.w3.org/TR/html51/semantics.html#attr-fe-disabled"><code>button</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-menuitem-disabled"><code>menuitem</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-fieldset-disabled"><code>fieldset</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-fe-disabled"><code>input</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-fe-disabled"><code>keygen</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-optgroup-disabled"><code>optgroup</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-option-disabled"><code>option</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-fe-disabled"><code>select</code></a>; <a href="http://www.w3.org/TR/html51/semantics.html#attr-fe-disabled"><code>textarea</code></a></td>
4186-
<td class="aria">&#160;</td>
4186+
<td class="aria">&#160;<a class="core-mapping" href="#ariaDisabledTrue"><code>aria-disabled</code></a>="true"</td>
41874187
<td class="ia2">
41884188
<div class="states">
41894189
<span class="type">States: </span>
@@ -4198,7 +4198,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
41984198
</div>
41994199
</td>
42004200
<td class="ax"><code>AXEnabled: NO</code></td>
4201-
<td class="comments">&#160;</td>
4201+
<td class="comments">&#160;If the element includes both the <code>disabled</code> attribute and the <code>aria-disabled</code> attribute with a valid value, User Agents MUST expose only the <code>disabled</code> attribute value.</td>
42024202
</tr>
42034203
<tr tabindex="-1" id="att-download">
42044204
<th><code>download</code></th>
@@ -4646,7 +4646,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
46464646
<td class="uia"><div class="general">Use WAI-ARIA mapping</div></td>
46474647
<td class="atk"><div class="general">Use WAI-ARIA mapping</div></td>
46484648
<td class="ax"><div class="general">Use WAI-ARIA mapping</div></td>
4649-
<td class="comments">&#160;</td>
4649+
<td class="comments">If the element has the <code>indeterminate [IDL]</code> is set and the <code>aria-checked</code> attribute set, User Agents MUST expose only the<code>indeterminate [IDL]</code>state.</td>
46504650
</tr>
46514651
<tr tabindex="-1" id="att-ismap">
46524652
<th><code>ismap</code></th>

0 commit comments

Comments
 (0)