[Webkit-unassigned] [Bug 136415] AX: CSS table display styles can cause malformed, inaccessible AXTables to be exposed to the AX tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 13:40:09 PDT 2015


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

Nan Wang <n_wang at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n_wang at apple.com

--- Comment #4 from Nan Wang <n_wang at apple.com> ---
(In reply to comment #3)
> so does this patch make the table inaccessible completely? 
> 
> i think what we want to do is make sure that row 2 and column 2 actually
> appear in the table in the right form (rather than making it inaccessible or
> making the whole table inaccessible)
> 
> when i test with the test case, VO cannot navigate to column 2 or row 2. I
> think we want to make sure that that works rather than marking things ignored

The fix makes the contents in the table accessible. The CSS display style has changed the table hierarchy to be only one row and one cell, and our rows and cells become children of that cell. 

So which part of the project should I look at, that it modifies the hierarchy based on CSS?

-- 
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/20150805/0a2d6729/attachment.html>


More information about the webkit-unassigned mailing list