[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:46:58 PDT 2015


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

--- Comment #6 from Nan Wang <n_wang at apple.com> ---
(In reply to comment #5)
> (In reply to comment #4)
> > (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?
> 
> Not sure, let me see the results of this patch first

Ok, I'll keep investigating.

-- 
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/4d3dca0f/attachment-0001.html>


More information about the webkit-unassigned mailing list