- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Jun 2009 11:56:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv11101 Modified Files: Overview.html Log Message: Use [Supplemental] instead of [XXX], in preparation for WebIDL defining [Supplemental]. Add all the DOM2 HTML obsolete stuff. Define <frame>. (whatwg r3314) Index: Overview.html =================================================================== 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:56:13 UTC