Re: Element.getComputedRole()

Sure, I think it's a good idea.

How about getComputedAccessibleText next?

In both Blink and WebKit I imagine we'll have to think about efficiency
when implementing this - typically we enable accessibility lazily and then
leave it on - at least for that page. We'd want to use the real
accessibility code to compute this, but then disable accessibility support
and clean up if it wasn't enabled previously.


On Thu, Oct 16, 2014 at 1:19 PM, Richard Schwerdtfeger <schwer@us.ibm.com>
wrote:

> Hi Dominic,
>
> We have an issue to add a getComputedRole() function on  Element. This
> would help application developers as well as accessibility test tools. Here
> is the issue:
>
> https://www.w3.org/WAI/PF/Group/track/issues/427
>
> Would you support implementing this feature in Chrome?
>
> Thanks,
>
> Rich
>
>
>
>
> Rich Schwerdtfeger
>

Received on Thursday, 16 October 2014 21:52:10 UTC