- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 16:46:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv2869
Modified Files:
Overview.html Overview.src.html
Log Message:
add a <div> around webarch
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.html 5 Jun 2008 08:30:34 -0000 1.46
+++ Overview.html 9 Jun 2008 16:46:27 -0000 1.47
@@ -20,13 +20,13 @@
<h1 id=html5-diff>HTML 5 differences from HTML 4</h1>
- <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 5 June 2008</h2>
+ <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 9 June 2008</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2008/ED-html5-diff-20080605/">http://www.w3.org/TR/2008/ED-html5-diff-20080605/</a>
+ href="http://www.w3.org/TR/2008/ED-html5-diff-20080609/">http://www.w3.org/TR/2008/ED-html5-diff-20080609/</a>
<dt>Latest Version:
@@ -263,66 +263,70 @@
there are at least two complete implementations of the specification. This
is a different approach than previous versions of HTML had. The goal is to
ensure that the specification is implementable and usable by designers and
- developers once it is finished.
-
- <h3 id=webarch><span class=secno>1.4 </span>Impact on Web Architecture</h3>
- <!-- http://lists.w3.org/Archives/Public/www-tag/2008May/0087.html -->
+ developers once it is finished.</p>
+ <!-- The following <div> is here for Michael(tm) Smith who owes the
+ editor one beer in exchange. -->
- <p>The following areas / features defined in HTML 5 are believed to
- impact the Web architecture:
+ <div>
+ <h3 id=webarch><span class=secno>1.4 </span>Impact on Web Architecture</h3>
+ <!-- http://lists.w3.org/Archives/Public/www-tag/2008May/0087.html -->
+ <p>The following areas / features defined in HTML 5 are believed to
+ impact the Web architecture:</p>
- <ul>
- <li>The use of the DOM as a basis for defining the language.
+ <ul>
+ <li>The use of the DOM as a basis for defining the language.
- <li>The concept of browsing contexts.
+ <li>The concept of browsing contexts.
- <li>The distinction between user agent requirements and authoring
- requirements.
+ <li>The distinction between user agent requirements and authoring
+ requirements.
- <li>The use of imperative definitions rather than abstract definitions
- with the requirement of black-box equivalence in implementations.
+ <li>The use of imperative definitions rather than abstract definitions
+ with the requirement of black-box equivalence in implementations.
- <li>The new content model concepts (replacing HTML 4's block and
- inline concepts).
+ <li>The new content model concepts (replacing HTML 4's block and
+ inline concepts).
- <li>The focus on accessibility as a built-in concept for new features
- (such as the <code>irrelevant</code> attribute, the <code>progress</code>
- element, et cetera) instead of an add-on (like the <code>alt</code>
- attribute).
+ <li>The focus on accessibility as a built-in concept for new features
+ (such as the <code>irrelevant</code> attribute, the
+ <code>progress</code> element, et cetera) instead of an add-on (like the
+ <code>alt</code> attribute).
- <li>The focus on defining the semantics in detail (e.g. the outline
- algorithm, replacing the vague semantics in HTML 4).
+ <li>The focus on defining the semantics in detail (e.g. the outline
+ algorithm, replacing the vague semantics in HTML 4).
- <li>The server-sent events feature (the <code>event-source</code>
- element).
+ <li>The server-sent events feature (the <code>event-source</code>
+ element).
- <li>The <code>datagrid</code> element.
+ <li>The <code>datagrid</code> element.
- <li>The <code>menu</code> and <code>command elements.</code>
+ <li>The <code>menu</code> and <code>command</code> elements.
- <li>The origin concept.
+ <li>The origin concept.
- <li>Offline Web application caches.
+ <li>Offline Web application caches.
- <li>The definition of the browsing context "navigation" algorithm and the
- related session history traversal algorithms.
+ <li>The definition of the browsing context "navigation" algorithm and the
+ related session history traversal algorithms.
- <li>The content-type sniffing and character encoding sniffing.
+ <li>The content-type sniffing and character encoding sniffing.
- <li>The very explicit definition of a parser.
+ <li>The very explicit definition of a parser.
- <li>The two structured storage features.
+ <li>The two structured storage features.
- <li>The <code>contentEditable</code> feature and the
- <code>UndoManager</code> feature.
+ <li>The <code>contentEditable</code> feature and the
+ <code>UndoManager</code> feature.
- <li>The Drag and Drop and Copy and Paste architecture.
+ <li>The Drag and Drop and Copy and Paste architecture.
- <li>The cross-document messaging feature (the <code>postMessage</code>
- API).
+ <li>The cross-document messaging feature (the <code>postMessage</code>
+ API).
- <li>The new sandboxing features for <code>iframe</code>.
- </ul>
+ <li>The new sandboxing features for <code>iframe</code>.
+ </ul>
+ </div>
+ <!-- This closes the <div> added for Michael(tm) Smith. -->
<h2 id=syntax><span class=secno>2. </span>Syntax</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html 5 Jun 2008 08:30:34 -0000 1.25
+++ Overview.src.html 9 Jun 2008 16:46:27 -0000 1.26
@@ -192,6 +192,10 @@
designers and developers once it is finished.</p>
+ <!-- The following <div> is here for Michael(tm) Smith who owes the
+ editor one beer in exchange. -->
+ <div>
+
<h3 id="webarch">Impact on Web Architecture</h3>
<!-- http://lists.w3.org/Archives/Public/www-tag/2008May/0087.html -->
@@ -225,7 +229,7 @@
<li>The <code>datagrid</code> element.</li>
- <li>The <code>menu</code> and <code>command elements.</li>
+ <li>The <code>menu</code> and <code>command</code> elements.</li>
<li>The origin concept.</li>
@@ -250,6 +254,9 @@
<li>The new sandboxing features for <code>iframe</code>.</li>
</ul>
+
+ </div>
+ <!-- This closes the <div> added for Michael(tm) Smith. -->
<h2 id="syntax">Syntax</h2>
Received on Monday, 9 June 2008 16:47:04 UTC