<?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>13757</bug_id>
          
          <creation_ts>2011-08-11 06:43:25 +0000</creation_ts>
          <short_desc>Remove the list of attributes that match their values case-insensitively and use http://dev.w3.org/csswg/selectors4/#attribute-case in the Rendering section</short_desc>
          <delta_ts>2013-12-05 18:20:31 +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>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/#selectors</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></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>annevk</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>zcorpan</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>54678</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-08-11 06:43:25 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/complete/links.html
Multipage: http://www.whatwg.org/C#selectors
Complete: http://www.whatwg.org/c#selectors

Comment:
Remove the list of attributes that match their values case-insensitively and
use http://dev.w3.org/csswg/selectors4/#attribute-case in the Rendering
section

Posted from: 85.227.159.63 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.5.8; U; en) Presto/2.9.168 Version/11.50</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54679</commentid>
    <comment_count>1</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2011-08-11 06:49:04 +0000</bug_when>
    <thetext>Also see https://bugzilla.mozilla.org/show_bug.cgi?id=672171</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54886</commentid>
    <comment_count>2</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-08-13 11:02:58 +0000</bug_when>
    <thetext>*** Bug 13353 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56123</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-31 23:29:19 +0000</bug_when>
    <thetext>This only affects selector matching, right? &lt;input type=&quot;button&quot;&gt; and &lt;input type=&quot;BUTTON&quot;&gt; still work the same at the logic level, even in XML?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56156</commentid>
    <comment_count>4</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-09-01 08:02:27 +0000</bug_when>
    <thetext>They represent the same because enumerated attributes are always case-insensitive. To make the bindings also always apply we need to use this &quot;i&quot; operator from Selectors (rather than the &quot;/* case-insensitive */&quot; annotation).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58148</commentid>
    <comment_count>5</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-12 19:48:34 +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>58149</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-10-12 19:50:09 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6676.
Check-in comment: Update UA style sheet to use new selector syntax
http://html5.org/tools/web-apps-tracker?from=6675&amp;to=6676</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58175</commentid>
    <comment_count>7</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2011-10-13 05:14:35 +0000</bug_when>
    <thetext>The fix to the rendering section looks good. However, the list in http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#selectors is still there.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58200</commentid>
    <comment_count>8</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-13 19:35:14 +0000</bug_when>
    <thetext>Ah, right.

I suppose we still have to have the bit about the class attribute, right? I&apos;ll move that to the class attribute section, I guess.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58216</commentid>
    <comment_count>9</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-10-14 02:32:20 +0000</bug_when>
    <thetext>Right, the bit about classes is correct.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58397</commentid>
    <comment_count>10</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-18 23:02:21 +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>58399</commentid>
    <comment_count>11</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-10-18 23:04:09 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r6695.
Check-in comment: Update selector case-sensitivity matching rules, including dropping the list of magically case-insensitive values.
http://html5.org/tools/web-apps-tracker?from=6694&amp;to=6695</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>97190</commentid>
    <comment_count>12</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-12-05 18:20:31 +0000</bug_when>
    <thetext>bz is requesting that we add the list back in bug 24005.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>