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

2011-01-24 Thread Charles Pritchard

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@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2011-01-24 Thread Eric Seidel
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  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@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev