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 12702 - no obvious mapping for figure and figcaption elements
Summary: no obvious mapping for figure and figcaption elements
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: alexander surkov
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 14:44 UTC by Cynthia Shelly
Modified: 2013-08-15 17:18 UTC (History)
4 users (show)

See Also:


Attachments

Description Cynthia Shelly 2011-05-19 14:44:03 UTC

    
Comment 1 David Bolter 2011-12-06 15:40:04 UTC
This was implemented in Firefox here:
https://bugzilla.mozilla.org/show_bug.cgi?id=658272

The example is as follows:
<figure id="figure">
<figcaption id="figcaption">figure caption</figcaption>
</figure>

Roles:
accessible representing element with id:"figure", has ROLE_SYSTEM_GROUPING (Win), ATK_ROLE_PANEL (Linux)

accessible representing element with id:"figcaption", has IA2_ROLE_CAPTION (Win), ATK_ROLE_CAPTION (Linux)
 
Relations: 
accessible representing element with id:"figure" has RELATION_LABELLED_BY "figcaption".
accessible representing element with id:"figcaption" has RELATION_LABEL_FOR "figure".
 
Object Attribute:
accessible representing element with id:"figure" has object attribute "xml-roles:figure".
Comment 2 alexander surkov 2013-08-15 17:18:08 UTC
fixed by bug 12703