<?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>8554</bug_id>
          
          <creation_ts>2009-12-26 23:06:45 +0000</creation_ts>
          <short_desc>&lt;progress&gt; element should be labelable with a label</short_desc>
          <delta_ts>2011-03-06 10:26:17 +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>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>12254</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Maciej Stachowiak">mjs</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>mike</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>30258</commentid>
    <comment_count>0</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2009-12-26 23:06:45 +0000</bug_when>
    <thetext>In native UI, progress bars sometimes have an associated piece of text that could be considered a label. For example, in a download manager showing multiple progress bars, the item name would likely be the label. Particularly if &lt;progress&gt; is changed to only support setting the progresss programatically and not declaratively via markup, it should be labelable like a form control.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30646</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-01-06 11:30:23 +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: Did Not Understand Request
Change Description: no spec change
Rationale: Does this also apply to &lt;meter&gt;, &lt;output&gt;, &lt;time&gt;, &lt;video&gt;, &lt;iframe&gt;, &lt;embed&gt;, etc?

Or does it only apply to &lt;progress&gt; and the elements that currently are categorised as &quot;labelable form-associated elements&quot;?

Making &lt;label&gt; apply to &lt;progress&gt; is a pretty complicated set of changes (with a pretty complicated set of implementation requirements), so I want to be absolutely clear about whether that&apos;s what you mean before doing it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30647</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-01-06 11:31:15 +0000</bug_when>
    <thetext>(Also, are ARIAs various labeling mechanisms adequate for this? If not, why not?)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30682</commentid>
    <comment_count>3</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-01-06 19:46:12 +0000</bug_when>
    <thetext>It does not apply to &lt;video&gt;, &lt;iframe&gt; or &lt;embed&gt;, as the closest equivalents to those do not normally have labels in native UI. I think it would equally apply to &lt;meter&gt;. I don&apos;t know enough about the intended rendering and use of &lt;output&gt; to be sure, but it probably does need to be labeled.

aria-labeledby would work OK, however, and is not materially different from using &lt;label&gt; for elements that do not take focus or react to clicks. I&apos;m happy to withdraw the request if you think it&apos;s ok to have that be the recommended approach for particular built-in controls. If that&apos;s your position, feel free to mark WONTFIX.

Reopening for further disposition.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30689</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-01-06 23:34:40 +0000</bug_when>
    <thetext>I guess I&apos;ll make &lt;meter&gt; and &lt;progress&gt; into proper form controls (and move them to the form controls section), and make them and &lt;output&gt; labelable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30690</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2010-01-07 03:39:06 +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: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter&apos;s comments.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30692</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2010-01-07 06:25:57 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r4531.
Check-in comment: Make &lt;progress&gt;, &lt;meter&gt;, and &lt;output&gt; labelable with &lt;label&gt;.
http://html5.org/tools/web-apps-tracker?from=4530&amp;to=4531
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31769</commentid>
    <comment_count>7</comment_count>
    <who name="Michael Cooper">cooper</who>
    <bug_when>2010-02-11 17:18:04 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>33547</commentid>
    <comment_count>8</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-03-14 18:20:12 +0000</bug_when>
    <thetext>Looks good to me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>38118</commentid>
    <comment_count>9</comment_count>
    <who name="Michael Cooper">cooper</who>
    <bug_when>2010-08-28 14:38:11 +0000</bug_when>
    <thetext>http://www.w3.org/2002/09/wbs/44061/20080513_bugs/results#xq12

Remove Task Force tracking of this bug. Original submitter may pursue it further if they wish, though it appears this one has been resolved satisfactorily.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>