This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The following embedding elements currently allow any role: audio, embed, iframe, object, svg, video However, it does not really make sense to use these as an arbitrary widget or landmark. Consider the following limitations: audio -> no role, application embed -> no role, application, document, image object -> no role, application, document, image svg -> no role, application, document, presentation, image video -> no role, application
svg can be used to create just about any widget from primitive shapes and event handlers, so I'd expect svg to be able to take any role.
(In reply to comment #1) > svg can be used to create just about any widget from primitive shapes and event > handlers, so I'd expect svg to be able to take any role. Good point. And people do in fact use SVG to build arbitrary widgets.
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Accepted Change Description: see diff given below Rationale: Concurred with reporter's comments, except "svg" is up to the SVG WG.
Checked in as WHATWG revision r5366. Check-in comment: Provide more ARIA role mappings for embed,audio,video,iframe,object http://html5.org/tools/web-apps-tracker?from=5365&to=5366
Ian (and Maciej, too!): The bug was fixed incorrectly: There is no ARIA role "image". The correct role is "img". Relates to embed and object (and svg).
Mea culpa. Leif is correct that it should be "img".
I filed bug 10486 about the new issue about the spelling of "image" vs "img". Closing this bug.
Bug triage sub-team notes there is active discussion, and this appears to meet the threshold of being of interest to the HTML A11Y TF. Adding a11ytf keyword. Also considered question of whether roles of media elements affect processing of media. Adding the media keyword so the media sub-team can weigh in on this.