[Bug 8740] New: How do pseudo-class selectors interact with WAI-ARIA?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8740

           Summary: How do pseudo-class selectors interact with WAI-ARIA?
           Product: HTML WG
           Version: unspecified
          Platform: All
               URL: http://www.w3.org/TR/html5/interactive-
                    elements.html#matching-html-elements-using-selectors
        OS/Version: All
            Status: NEW
          Keywords: a11y
          Severity: normal
          Priority: P2
         Component: HTML5 spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: gez.lemon@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org, public-
                    html-a11y@w3.org


How will selectors interact with WAI-ARIA? For example, will :checked apply to
the following?

<li role="menuitemcheckbox" aria-checked="true">Sort by Last Modified</li>

Please include an explanation that describes this interaction and include
additional bullet items for applicable selectors (ex. for :checked, any other
element that has an aria-checked state).


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 14 January 2010 11:28:44 UTC