Bug 98380
Summary: | [GTK] accessibility/th-as-title-ui.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | apinheiro, bugs-noreply, jdiggs, mario |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 30799, 118966 | ||
Bug Blocks: | 98347 |
Zan Dobersek
accessibility/th-as-title-ui.html is failing on all GTK platforms.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=accessibility%2Fth-as-title-ui.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joanmarie Diggs
This one is going to require a couple of things:
1. Setting headers for the table interface to be correct a11y-wize. That should happen as part of Bug 30799. (Which I cannot add as a depends on due to lack of edit bug privs....)
2. Adding a check for our DRT's AccessibilityUIElement::titleUIElement() for table headers (right now we just look for labels). This is to be correct Layout-test-wize.
Mario Sanchez Prada
(In reply to comment #1)
> This one is going to require a couple of things:
>
> 1. Setting headers for the table interface to be correct a11y-wize. That should happen as part of Bug 30799. (Which I cannot add as a depends on due to lack of edit bug privs....)
>
> 2. Adding a check for our DRT's AccessibilityUIElement::titleUIElement() for table headers (right now we just look for labels). This is to be correct Layout-test-wize.
3. Implementing AccessibilityUIElement::allAttributes(). See bug 118966