- From: poot <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 13:07:23 +0900 (JST)
- To: public-html-diffs@w3.org
mike: remove obsoleted Details section for nav element (thx=Oli)
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.213&r2=1.214&f=h
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -d -r1.414 -r1.415
--- Overview.html 9 Apr 2010 21:13:05 -0000 1.414
+++ Overview.html 12 Apr 2010 04:06:49 -0000 1.415
@@ -10,7 +10,7 @@
<div class="head">
<div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
<h1>HTML: The Markup Language</h1>
-<h2>W3C Editor’s Draft <em>10 April 2010</em>
+<h2>W3C Editor’s Draft <em>12 April 2010</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -51,7 +51,7 @@
reports index</a> at http://www.w3.org/TR/.
</em></p>
<p>
- This document is the 10 April 2010 Editor’s Draft of
+ This document is the 12 April 2010 Editor’s Draft of
<cite>HTML: The Markup Language</cite>.
If you’d like to comment on this document, the preferred
Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- nav.html 29 Mar 2010 18:46:41 -0000 1.49
+++ nav.html 12 Apr 2010 04:06:50 -0000 1.50
@@ -69,20 +69,7 @@
<p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
<a href="common-models.html#common.elem.flow">flow elements</a></span></span></p>
</div>
-
- <div class="no-number no-toc" id="nav-details">
- <h2 class="element-subhead">Details <a class="hash" href="#nav-details">#</a>
-</h2>
-<div class="details">
- <p>Not all groups of links on a page need to be in a <a href="nav.html#nav" class="element">nav</a> element — only
- sections that consist of primary navigation blocks are
- appropriate for the <a href="nav.html#nav" class="element">nav</a>
- element. In particular, it is common for footers to have a list
- of links to various key parts of a site, but the <a href="footer.html#footer" class="element">footer</a> element is more
- appropriate in such cases.</p>
- </div>
-</div>
-<div class="no-number no-toc" id="nav-interface">
+ <div class="no-number no-toc" id="nav-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a>
</h2>
<p class="dom-interface">Uses
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- spec.html 9 Apr 2010 21:13:08 -0000 1.213
+++ spec.html 12 Apr 2010 04:06:50 -0000 1.214
@@ -10,7 +10,7 @@
<div class="head">
<div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
<h1>HTML: The Markup Language</h1>
-<h2>W3C Editor’s Draft <em>10 April 2010</em>
+<h2>W3C Editor’s Draft <em>12 April 2010</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -50,7 +50,7 @@
reports index</a> at http://www.w3.org/TR/.
</em></p>
<p>
- This document is the 10 April 2010 Editor’s Draft of
+ This document is the 12 April 2010 Editor’s Draft of
<cite>HTML: The Markup Language</cite>.
If you’d like to comment on this document, the preferred
@@ -13784,20 +13784,7 @@
<p class="permitted-parents"><span class="context-mdl"><span>any element that can contain
<a href="#common.elem.flow">flow elements</a></span></span></p>
</div>
-
- <div class="no-number no-toc" id="nav-details">
- <h2 class="element-subhead">Details <a class="hash" href="#nav-details">#</a>
-</h2>
-<div class="details">
- <p>Not all groups of links on a page need to be in a <a href="#nav" class="element">nav</a> element — only
- sections that consist of primary navigation blocks are
- appropriate for the <a href="#nav" class="element">nav</a>
- element. In particular, it is common for footers to have a list
- of links to various key parts of a site, but the <a href="#footer" class="element">footer</a> element is more
- appropriate in such cases.</p>
- </div>
-</div>
-<div class="no-number no-toc" id="nav-interface">
+ <div class="no-number no-toc" id="nav-interface">
<h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a>
</h2>
<p class="dom-interface">Uses
Received on Monday, 12 April 2010 04:07:53 UTC