[Bug 18245] Conveying state of an Active tab in tabbed panels to Assistive Technologies like screen readers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18245

cobaco@freemen.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cobaco@freemen.be

--- Comment #15 from cobaco@freemen.be ---
there's actually no css/html additons needed for that:

You can already do it by adding a (visually hidden) <input type="radio"
aria-controls="tabpanelid"> to store the tabstate (along with the appriate role
attributes)

An example page showing this approach can be found at
http://freemen.be/examples/tabs_example.html

Tested to work in the current incarnation of all 4 major browsers.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 9 March 2013 15:29:40 UTC