- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Mar 2012 06:26:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17631
Modified Files:
Makefile urls.html
Added Files:
single-page.html
Log Message:
Apply revert request to W3C copy. (whatwg r7027)
[updated by splitter]
--- NEW FILE: single-page.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en-US-x-Hixie"><title>HTML5</title><style type="text/css">
pre { margin-left: 2em; white-space: pre-wrap; }
h2 { margin: 3em 0 1em 0; }
h3 { margin: 2.5em 0 1em 0; }
h4 { margin: 2.5em 0 0.75em 0; }
h5, h6 { margin: 2.5em 0 1em; }
h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
p { margin: 1em 0; }
hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
dl, dd { margin-top: 0; margin-bottom: 0; }
dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; }
dt + dt { margin-top: 0; }
dd dt { margin-top: 0.25em; margin-bottom: 0; }
dd p { margin-top: 0; }
dd dl + p { margin-top: 1em; }
dd table + p { margin-top: 1em; }
p + * > li, dd li { margin: 1em 0; }
dt, dfn { font-weight: bold; font-style: normal; }
[...82590 lines suppressed...]
broken implementation of the <a href="#adoptionAgency">adoption
agency algorithm</a> that the editor had to reverse engineer and fix
before using it in the parsing section.</p>
</div>
<p>Thanks to the many sources that provided inspiration for the
examples used in the specification.</p>
<p>Thanks also to the Microsoft blogging community for some ideas,
to the attendees of the W3C Workshop on Web Applications and
Compound Documents for inspiration, to the #mrt crew, the #mrt.no
crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
and support.</p>
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- urls.html 19 Mar 2012 06:11:33 -0000 1.147
+++ urls.html 19 Mar 2012 06:26:56 -0000 1.148
@@ -455,7 +455,7 @@
<li>Add the characters U+0022, U+003C, U+003E, U+005B .. U+005E,
U+0060, and U+007B .. U+007D to the <unreserved>
production.
- <!-- <!--
+ <!--
0022 QUOTATION MARK
003C LESS-THAN SIGN
003E GREATER-THAN SIGN
Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile 11 Dec 2011 08:14:39 -0000 1.37
+++ Makefile 19 Mar 2012 06:26:56 -0000 1.38
@@ -39,7 +39,11 @@
debug:
echo $(REVISION)
-MANIFEST: Overview.html
+single-page.html: Overview.html
+ $(PERL) $(PERLFLAGS) -pe 's/<!-- <!--/<!-- /' $< > $@
+ $(PERL) $(PERLFLAGS) -pi -e 's/<\/dt><\/dt><\/dt><dd>/<\/dt><dd>/' $@
+
+MANIFEST: single-page.html
$(PYTHON) $(PYTHONFLAGS) $(SPLITTER) $(SPLITTERFLAGS) $< . \
| $(TEE) $(TEEFLAGS) \
| $(GREP) $(GREPFLAGS) '<h2>|<h3>|<h4>|<h5>|<h6>' \
Received on Monday, 19 March 2012 06:28:37 UTC