[html5] r5368 - [e] (0) try to reduce confusion Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 26 17:38:43 PDT 2010
Author: ianh
Date: 2010-08-26 17:38:41 -0700 (Thu, 26 Aug 2010)
New Revision: 5368
Modified:
complete.html
index
source
Log:
[e] (0) try to reduce confusion
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9849
Modified: complete.html
===================================================================
--- complete.html 2010-08-26 19:54:27 UTC (rev 5367)
+++ complete.html 2010-08-27 00:38:41 UTC (rev 5368)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 26 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 27 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1653,8 +1653,8 @@
HTML syntax, but they are supported in the DOM and in XML.
Similarly, documents that use the <code><a href=#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>
+ 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.8 </span>Structure of this specification</h3>
@@ -95935,6 +95935,7 @@
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
+ NoozNooz42,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kjær,
Modified: index
===================================================================
--- index 2010-08-26 19:54:27 UTC (rev 5367)
+++ index 2010-08-27 00:38:41 UTC (rev 5368)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 26 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 27 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1591,8 +1591,8 @@
HTML syntax, but they are supported in the DOM and in XML.
Similarly, documents that use the <code><a href=#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>
+ 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.8 </span>Structure of this specification</h3>
@@ -89170,6 +89170,7 @@
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
+ NoozNooz42,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kjær,
Modified: source
===================================================================
--- source 2010-08-26 19:54:27 UTC (rev 5367)
+++ source 2010-08-27 00:38:41 UTC (rev 5368)
@@ -437,8 +437,8 @@
Similarly, documents that use the <code>noscript</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>
+ title="">--></code>" can only be represented in the DOM, not in
+ the HTML and XML syntaxes.</p>
<h3>Structure of this specification</h3>
@@ -110011,6 +110011,7 @@
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
+ NoozNooz42,
Ojan Vafai,
Olaf Hoffmann,
Olav Junker Kjær,
More information about the Commit-Watchers
mailing list