[webkit-dev] Bug 50126 - Fallback content in canvas element not focusable

Charles Pritchard chuck at jumis.com
Mon Jan 24 12:55:14 PST 2011


It's been about two months, this bug is still unconfirmed.

What's the appropriate venue for highlighting the issue?

https://bugs.webkit.org/show_bug.cgi?id=50126

It's critical to accessibility within the Canvas shadow dom, and is 
required by ARIA.

Also required in 7.3 of WAI-ARIA:
http://www.w3.org/TR/wai-aria/host_languages

.....

1. Create an input type=form tag inside of a canvas tag.
2. Access it through getElementById and run .focus() on the element.

[canvas]
[input type="checkbox" id="test" /]
[/canvas]




More information about the webkit-dev mailing list