Bug 158109

Summary: [GTK][Stable]: Merge r201087
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Linux   
Attachments:
Description Flags
Proposed patch none

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!