On 2012/09/11 04:24:42, aboxhall wrote:
> So read-only canvas doesn't show up as canvas role?
Yeah, the idea is that some people treat canvas just like an image, i.e.
<canvas alt="User icon" width=128 height=128><canvas>
In this case, it might make sense for the screen reader to call it a "graphic"
or "image" with alt text. For example, there's often a key to jump to the next
graphic or provide your own label for a graphic, or perform OCR on a graphic -
but nothing equivalent for a canvas. But when it has interactive content, it's a
group for screen readers that don't understand the Canvas role, otherwise it's a
canvas.
Issue 10919157: Add support for new accessibility roles from WebKit, with tests.
(Closed)
Created 8 years, 3 months ago by dmazzoni
Modified 8 years, 3 months ago
Reviewers: aboxhall, David Tseng, piman
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 7