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
Closes#513
the `aria-expanded` state is implicit when using the `popovertarget` attribute - and authors are not to use the ARIA attribute with this native HTML attribute.
Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML.
3623
-
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.
3624
-
</p>
3625
3625
<p>
3626
3626
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">checkedness</a>, or the
3627
3627
indeterminate checked value of the element can be in opposition to the current value of the `aria-checked` attribute.
Use the `disabled` attribute on any element that is allowed the `disabled` attribute in HTML.
3648
-
</p>
3649
3646
<p>
3650
3647
Authors MAY use the <adata-cite="wai-aria-1.2#aria-disabled">`aria-disabled`</a> attribute on any element that is allowed the `disabled` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-disabled` attribute</a>.
Use the `placeholder` attribute on any element that is allowed the
3694
-
`placeholder` attribute in HTML.
3695
-
</p>
3696
3689
<p>
3697
3690
Authors MAY use the <adata-cite="wai-aria-1.2#aria-placeholder">`aria-placeholder`</a> attribute on any element that is allowed the `placeholder` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-placeholder` attribute.
Authors MAY use the <adata-cite="wai-aria-1.2#aria-valuemax">`aria-valuemax`</a> attribute on any other element with a WAI-ARIA role which allows the `aria-valuemax` attribute.
Authors MAY use the <adata-cite="wai-aria-1.2#aria-valuemax">`aria-valuemin`</a> attribute on any other element with a WAI-ARIA role which allows the `aria-valuemin` attribute.
Use the `readonly` attribute on any element that is
3761
-
allowed the `readonly` attribute in HTML.
3762
-
</p>
3763
3762
<p>
3764
3763
Authors MAY use the <adata-cite="wai-aria-1.2#aria-readonly">`aria-readonly`</a> attribute on any element with a WAI-ARIA role which allows the attribute</a>.
Authors MAY use the <adata-cite="wai-aria-1.2#aria-required">`aria-required`</a> attribute on any element that is allowed the `required` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-required` attribute.
0 commit comments