- From: <bugzilla@jessica.w3.org>
- Date: Tue, 06 Dec 2011 15:40:04 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12702 --- Comment #1 from David Bolter <david.bolter@gmail.com> 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". -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Tuesday, 6 December 2011 15:40:11 UTC