<?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>23383</bug_id>
          
          <creation_ts>2013-09-27 17:32:30 +0000</creation_ts>
          <short_desc>Strong semantics table missing @value, @min, @max on ranges (slider, progressbar)</short_desc>
          <delta_ts>2015-06-05 14:49:37 +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>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="James Craig">jcraig</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>jcraig</cc>
    
    <cc>lwatson</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>93956</commentid>
    <comment_count>0</comment_count>
    <who name="James Craig">jcraig</who>
    <bug_when>2013-09-27 17:32:30 +0000</bug_when>
    <thetext>Strong semantics table missing @value, @min, @max on ranges (slider, progressbar)

The ARIA attributes @aria-valuenow, @aria-valuemin, @aria-valuemax, should have no effect on range widgets like @sliders because they have identical semantics to @value, @min, and @max. The &quot;strong&quot; table should list these on the appropriate elements.

Note: @aria-valuetext should still be allowed.

http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-strong-native-semantics</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98297</commentid>
    <comment_count>1</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2014-01-12 16:26:29 +0000</bug_when>
    <thetext>(In reply to James Craig from comment #0)
&gt; Strong semantics table missing @value, @min, @max on ranges (slider,
&gt; progressbar)
&gt; 
&gt; The ARIA attributes @aria-valuenow, @aria-valuemin, @aria-valuemax, should
&gt; have no effect on range widgets like @sliders because they have identical
&gt; semantics to @value, @min, and @max. The &quot;strong&quot; table should list these on
&gt; the appropriate elements.
&gt; 
&gt; Note: @aria-valuetext should still be allowed.
&gt; 
&gt; http://www.w3.org/html/wg/drafts/html/master/dom.html#sec-strong-native-
&gt; semantics

HI James, unclear what you want, the strong semantics table describes the aria semantics that correspond to the native semantics. Its a directive to implementers to map the aria semantics to the same properties as the native semantics.

What change would you like to see?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98352</commentid>
    <comment_count>2</comment_count>
    <who name="James Craig">jcraig</who>
    <bug_when>2014-01-13 20:03:46 +0000</bug_when>
    <thetext>(In reply to steve faulkner from comment #1)
&gt; What change would you like to see?

Add rows for:

input[type=&quot;number&quot;] /* strong map @value to @aria-valuenow */
input[type=&quot;number&quot;] /* strong map @min to @aria-valuemin */
input[type=&quot;number&quot;] /* strong map @max to @aria-valuemax */

input[type=&quot;range&quot;]  /* strong map @value to @aria-valuenow */
input[type=&quot;range&quot;]  /* strong map @min to @aria-valuemin */
input[type=&quot;range&quot;]  /* strong map @max to @aria-valuemax */

There may be other native range types that escape me at the moment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98353</commentid>
    <comment_count>3</comment_count>
    <who name="James Craig">jcraig</who>
    <bug_when>2014-01-13 20:06:49 +0000</bug_when>
    <thetext>Also:

progress /* strong map @value to @aria-valuenow */
progress /* strong map @min to &quot;0&quot; (there is no @min attr on progress)  */
progress /* strong map @max to @aria-valuemax */</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120739</commentid>
    <comment_count>4</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2015-06-05 14:49:13 +0000</bug_when>
    <thetext>moved to https://www.w3.org/Bugs/Public/show_bug.cgi?id=28768</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>