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
`aria-checked` attribute on `input type=radio` elementsa>.
1667
1667
p>
1668
1668
<p>
@@ -3230,15 +3230,18 @@
3230
3230
`aria-checked="true"`
3231
3231
td>
3232
3232
<td>
3233
+
<divclass="proposed addition">
3234
+
<p>
3235
+
Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML.
3236
+
Use the <adata-cite="html/input.html#dom-input-indeterminate">`indeterminate`a> IDL attribute to indicate the "mixed" state for <adata-cite="html/input.html#checkbox-state-(type=checkbox)">`input type=checkbox`a> elements.
3237
+
p>
3238
+
<p>
3239
+
Authors MUST NOT use the <adata-cite="wai-aria-1.2#aria-checked">`aria-checked`a> attribute on any element where the <adata-cite="html/form-control-infrastructure.html#concept-fe-checked">checkednessa>, or the
3240
+
indeterminate checked value of the element can be in opposition to the current value of the `aria-checked` attribute.
3241
+
p>
3242
+
div>
3233
3243
<p>
3234
-
Use the `checked` attribute on any element that is
3235
-
allowed the `checked` attribute in HTML.
3236
-
p>
3237
-
<p>
3238
-
Authors SHOULD NOT use the <adata-cite="wai-aria-1.2#aria-checked">`aria-checked`a> attribute on any element where the <adata-cite="html/form-control-infrastructure.html#concept-fe-checked">checkednessa> of the element can be in opposition to the current value of the `aria-checked` attribute.
3239
-
p>
3240
-
<p>
3241
-
Authors MAY use the `aria-checked` attribute on any other element with a WAI-ARIA role which allows the attribute.
3244
+
Authors MAY use the `aria-checked` attribute on any other element with a WAI-ARIA role which allows the attribute.
3242
3245
p>
3243
3246
td>
3244
3247
tr>
@@ -4732,8 +4735,14 @@
4732
4735
section>
4733
4736
<sectionclass="informative">
4734
4737
<h2>Change logh2>
4738
+
<p>The <ahref="https://github.com/w3c/html-aria/commits/">full commit historya> for this specification.p>
4739
+
4735
4740
<h3>Substantive changes since the last published Recommendationh3>
4736
4741
<ul>
4742
+
<li>
4743
+
16-Apr-2022:
4744
+
<ahref="#att-checked">`aria-checked`a> is not to be used on elements that support the `checked` attribute.
0 commit comments