Re: First draft of ARIA 1.1. "text" role

> On Nov 11, 2014, at 7:24 AM, Alexander Surkov <surkov.alexander@gmail.com> wrote:
> 
> That makes sense. Are there ideas how to map it accessibility API? I realize the mapping has to be quite different than mapping of native text.

Depends on the API. On OS X, we'd probably expose:

  <img role=text alt=foo> as AXStaticText { AXValue: "foo" }

instead of:

  <img alt=foo> as AXImage { AXDescription: "foo" }

Bounds mappings would likely stay the same. If you have an API that expected this to be settable text, you could probably mark it readonly.

Received on Wednesday, 12 November 2014 02:13:57 UTC