You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3816,7 +3816,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
3816
3816
</div>
3817
3817
</td>
3818
3818
<tdclass="ax"><code>AXValue: 1</code></td>
3819
-
<tdclass="comments"> </td>
3819
+
<tdclass="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>
3820
3820
</tr>
3821
3821
<trtabindex="-1" id="att-checked-absent">
3822
3822
<th><code>checked</code> (if absent)</th>
@@ -3975,7 +3975,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
3975
3975
</div>
3976
3976
</td>
3977
3977
<tdclass="ax">?</td>
3978
-
<tdclass="comments"> </td>
3978
+
<tdclass="comments">If the element has the <code>contenteditable</code> attribute and <code>aria-readonly="true</code>", User Agents MUST expose only the <code>contenteditable</code> state.</td>
3979
3979
</tr>
3980
3980
<trtabindex="-1" id="att-contextmenu">
3981
3981
<th><code>contextmenu</code></th>
@@ -4183,7 +4183,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
@@ -4198,7 +4198,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
4198
4198
</div>
4199
4199
</td>
4200
4200
<tdclass="ax"><code>AXEnabled: NO</code></td>
4201
-
<tdclass="comments"> </td>
4201
+
<tdclass="comments"> 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>
4202
4202
</tr>
4203
4203
<trtabindex="-1" id="att-download">
4204
4204
<th><code>download</code></th>
@@ -4646,7 +4646,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
<tdclass="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>
0 commit comments