[Bug 24601] add tbody/thead/tfoot

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

James Craig <jcraig@apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcraig@apple.com

--- Comment #1 from James Craig <jcraig@apple.com> ---
Note that this role, "rowgroup" was added for support of presentation role
inheritance on tables, so that you could add it to the <table> element but
would not have to add it to the descendant thead/tbody/tfoot/th/td, etc. 

At the time it was not mapped to any API because the rowgroup views were never
rendered. Since then, Firefox has started exposing it to some of the platform
APIs, but updating the HTML spec to mention this default mapping is mostly
informative, as there is no real need to expose these views to the
accessibility APIs.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 11 February 2014 06:56:49 UTC