[Webkit-unassigned] [Bug 138196] New: Implement :role pseudo selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 15:56:59 PDT 2014


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

            Bug ID: 138196
           Summary: Implement :role pseudo selector
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com
                CC: webkit-bug-importer at group.apple.com

At TPAC 2014, the CSS WG agreed to add a :role(foo) pseudo-selector to match against the active ARIA role.

e.g. :role(button) would match
<button>
<input type="button">
<input type="submit">
<div role="button">
<div role="something-not-supported button">
etc

http://www.w3.org/TR/wai-aria/roles#button

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141029/a0762e64/attachment-0002.html>


More information about the webkit-unassigned mailing list