- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 00:47:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12808
Modified Files:
acknowledgements.html introduction.html spec.html
Log Message:
try to reduce confusion (whatwg r5368)
[updated by splitter]
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- acknowledgements.html 26 Aug 2010 02:57:03 -0000 1.1033
+++ acknowledgements.html 27 Aug 2010 00:47:08 -0000 1.1034
@@ -719,6 +719,7 @@
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
+ NoozNooz42,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kjær,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -d -r1.1192 -r1.1193
--- spec.html 26 Aug 2010 19:56:32 -0000 1.1192
+++ spec.html 27 Aug 2010 00:47:17 -0000 1.1193
@@ -315,7 +315,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-26-august-2010">Editor's Draft 26 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-27-august-2010">Editor's Draft 27 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4284.
+This is revision 1.4285.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -421,7 +421,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 26 August 2010 Editor's Draft.
+ This specification is the 27 August 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -u -d -r1.1003 -r1.1004
--- introduction.html 11 Aug 2010 03:56:44 -0000 1.1003
+++ introduction.html 27 Aug 2010 00:47:16 -0000 1.1004
@@ -491,8 +491,8 @@
HTML syntax, but they are supported in the DOM and in XML.
Similarly, documents that use the <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> feature can
be represented using the HTML syntax, but cannot be represented with
- the DOM or in XML. Comments that contain the string "<code title="">--></code>" can be represented in the DOM but not in the
- HTML syntax or in XML.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification is divided into the following major
+ the DOM or in XML. Comments that contain the string "<code title="">--></code>" can only be represented in the DOM, not in
+ the HTML and XML syntaxes.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification is divided into the following major
sections:</p><dl><dt><a href="infrastructure.html#infrastructure">Common infrastructure</a></dt>
<dd>The conformance classes, algorithms, definitions, and the
Received on Friday, 27 August 2010 00:47:33 UTC