What fresh hell is THIS now? - Patrick Lauke
@StommePoes thinks, does Will Test For Beer work?
aye one one why
I would have surely thought you'd be the a11y cat.
Hi Everyone, I've just been reading up on the new aria-errormessage
, and was wondering if it could/should be used on a static (non-JS) form?
As in, the page is loaded, the user fills in the form, submits it to the server, and if there is an error, should those inputs get aria-invalid="true"
, and aria-errormessage="id"
to link them to the errors?
Also assuming there is no JS to change aria-invalid
and/or remove aria-errormessage
when the user edits the values.
<th aria-sort="ascending"><a href="...">Heading</a><th>
, where the link does a round trip to the server to update the records (imagine a table with 1,000+ records).
aria-invalid="true"
and aria-errormessage="id"
when a form is submitted will cause a problem for AT if it isn't changed until the form is submitted again?
group
role as it relates to the radio
role and the HTML 5 spec's fieldset
element? Specifically, ARIA specifies that aria-required
cannot be placed on a radio
role but must be placed on its group
parent. HTML 5 does not support a required
attribute on the fieldset
element.
group
role as it relates to the radio
role and the HTML 5 spec's fieldset
element? Specifically, ARIA specifies that aria-required
cannot be placed on a radio
role but must be placed on its group
parent. HTML 5 does not support a required
attribute on the fieldset
element.
select