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

Eric Seidel eric at webkit.org
Mon Jan 24 13:30:46 PST 2011


WebKit doesn't have anyone doing regular bug triage.  The best way to
get a bug fixed is to fix it oneself. :)  You will find lots of people
in #webkit happy to walk you through the source code.


However, in this case, the bug as filed is not very actionable.

Someone wanting to solve that bug would have to go find the spec that
you mention (since it's not linked) and confirm that the text still
reads as such (specs often change), and then create a test case (since
none are provided), confirm what other browsers do (since that
information was omitted) and then finally consider a code change. :)

It looks like ARIA-interested people are CC'd.

If you're interested in fixing the bug, I'm sure one of us could help
walk you through the c++ code in question.  However w/o a test, spec
and browser-compatibility information a code change is premature.

-eric

On Mon, Jan 24, 2011 at 12:55 PM, Charles Pritchard <chuck at jumis.com> wrote:
> 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]
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>


More information about the webkit-dev mailing list