WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
132355
AX: WebKit could infer AXDisclosedByRow correctly on this invalidly nested tree example
https://bugs.webkit.org/show_bug.cgi?id=132355
Summary
AX: WebKit could infer AXDisclosedByRow correctly on this invalidly nested tr...
James Craig
Reported
2014-04-29 14:30:50 PDT
Created
attachment 230420
[details]
test case AX: WebKit could infer AXDisclosedByRow correctly on this invalidly nested tree example. This markup example leaves much to be desired, b/c are a bunch of extraneous groups in the tree. - non-presentational LIs in-between the tree and the first-level treeitems. - extraneous non-presentational DIVs in-between the first-level items and second-level items. - irrelevant/extraneous @aria-owns relationships pointing to descendant nodes. That said, WebKit does a pretty good job of cleaning it up for the AX tree. The AXOutlineRows and AXLevels are exposed correctly. I think the only bug I noticed is that AXDisclosedByRow is <nil> on the second-level rows, so VO speaks "0 items enclosed". The ancestor hierarchy is intact, so we may just need WebKit to walk higher up the DOM tree to find the correct disclosing row. WebKit should normalize this scenario if possible. Hearsay: ~"JAWS+FF works with this example." If so, one or both of those is normalizing the invalid markup.
Attachments
test case
(2.02 KB, text/html)
2014-04-29 14:30 PDT
,
James Craig
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-04-29 14:31:48 PDT
<
rdar://problem/16761069
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug