<?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>10451</bug_id>
          
          <creation_ts>2010-08-26 10:27:36 +0000</creation_ts>
          <short_desc>Consider restricting the roles allowed for the label element</short_desc>
          <delta_ts>2013-01-21 13:21:55 +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>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>LATER</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y, a11ytf, aria</keywords>
          <priority>P1</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>10066</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Maciej Stachowiak">mjs</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>ian</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>
    
    <cc>w3c</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>37920</commentid>
    <comment_count>0</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-08-26 10:27:36 +0000</bug_when>
    <thetext>For the label element, any role whatsoever is currently allowed. However, it seems like only the following roles make sense:

no role, alert, log, marquee, status, timer</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38540</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-09-07 17:41:54 +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: Partially Accepted
Change Description: see diff given below
Rationale: I&apos;ve limited &lt;label&gt; to no roles. I don&apos;t understand how any of the roles listed make any sense. &lt;label&gt; is only supposed to be used to label form controls. I couldn&apos;t find an appropriate role, but until recently I had just left the elements without appropriate roles mostly unrestricted, and I missed &lt;label&gt; when fixing that recently.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38543</commentid>
    <comment_count>2</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-09-07 17:44:50 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r5427.
Check-in comment: Fix &lt;label&gt;&apos;s ARIA restrictions
http://html5.org/tools/web-apps-tracker?from=5426&amp;to=5427</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43132</commentid>
    <comment_count>3</comment_count>
    <who name="Martin Kliehm">w3c</who>
    <bug_when>2010-12-07 15:55:11 +0000</bug_when>
    <thetext>ARIA mapping is further defined in ISSUE-129 and default roles described in http://www.paciellogroup.com/blog/misc/HTML5/aria-html5-proposal.html

There the default role is none, but allowed roles are:
&quot;If specified, role must be alert, log, marquee, presentation, status or timer. Applicable widget attributes and global attributes.&quot;

Therefore the fix for this bug differs from the proposal and should be addressed together with ISSUE-129</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43145</commentid>
    <comment_count>4</comment_count>
    <who name="Martin Kliehm">w3c</who>
    <bug_when>2010-12-07 16:48:50 +0000</bug_when>
    <thetext>The bug-triage sub-team thinks this is task force priority. Assigning the bug to Cynthia Shelly so that is handled in ISSUE-129.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43154</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-12-07 21:09:29 +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: 

alert, log, marquee, status and timer make no sense for &lt;label&gt;.

presentation is already allowed.

If this is to be handled in an issue, then the bug should not be open.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43389</commentid>
    <comment_count>6</comment_count>
    <who name="Michael Cooper">cooper</who>
    <bug_when>2010-12-15 14:42:08 +0000</bug_when>
    <thetext>This is part of HTML-ISSUE-129. There is some debate taking place actively. Therefore bug triage sub-team thinks this is a HTML A11Y TF priority. Adding a11ytf keyword and assigning to Steve Faulkner for ARIA mapping sub-team.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81633</commentid>
    <comment_count>7</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-01-21 13:21:55 +0000</bug_when>
    <thetext>review for HTML 5.1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>