- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 11:56:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv26858
Modified Files:
Overview.html Overview.src.html
Added Files:
Makefile
Log Message:
move to Anolis
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.html 20 May 2011 20:51:45 -0000 1.159
+++ Overview.html 4 Aug 2011 11:56:35 -0000 1.160
@@ -1,10 +1,6 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-
-<html lang=en-US>
- <head>
- <title>HTML5 differences from HTML4</title>
-
- <style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US"><head>
+ <title>HTML5 differences from HTML4</title>
+ <style type="text/css">
.note { margin-left:2em; font-weight:bold; font-style:italic; color:green }
[...3645 lines suppressed...]
- W3C.
+ <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language
+ (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C.
+ Sperberg-McQueen, E. Maler, F. Yergeau. W3C.</dd>
- <dt>[<dfn id=ref-xml>XML</dfn>]
+ <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0
+ (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R.
+ Tobin, H. S. Thompson. W3C.</dd>
+ </dl>
+
- <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language
- (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C.
- Sperberg-McQueen, E. Maler, F. Yergeau. W3C.
- <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0
- (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin,
- H. S. Thompson. W3C.
- </dl>
--- NEW FILE: Makefile ---
ANOLIS = anolis
all: Overview.html
Overview.html: Overview.src.html data Makefile
$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
--filter=".publish" $< $@
publish: Overview.src.html data Makefile
$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
--filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD \
$< Overview.html
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- Overview.src.html 20 May 2011 20:51:45 -0000 1.136
+++ Overview.src.html 4 Aug 2011 11:56:35 -0000 1.137
@@ -15,12 +15,12 @@
</head>
<body>
<!--
-
+
Editor's checklist for stuff to fix for publication:
-
+
* Previous Versions links
* Changelog headings
-
+
-->
<div class="head">
<p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></p>
@@ -102,7 +102,7 @@
<a href="http://www.w3.org/2005/10/Process-20051014/#WGNote">Working
Group Note</a> to accompany the
<a href="http://www.w3.org/TR/html5/">HTML5 specification</a>.
- The appropriate forum for comments is
+ The appropriate forum for comments is
<a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=HTML5%20differences%20from%20HTML4%20%28editor:%20Anne%20van%20Kesteren%29">W3C
Bugzilla</a>.
<!--<a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>,
@@ -408,7 +408,7 @@
<a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-source-element"><code>source</code></a>
elements are used together with these elements if there are multiple
streams available of different types.</p></li>
-
+
<li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-track-element"><code>track</code></a>
provides text tracks for the <code>video</code> element.</p></li>
@@ -574,7 +574,7 @@
<code>hidden</code>, <code>image</code> or some button type such as
<code>submit</code>), <code>select</code> and <code>textarea</code>. It indicates that the user
has to fill in a value in order to submit the form. For <code>select</code>, the first <code>option</code> element has to be a placeholder with an empty value.
-
+
<pre><code><label>Color: <select name=color <strong>required</strong>>
<option <strong>value=""</strong>>Choose one
<option>Red
@@ -597,7 +597,7 @@
a new attribute named <code>dirname</code> that causes the
directionality of the control as set by the user to be submitted as
well.
-
+
<li><p>The <code>textarea</code> element also has two new attributes,
<code>maxlength</code> and <code>wrap</code> which control max input
length and submitted line wrapping behavior, respectively.
@@ -753,7 +753,7 @@
element is no longer deprecated as it is not presentational. The same
goes for the <code>start</code> attribute of the <code>ol</code>
element.
-
+
<p>The <code>target</code> attribute for the <code>a</code> and
<code>area</code> elements is no longer deprecated, as it is useful in
Web applications, e.g. in conjunction with <code>iframe</code>.
@@ -890,7 +890,7 @@
attributes on <code>td</code> and <code>th</code>.
<li><code>scope</code> attribute on <code>td</code>.
-
+
<li><code>summary</code> attribute on <code>table</code>.
</ul>
@@ -978,7 +978,7 @@
<ul>
<li>An API for playing of video and audio which can be used with the new
<code>video</code> and <code>audio</code> elements.</li>
-
+
<li>An API that enables offline Web applications.</li>
<li>An API that allows a Web application to register itself for
Received on Thursday, 4 August 2011 11:56:39 UTC