This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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).
I'd expect :checked not to match aria-checked=true, because: 1) ARIA is supposed be AT-sensitive without having other side effects (unless explicitly styled with attribute selectors). 2) Attribute selectors can be used with ARIA anyway.
The HTML Accessibility Task Force intends to track these issues, per the proposal at http://lists.w3.org/Archives/Public/public-html-a11y/2010Jan/0245.html.
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html Status: Did Not Understand Request Change Description: no spec change Rationale: Wouldn't this be a question for for either the ARIA spec or the Selectors spec? (As it happens I concur with hsivonen and don't think ARIA should affect selectors, but that doesn't seem to be in the HTML spec's bailiwick.)
http://www.w3.org/2010/09/28-a11y-bugs-minutes.html Josh to get PFWG to address this issue with CSS WG, will cycle back to this when that issue is closed.
(In reply to comment #1) > I'd expect :checked not to match aria-checked=true, because: > 1) ARIA is supposed be AT-sensitive without having other side effects Agreed 100%.
Bug triage sub-team has decided that this bug does not need to be addressed in the context of the HTML specification, but can be incorporated into the ARIA to HTML mapping document that is under development.