Skip to content

Commit 4d9fc05

Browse files
authored
Clarification: list additional aria attributes for file and color inputs (#464)
closes #457 `input type=file` can allow for the aria-required, invalid and disabled attributes. These attributes are already supported by checkers. Additionally, `input type=color` also allows for the `aria-disabled` attribute. Note HTML does not allow the required attribute for this element, so aria-required and invalid wouldn't be applicable here.
1 parent 591be7c commit 4d9fc05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ <h2 id="docconformance">
16751675
<a><strong class="nosupport">No `role`</strong></a>
16761676
</p>
16771677
<p>
1678-
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>.
1678+
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a> and `aria-disabled` attribute.
16791679
</p>
16801680
</td>
16811681
</tr>
@@ -1743,7 +1743,8 @@ <h2 id="docconformance">
17431743
<a><strong class="nosupport">No `role`</strong></a>
17441744
</p>
17451745
<p>
1746-
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>.
1746+
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>,
1747+
`aria-disabled`, `aria-invalid` and `aria-required` attributes.
17471748
</p>
17481749
</td>
17491750
</tr>

0 commit comments

Comments
 (0)