css-aam icon indicating copy to clipboard operation
css-aam copied to clipboard

Expose CSS cursor information?

Open aleventhal opened this issue 4 years ago • 0 comments

It's been proposed that CSS cursor rules can be a helpful indicator that content is interactive, when the author has not added keyboard support or ARIA.

There are cursors that indicate zoom, help, resize, draggable, etc. https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

The cursor type could be exposed as custom properties in each accessibility API, e.g. an object attribute in ATK/IA2. The screen reader would then have an opportunity to expose the object as clickable/draggable/etc.

@joanmarie @cyns WDYT?

aleventhal avatar Sep 17 '21 15:09 aleventhal