Bug 98380 - [GTK] accessibility/th-as-title-ui.html is failing
Summary: [GTK] accessibility/th-as-title-ui.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on: 30799 118966
Blocks: 98347
  Show dependency treegraph
 
Reported: 2012-10-04 00:46 PDT by Zan Dobersek
Modified: 2017-03-11 10:48 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-10-04 00:46:57 PDT
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
Comment 1 Joanmarie Diggs 2012-10-16 10:55:06 PDT
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.
Comment 2 Mario Sanchez Prada 2013-07-22 07:10:08 PDT
(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