html5/spec Overview.html,1.2751,1.2752

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8773

Modified Files:
	Overview.html 
Log Message:
Consistency in terminology. (bug 7227) (whatwg r3559)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2751
retrieving revision 1.2752
diff -u -d -r1.2751 -r1.2752
--- Overview.html	8 Aug 2009 01:12:52 -0000	1.2751
+++ Overview.html	8 Aug 2009 01:17:21 -0000	1.2752
@@ -1146,7 +1146,7 @@
      <li><a href="#selectors"><span class="secno">11.8.1 </span>Selectors</a></ol></ol></li>
  <li><a href="#obsolete"><span class="secno">12 </span>Obsolete features</a>
   <ol>
-   <li><a href="#conforming-but-obsolete-features"><span class="secno">12.1 </span>Conforming but obsolete features</a>
+   <li><a href="#obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</a>
     <ol>
      <li><a href="#warnings-for-obsolete-but-conforming-features"><span class="secno">12.1.1 </span>Warnings for obsolete but conforming features</a></ol></li>
    <li><a href="#non-conforming-features"><span class="secno">12.2 </span>Non-conforming features</a></li>
@@ -65030,7 +65030,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
-  <a href="#case-sensitive">case-sensitive</a>.<h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="conforming-but-obsolete-features"><span class="secno">12.1 </span>Conforming but obsolete features</h3><p>Features listed in this section will trigger warnings in
+  <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
   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 Saturday, 8 August 2009 01:17:34 UTC