- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jun 2010 06:58:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv20771
Modified Files:
Overview.html Overview.src.html
Log Message:
publication got delayed; fix links
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Overview.html 8 Jun 2010 13:00:04 -0000 1.99
+++ Overview.html 23 Jun 2010 06:58:39 -0000 1.100
@@ -22,13 +22,13 @@
<h1 id=html5-diff>HTML5 differences from HTML4</h1>
- <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 10 June 2010</h2>
+ <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 24 June 2010</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2010/WD-html5-diff-20100610/">http://www.w3.org/TR/2010/WD-html5-diff-20100610/</a>
+ href="http://www.w3.org/TR/2010/WD-html5-diff-20100624/">http://www.w3.org/TR/2010/WD-html5-diff-20100624/</a>
<dt>Latest Published Version:
@@ -101,7 +101,7 @@
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
index</a> at http://www.w3.org/TR/.</em>
- <p>This is the 10 June 2010 W3C Working Draft produced by the <a
+ <p>This is the 24 June 2010 W3C Working Draft produced by the <a
href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
Group intends to publish this document as a <a
@@ -477,7 +477,7 @@
<li>
<p><a
- href="http://www.w3.org/TR/html5/embedded-content-0.html#the-figure-element"><code>figure</code></a>
+ href="http://www.w3.org/TR/html5/semantics.html#the-figure-element"><code>figure</code></a>
can be used to associate a caption together with some embedded content,
such as a graphic or video:</p>
@@ -486,7 +486,9 @@
<figcaption>Example</figcaption>
</figure></code></pre>
- <p><code>figcaption</code> provides the caption.</p>
+ <p><a
+ href="http://www.w3.org/TR/html5/semantics.html#the-figcaption-element"><code>figcaption</code></a>
+ provides the caption.</p>
</ul>
<p>Then there are several other new elements:
@@ -561,8 +563,9 @@
<p><a
href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
represents additional information or controls which the user can obtain
- on demand. The <code>summary</code> element provides its summary,
- legend, or caption.
+ on demand. The <a
+ href="http://www.w3.org/TR/html5/interactive-elements.html#the-summary-element"><code>summary</code></a>
+ element provides its summary, legend, or caption.
<li>
<p><a
@@ -1182,20 +1185,23 @@
href="http://lists.w3.org/Archives/Public/public-html/"><code>public-html@w3.org</code></a>
and <a
href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/"><code>whatwg@whatwg.org</code></a>
- mailing list archives and to some extent in the <a
+ mailing list archives, the <a
href="http://blog.whatwg.org/category/weekly-review">This Week in
- HTML5</a> series of blog posts. Many editorial and minor technical changes
- are not included in these changelogs. I.e. implementors are strongly
- encouraged to follow the development of the main specification on a
- frequent basis so they become aware of all changes that affect them early
- on.
+ HTML5</a> series of blog posts, and the WHATWG <a
+ href="http://wiki.whatwg.org/wiki/Rationale">Rationale</a> wiki page. Many
+ editorial and minor technical changes are not included in these
+ changelogs. I.e. implementors are strongly encouraged to follow the
+ development of the main specification on a frequent basis so they become
+ aware of all changes that affect them early on.
+
+ <p>f
<p>The changes in the changelogs are in rough chronological order to ease
editing this document.
<h3 id=changes-2010-03-04><span class=secno>5.1. </span>Changes since 4
March 2010</h3>
- <!-- rev 4647 - 5101 -->
+ <!-- rev 4647 - 5107 -->
<ul>
<li>The <code>title</code> element is optional for <code>iframe</code>
@@ -1873,12 +1879,12 @@
<p>The editor would like to thank Ben Millard, Cameron McCormack, Charles
McCathieNevile, Dan Connolly, David Håsäther, Dennis German,
Frank Ellermann, Frank Palinkas, Gordon P. Hemsley, Henri Sivonen, James
- Graham, Jens Meiert, Jeremy Keith, Jürgen Jeka, Krijn Hoetmer, Maciej
- Stachowiak, Marcos Caceres, Mark Pilgrim, Martijn Wargers, Martyn Haigh,
- Masataka Yakura, Michael Smith, Olivier Gendrin, Øistein E.
- Andersen, Philip Taylor, Simon Pieters, and Yngve Spjeld Landro for their
- contributions to this document as well as to all the people who have
- contributed to HTML5 over the years for improving the Web!
+ Graham, Jens Meiert, Jeremy Keith, Jürgen Jeka, Krijn Hoetmer, Leif
+ Halvard Silli, Maciej Stachowiak, Marcos Caceres, Mark Pilgrim, Martijn
+ Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, Olivier Gendrin,
+ Øistein E. Andersen, Philip Taylor, Simon Pieters, and Yngve Spjeld
+ Landro for their contributions to this document as well as to all the
+ people who have contributed to HTML5 over the years for improving the Web!
<h2 class=no-num id=references>References</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Overview.src.html 8 Jun 2010 13:00:05 -0000 1.77
+++ Overview.src.html 23 Jun 2010 06:58:40 -0000 1.78
@@ -374,7 +374,7 @@
represents a section of the document intended for navigation.</p></li>
<li>
- <p><a href="http://www.w3.org/TR/html5/embedded-content-0.html#the-figure-element"><code>figure</code></a>
+ <p><a href="http://www.w3.org/TR/html5/semantics.html#the-figure-element"><code>figure</code></a>
can be used to associate a caption together with some embedded
content, such as a graphic or video:</p>
@@ -383,7 +383,7 @@
<figcaption>Example</figcaption>
</figure></code></pre>
- <p><code>figcaption</code> provides the caption.</p>
+ <p><a href="http://www.w3.org/TR/html5/semantics.html#the-figcaption-element"><code>figcaption</code></a> provides the caption.</p>
</li>
</ul>
@@ -435,8 +435,9 @@
<li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
represents additional information or controls which the user can
- obtain on demand. The <code>summary</code> element provides its
- summary, legend, or caption.</p></li>
+ obtain on demand. The
+ <a href="http://www.w3.org/TR/html5/interactive-elements.html#the-summary-element"><code>summary</code></a>
+ element provides its summary, legend, or caption.</p></li>
<li>
<p><a href="http://dev.w3.org/html5/spec/forms.html#the-datalist-element"><code>datalist</code></a>
@@ -1009,18 +1010,20 @@
<a href="http://lists.w3.org/Archives/Public/public-html/"><code>public-html@w3.org</code></a>
and
<a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/"><code>whatwg@whatwg.org</code></a>
- mailing list archives and to some extent in the
+ mailing list archives, the
<a href="http://blog.whatwg.org/category/weekly-review">This Week in HTML5</a>
- series of blog posts. Many editorial and minor technical changes are not
+ series of blog posts, and the WHATWG
+ <a href="http://wiki.whatwg.org/wiki/Rationale">Rationale</a> wiki page.
+ Many editorial and minor technical changes are not
included in these changelogs. I.e. implementors are strongly encouraged
to follow the development of the main specification on a frequent basis
so they become aware of all changes that affect them early on.</p>
-
+f
<p>The changes in the changelogs are in rough chronological order to
ease editing this document.</p>
- <h3 id="changes-2010-03-04">Changes since 4 March 2010</h3> <!-- rev 4647 - 5101 -->
+ <h3 id="changes-2010-03-04">Changes since 4 March 2010</h3> <!-- rev 4647 - 5107 -->
<ul>
<li>The <code>title</code> element is optional for
@@ -1542,6 +1545,7 @@
Jeremy Keith,
Jürgen Jeka,
Krijn Hoetmer,
+ Leif Halvard Silli,
Maciej Stachowiak,
Marcos Caceres,
Mark Pilgrim,
Received on Wednesday, 23 June 2010 06:58:43 UTC