wapa icon indicating copy to clipboard operation
wapa copied to clipboard

web accessibility properties and actions draft

Results 7 wapa issues
Sort by recently updated
recently updated
newest added

I definitely think so. It's pretty different from the rest of the stuff here and likely to be much harder to get right.

This is not described in enough detail to know what it's doing. And the example under "Accessibility information Stored outside DOM" is pretty confusing; it's actually broken in that the...

The explainer says "This mechanism works with the @role attribute and any @aria- attribute." But this would imply it sending an event for every one of the potential attributes, i.e.,...

I think there's some editing mishaps going on here. `CommandEvent` is defined twice, and there are two diagrams, one for "User Intention Events" and one for "Web Accessibility Actions". But...

The spec is inconsistent right now; both appear. I might suggest just `command`.

I think this is implicit in your design, but it would be good to make it explicit. For example it would be great to show how to implement e.g. ``....

This approach seems really cool. Very flexible, and has the laziness benefits you outlined. I never would have thought of it, but it solves the problems perfectly. The naming is...