[Webkit-unassigned] [Bug 109023] New: <meter> element not exposed to accessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 00:35:09 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109023

           Summary: <meter> element not exposed to accessibility
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at cookiecrook.com


There are a number of ways to specify it. I think this should be an AXProgressIndicator, and its label/valuetext should be from the text contents.

<meter value=6 max=8>6 blocks used (out of 8 total)</meter>
<meter value=0.75><img alt="75%" src="graph75.png"></meter>
<meter min="0" max="100" value="75"></meter>
<meter min=0 max=20 value=12>12cm</meter>
<meter min=0 max=10 value=2>2cm</meter>
<meter min=0 max=20 value=12 title="centimeters">12cm</meter>
<meter min=0 max=10 value=2 title="centimeters">2cm</meter>

http://www.w3.org/html/wg/drafts/html/master/forms.html#the-meter-element

Please update the role-subrole-description.html layout test with any fixes for this bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list