Bug 158109 - [GTK][Stable]: Merge r201087
Summary: [GTK][Stable]: Merge r201087
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-25 20:19 PDT by Joanmarie Diggs
Modified: 2016-08-22 06:34 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (22.96 KB, patch)
2016-05-25 20:19 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2016-05-25 20:19:12 PDT
Created attachment 279861 [details]
Proposed patch

​https://trac.webkit.org/changeset/201087 [GTK] accessibility/meter-element.html is failing 

The reason the test was failing is due to lack of implementation. Also, as part of the fix, we are now exposing the aria-valuetext value which had not previously been exposed. Because aria-valuetext is used on a number of ARIA widget roles, and because meters should be accessible, this fix is desirable.

Stable-branch-compatible patch attached.
Comment 1 Carlos Garcia Campos 2016-08-22 06:34:59 PDT
Merged in r204708. Thanks!