Should the target of aria-errormessage in UIA have a flag in AriaProperties? #183
Open
Description
Currently aria-errormessage
is exposed in UIA via the ControllerFor property. This means that, as far as I can tell, an API consumer won't be able to distinguish between targets of aria-errormessage
and targets of aria-controls
without hacky workarounds, since aria-controls
also uses ControllerFor.
Should the target of an aria-errormessage
be given some property in AriaProperties
to distinguish it from being the target of an aria-controls
? Or could this information possibly be exposed in a different UIA property?
Metadata
Assignees
Labels
No labels