[Webkit-unassigned] [Bug 146239] AX: accessibles for focusable/interactive <tbody> elements or elements with ARIA role='rowgroup'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 00:02:27 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146239

James Craig <jcraig at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcraig at apple.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from James Craig <jcraig at apple.com> ---
rowgroups should not be focusable. We added this to ARIA purely so that we could make the algorithm for presentational inheritance work. See #presentation: 

http://www.w3.org/TR/wai-aria/complete#presentation
"Likewise, although an HTML table element does not have an implicit native semantic role corresponding directly to a WAI-ARIA role, the implicit native semantics of its thead/tbody/tfoot/tr/th/td descendants will also be removed, because the HTML specification indicates that these are required structural descendants of the table element."

The role mapping for "rowgroup" was explicitly defined as "no mapping" but unfortunately Alex didn't get the memo and added it to Firefox.

ARIA 1.1 should be updated to make it clear that making a rowgroup focusable is an authoring error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150707/ec65ce85/attachment.html>


More information about the webkit-unassigned mailing list