Skip to content

Should the target of aria-errormessage in UIA have a flag in AriaProperties? #183

Open
@sivakusayan

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions