Hello!
I prototyped
updating aria-errormessage to take in an ID reference list. However, I noticed when running the dump accessibility tests that only the number of IA2 relations were outputted, not information about the
IA2 relations themselves. I was considering changing
the dump tree formatter to query
IAccessible2::get_relations in a separate PR so I could verify setting multiple IDs in
aria-errormessage is correctly exposed with
IA2_RELATION_ERROR. Of course, I would ignore things like
IA2_RELATION_DESCRIBEDBY and
IA2_RELATION_LABELLEDBY since one can just check the node's name and description for those relations instead.
Would anyone be opposed to this? Just wanted to make sure before I submit a random PR out of the blue. 😊
Thanks!
- Sayan