[Webkit-unassigned] [Bug 197082] AX: Table becomes layout table if provided author accName or description

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 08:01:30 PDT 2019


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

--- Comment #2 from Scott <scottaohara at yahoo.com> ---
Looking at this again, if a table has column headers defined, aria-label and aria-labelledby appear to work as expected and the table is not announced as a group: https://s.codepen.io/joe-watkins/debug/MWgPEYr

So seems that a table will only be exposed as a table in webkit if the table contains th elements, or a caption. If those are not present, even if the table is given an accessible name via aria-label/labelledby it will not be treated as a layout table.

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


More information about the webkit-unassigned mailing list