- From: poot <cvsmail@w3.org>
- Date: Tue, 03 May 2011 18:08:06 -0400
- To: public-html-diffs@w3.org
hixie: make more ids consistent (whatwg r6058) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4863&r2=1.4864&f=h http://html5.org/tools/web-apps-tracker?from=6057&to=6058 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4863 retrieving revision 1.4864 diff -u -d -r1.4863 -r1.4864 --- Overview.html 3 May 2011 20:24:55 -0000 1.4863 +++ Overview.html 3 May 2011 22:04:58 -0000 1.4864 @@ -677,7 +677,7 @@ <li><a href="#the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></ol></li> <li><a href="#sections"><span class="secno">4.4 </span>Sections</a> <ol> - <li><a href="#the-body-element-0"><span class="secno">4.4.1 </span>The <code>body</code> element</a></li> + <li><a href="#the-body-element"><span class="secno">4.4.1 </span>The <code>body</code> element</a></li> <li><a href="#the-section-element"><span class="secno">4.4.2 </span>The <code>section</code> element</a></li> <li><a href="#the-nav-element"><span class="secno">4.4.3 </span>The <code>nav</code> element</a></li> <li><a href="#the-article-element"><span class="secno">4.4.4 </span>The <code>article</code> element</a></li> @@ -1643,20 +1643,20 @@ markup, turning it into a DOM (Document Object Model) tree. A DOM tree is an in-memory representation of a document.<p>DOM trees contain several kinds of nodes, in particular a DOCTYPE [...962 lines suppressed...] <code><a href="#the-fieldset-element">fieldset</a></code>; <code><a href="#the-figure-element">figure</a></code>; @@ -69265,7 +69265,7 @@ "<code title="attr-media-preload-auto"><a href="#attr-media-preload-auto">auto</a></code>" <tr><th> <code title="">pubdate</code> <td> <code title="attr-time-pubdate"><a href="#attr-time-pubdate">time</a></code> - <td> Whether the element's value represents a publication time for the nearest <code><a href="#the-article-element">article</a></code> or <code><a href="#the-body-element-0">body</a></code> + <td> Whether the element's value represents a publication time for the nearest <code><a href="#the-article-element">article</a></code> or <code><a href="#the-body-element">body</a></code> <td> <a href="#boolean-attribute">Boolean attribute</a> <tr><th> <code title="">radiogroup</code> <td> <code title="attr-command-radiogroup"><a href="#attr-command-radiogroup">command</a></code> @@ -69914,7 +69914,7 @@ <tr><td> <code><a href="#the-blockquote-element">blockquote</a></code> <td> <code><a href="#htmlquoteelement">HTMLQuoteElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code> - <tr><td> <code><a href="#the-body-element-0">body</a></code> + <tr><td> <code><a href="#the-body-element">body</a></code> <td> <code><a href="#htmlbodyelement">HTMLBodyElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code> <tr><td> <code><a href="#the-br-element">br</a></code>
Received on Tuesday, 3 May 2011 22:08:07 UTC