This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12562 - ARIA role example used as a conformance error is not a conformance error in HTML5
Summary: ARIA role example used as a conformance error is not a conformance error in H...
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: All Windows NT
: P2 trivial
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard: K
Keywords: a11y, aria
Depends on:
Blocks:
 
Reported: 2011-04-27 08:54 UTC by steve faulkner
Modified: 2011-10-02 05:14 UTC (History)
8 users (show)

See Also:


Attachments

Description steve faulkner 2011-04-27 08:54:00 UTC
currently the WAI-ARIA section (http://dev.w3.org/html5/spec/content-models.html#wai-aria) of the HTML5 spec contains the following:

"Conformance checkers are encouraged to phrase errors such that authors are encouraged to use more appropriate elements rather than remove accessibility annotations. For example, if an a element is marked as having the button role, a conformance checker could say "Use a more appropriate element to represent a button, for example a button element or an input element" rather than "The button role cannot be used with a elements"."

The example error is for use of a button role on the a element,this is not a conformance error in HTML5 so should not be used as an example.

Modify the example so that it uses a role/element combination that is a conformance error:


"Conformance checkers are encouraged to phrase errors such that authors are encouraged to use more appropriate elements rather than remove accessibility annotations. For example, if an input type="checkbox" element is marked as having the button role, a conformance checker could say "Use a more appropriate element to represent a button, for example a button element or an input type="button" element" rather than "The button role cannot be used with input type="checkbox" elements"."
Comment 1 Martin Kliehm 2011-05-10 15:31:19 UTC
The bug-triage sub-team does not condsider this bug to be TF priority.
Comment 2 Michael[tm] Smith 2011-08-04 05:12:31 UTC
mass-move component to LC1
Comment 3 Ian 'Hixie' Hickson 2011-10-02 05:14:45 UTC
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: Rejected
Change Description: no spec change
Rationale: The example isn't non-conforming.