- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Jun 2009 04:56:01 +0900 (JST)
- To: public-html-diffs@w3.org
define 'case-[in]sensitive' for CSS section (whatwg r3308) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2453&r2=1.2454&f=h http://html5.org/tools/web-apps-tracker?from=3307&to=3308 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2453 retrieving revision 1.2454 diff -u -d -r1.2453 -r1.2454 --- Overview.html 23 Jun 2009 18:46:04 -0000 1.2453 +++ Overview.html 23 Jun 2009 19:55:37 -0000 1.2454 @@ -63392,12 +63392,13 @@ </div><h4 id="selectors"><span class="secno">11.8.1 </span>Selectors</h4><p>Attribute and element <em>names</em> of <a href="#html-elements">HTML elements</a> in <a href="#html-documents">HTML documents</a> must be treated as - case-insensitive.<p>Classes from the <code title="attr-class"><a href="#classes">class</a></code> attribute + <a href="#ascii-case-insensitive">ASCII case-insensitive</a>.<p>Classes from the <code title="attr-class"><a href="#classes">class</a></code> attribute of <a href="#html-elements">HTML elements</a> in documents that are in <a href="#quirks-mode">quirks - mode</a> must be treated as case-insensitive.<p>Attribute selectors on an <a href="#html-elements" title="HTML elements">HTML + mode</a> must be treated as <a href="#ascii-case-insensitive">ASCII + case-insensitive</a>.<p>Attribute selectors on an <a href="#html-elements" title="HTML elements">HTML element</a> in an <a href="#html-documents" title="HTML documents">HTML document</a> must treat the <em>values</em> of attributes with - the following names as case-insensitive:</p><!-- based on Mozilla's list, which was itself based on HTML4 --><!-- WebKit's was identical at the time of writing except as noted below --><ul><li><code title="">accept</code> + the following names as <a href="#ascii-case-insensitive">ASCII case-insensitive</a>:</p><!-- based on Mozilla's list, which was itself based on HTML4 --><!-- WebKit's was identical at the time of writing except as noted below --><ul><li><code title="">accept</code> <li><code title="">accept-charset</code> <li><code title="">align</code> <li><code title="">alink</code> @@ -63445,7 +63446,7 @@ <li><code title="">vlink</code> </ul><p>All other <a href="#html-elements">HTML elements</a> and all attribute names and values on <a href="#html-elements">HTML elements</a> must be treated as - case-sensitive.<div class="impl"> + <a href="#case-sensitive">case-sensitive</a>.<div class="impl"> <h2 id="obsolete-features"><span class="secno">12 </span>Obsolete features</h2>
Received on Tuesday, 23 June 2009 19:56:36 UTC