Use [Supplemental] instead of [XXX], in preparation for WebIDL defining [Supplemental]. Add all the DOM2 HTML obsolete stuff. Define <frame>. (whatwg r3314)

Use [Supplemental] instead of [XXX], in preparation for WebIDL defining
[Supplemental]. Add all the DOM2 HTML obsolete stuff. Define <frame>.
(whatwg r3314)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2455&r2=1.2456&f=h
http://html5.org/tools/web-apps-tracker?from=3313&to=3314

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2455
retrieving revision 1.2456
diff -u -d -r1.2455 -r1.2456
--- Overview.html 24 Jun 2009 01:12:36 -0000 1.2455
+++ Overview.html 24 Jun 2009 11:55:59 -0000 1.2456
@@ -1147,10 +1147,10 @@
    <li><a href="#self-contained-features"><span class="secno">12.1 </span>Self-contained features</a>
     <ol>
      <li><a href="#the-applet-element"><span class="secno">12.1.1 </span>The <code>applet</code> element</a></li>
-     <li><a href="#the-marquee-element-0"><span class="secno">12.1.2 </span>The <code>marquee</code> element</a></ol></li>
-   <li><a href="#other-elements-and-attributes"><span class="secno">12.2 </span>Other elements and attributes</a></li>
-   <li><a href="#other-dom-apis"><span class="secno">12.3 </span>Other DOM APIs</a></li>
-   <li><a href="#conformance-checkers-0"><span class="secno">12.4 </span>Conformance checkers</a></ol></li>
+     <li><a href="#the-marquee-element-0"><span class="secno">12.1.2 </span>The <code>marquee</code> element</a></li>
+     <li><a href="#frames"><span class="secno">12.1.3 </span>Frames</a></ol></li>
+   <li><a href="#other-elements-attributes-and-apis"><span class="secno">12.2 </span>Other elements, attributes and APIs</a></li>
+   <li><a href="#conformance-checkers-0"><span class="secno">12.3 </span>Conformance checkers</a></ol></li>
[...1325 lines suppressed...]
    Language</a> state.</li>
 
-   <li><p>The presence of a <code title="attr-img-border">border</code> attribute on an
+   <li><p>The presence of a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an
    <code><a href="#the-img-element">img</a></code> element if its value is the string "<code title="">0</code>".</li>
 
-   <li><p>The presence of a <code title="attr-img-longdesc">longdesc</code> attribute on an
+   <li><p>The presence of a <code title="attr-img-longdesc"><a href="#attr-img-longdesc">longdesc</a></code> attribute on an
    <code><a href="#the-img-element">img</a></code> element, if its value is a <a href="#valid-url">valid
    URL</a>.</li> <!-- 0.29% pages -->
 
@@ -63995,7 +64719,7 @@
    attribute on an <code><a href="#the-a-element">a</a></code> element, if its value is not the
    empty string.</li>
 
-   <li><p>The presence of a <code title="attr-table-summary">summary</code> attribute on a
+   <li><p>The presence of a <code title="attr-table-summary"><a href="#attr-table-summary">summary</a></code> attribute on a
    <code><a href="#the-table-element">table</a></code> element.</li> <!-- 2.65% pages -->
 
    <li><p>The presence of an <code title="attr-table-abbr">abbr</code>

Received on Wednesday, 24 June 2009 11:57:01 UTC