- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 09 Aug 2009 20:32:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16859
Modified Files:
Overview.html
Log Message:
typo (whatwg r3570)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2762
retrieving revision 1.2763
diff -u -d -r1.2762 -r1.2763
--- Overview.html 9 Aug 2009 19:26:14 -0000 1.2762
+++ Overview.html 9 Aug 2009 20:32:24 -0000 1.2763
@@ -1,4 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>HTML 5</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie">
+ <title>HTML 5</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; }
@@ -169,7 +171,14 @@
ul.domTree .t7 code, .domTree .t8 code { color: green; }
ul.domTree .t10 code { color: teal; }
[...41829 lines suppressed...]
crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
- and support.</p><!-- Hopefully Kam won't notice he's covered by these
- acknowledgements three times! --><!--
+ and support.</p>
+
+ <!-- Hopefully Kam won't notice he's covered by these
+ acknowledgements three times! -->
+
+<!--
TODO (or delay):
XXX * we should fix The Great Key Problem
XXX * library of resources:
@@ -67458,3 +78773,7 @@
XXX * be clearer about arrays/lists/collections being zero-based
despite using the term "/index/th".
-->
+
+
+
+
Received on Sunday, 9 August 2009 20:32:38 UTC