Noting widget relationships
When doing accessibility in the browser, one often use aria attributes for "described by" or "labelled by".
Right now, Masonry doesn't support this, but it would be useful to have.
This is especially true for something like a spinner, which has no label in Masonry, but would find such a thing useful for accessibility support.
Does attr() not do this?
That is xilem_web and what I am talking about would be at the masonry level.
How do you support aria labels in a not web context then, those were made in web, at least what you linked was. Not sure what the actual suggestion is here.
The question is that if we're doing this sort of thing for AccessKit, we need a capability similar to what the aria attributes provide in HTML.