Closed wkeese closed 7 years ago
If FormWidget#focusNode is a custom element, and that custom element has a disabled property, then FormWidget should set the disabled property on that custom element rather than setting the aria-disabled attribute.
FormWidget#focusNode
disabled
FormWidget
aria-disabled
Likewise for required vs. aria-required.
required
aria-required
If
FormWidget#focusNode
is a custom element, and that custom element has adisabled
property, thenFormWidget
should set thedisabled
property on that custom element rather than setting thearia-disabled
attribute.Likewise for
required
vs.aria-required
.