<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>13265</bug_id>
          
          <creation_ts>2011-07-15 00:08:54 +0000</creation_ts>
          <short_desc>Should disallow &lt;a&gt; elements to be made into buttons, checkboxes, radio buttons, tabs, or tree items, since those are all semantic abuse</short_desc>
          <delta_ts>2011-10-02 05:12:54 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#table-aria-weak</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y</keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>eoconnor</cc>
    
    <cc>hsivonen</cc>
    
    <cc>ian</cc>
    
    <cc>jonas</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-a11y</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>51090</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-07-15 00:08:54 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/complete.html
Multipage: http://www.whatwg.org/C#table-aria-weak
Complete: http://www.whatwg.org/c#table-aria-weak

Comment:
Should disallow &lt;a&gt; elements to be made into buttons, checkboxes, radio
buttons, tabs, or tree items, since those are all semantic abuse

Posted from: 216.239.45.4 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.803.0 Safari/535.1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51204</commentid>
    <comment_count>1</comment_count>
    <who name="Henri Sivonen">hsivonen</who>
    <bug_when>2011-07-18 12:46:53 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;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: It is assumed that semantic abuse exists regardless of ARIA and the whole point of ARIA is to make semantic abuse accessible as an afterthought. If semantic abuse revealed by ARIA were considered an error, it&apos;s likely that enough authors would remove ARIA than to remove the semantic abuse that it would be a problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52421</commentid>
    <comment_count>2</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:01:18 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57621</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-02 05:12:27 +0000</bug_when>
    <thetext>That isn&apos;t the point of ARIA. ARIA is primarily for developers creating custom widgets and other web application components. It allows authors to provide accessibility hooks for ATs in cases where the user agent would otherwise have nothing useful to provide. It is not intended for use by authors who are trying to convey the very semantics that HTML can already convey.

In any case, having an AT label a link as being a button actually hurts accessibility, it doesn&apos;t improve it, as it makes it impossible for the user to understand instructions. For example, if they visit a page that has a link labeled as role=button, and they read instructions telling them to click on the link, they would not be able to find it, as they would be looking for a link and not a button. Similarly, labeling an interactive control such as a link as being a tree item would harm accessibility, as it would hide from the user the fact that the link could be activated and followed.

Ergo, I am reopening this bug.

EDITOR&apos;S RESPONSE: This is an Editor&apos;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: Partially Accepted
Change Description: see diff given below
Rationale: However, the initial request is not entirely correct either. It does, to some extent, make sense for links to be used as tabs. So I&apos;ve left that as conforming.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57622</commentid>
    <comment_count>4</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-10-02 05:12:54 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6610.
Check-in comment: Disallow some combinations that would indicate element misuse.
http://html5.org/tools/web-apps-tracker?from=6609&amp;to=6610</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>