This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27082 - mapping for canvas and svg depends on interactive / fallback content
Summary: mapping for canvas and svg depends on interactive / fallback content
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 15:39 UTC by Dominic Mazzoni
Modified: 2014-10-16 15:39 UTC (History)
4 users (show)

See Also:


Attachments

Description Dominic Mazzoni 2014-10-16 15:39:34 UTC
The mapping for the CANVAS and SVG element is not necessarily correct, because AXImage and ROLE_SYSTEM_GRAPHIC imply it has no children.

If a canvas has fallback content, or if an svg element has interactive or labeled content inside, the mapping should be to AXGroup, etc.

Mapping IA2 to IA2_ROLE_CANVAS is probably fine.