Re: Feedback wanted on new JavaScript library

On 15/03/17 23:34, Matt King wrote:
>> aria-api is a set of functions to get ARIA informatiom from the DOM
> 
> Since the information is coming from the DOM rather than the browser's accessibility tree, does that mean that aria-api is implementing the accessible name calculation?

Yes. (But not perfectly yet)

>> AOM is a draft spec
> 
> How much functional overlap do you see between AOM and aria-api?

aria-api allows to access ARIA information that is available in the DOM.
In that sense, it is similar to AOM Phase 4. The Syntax would likely be
different tough.

However, once AOM Phase 1 was implemented and the roles and attributes
could be changed without setting `aria-` attributes on the nodes,
aria-api would need to adapt to that.

tobias

Received on Thursday, 16 March 2017 07:21:53 UTC