- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 08:19:33 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Update impl annotations. (whatwg r3938) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3099&r2=1.3100&f=h http://html5.org/tools/web-apps-tracker?from=3937&to=3938 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3099 retrieving revision 1.3100 diff -u -d -r1.3099 -r1.3100 --- Overview.html 21 Sep 2009 23:14:48 -0000 1.3099 +++ Overview.html 21 Sep 2009 23:19:14 -0000 1.3100 @@ -66659,7 +66659,7 @@ represented by the element, in the fashion most convenient for the user.</p> - + </div><div class="impl"> <h3 id="frames-and-framesets"><span class="secno">11.5 </span>Frames and framesets</h3> @@ -67033,15 +67033,25 @@ ... --> - </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 + <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 - <a href="#ascii-case-insensitive">ASCII case-insensitive</a>.<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> + + <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 <a href="#ascii-case-insensitive">ASCII - case-insensitive</a>.<p>Attribute selectors on an <a href="#html-elements" title="HTML elements">HTML + case-insensitive</a>.</p> + + <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 <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 class="brief"><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 class="brief"><li><code title="">accept</code> <li><code title="">accept-charset</code> <li><code title="">align</code> <li><code title="">alink</code> @@ -67089,7 +67099,9 @@ <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 - <a href="#case-sensitive">case-sensitive</a>.<h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in + <a href="#case-sensitive">case-sensitive</a>.</p> + + </div><h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in conformance checkers.<p>In <a href="#syntax">the HTML syntax</a>, authors should not specify <a href="#syntax-doctype" title="syntax-DOCTYPE">DOCTYPE</a>s that get parsed as <a href="#obsolete-permitted-doctype" title="obsolete permitted DOCTYPE">obsolete permitted DOCTYPEs</a>.</p><!-- this is poor form; we really should define this in the syntax section somehow --><p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the
Received on Monday, 21 September 2009 23:20:11 UTC