[html5] r1475 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue Apr 22 02:54:07 PDT 2008
Author: ianh
Date: 2008-04-22 02:54:06 -0700 (Tue, 22 Apr 2008)
New Revision: 1475
Modified:
index
source
Log:
[e] (0) mark bad example
Modified: index
===================================================================
--- index 2008-04-21 12:15:20 UTC (rev 1474)
+++ index 2008-04-22 09:54:06 UTC (rev 1475)
@@ -24,7 +24,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 21 April 2008</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 22 April 2008</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -10708,7 +10708,8 @@
href="#cite2">cite</a></code> element here is containing far more than
the title of the work:</p>
- <pre><p>According to <cite>the Wikipedia article on HTML</cite>, as it
+ <pre><!-- do not copy this example, it is an example of bad usage! -->
+<p>According to <cite>the Wikipedia article on HTML</cite>, as it
stood in mid-February 2008, leaving attribute values unquoted is
unsafe. This is obviously an over-simplification.</p></pre>
</div>
Modified: source
===================================================================
--- source 2008-04-21 12:15:20 UTC (rev 1474)
+++ source 2008-04-22 09:54:06 UTC (rev 1475)
@@ -8867,7 +8867,8 @@
<code>cite</code> element here is containing far more than the
title of the work:</p>
- <pre><p>According to <cite>the Wikipedia article on HTML</cite>, as it
+ <pre><!-- do not copy this example, it is an example of bad usage! -->
+<p>According to <cite>the Wikipedia article on HTML</cite>, as it
stood in mid-February 2008, leaving attribute values unquoted is
unsafe. This is obviously an over-simplification.</p></pre>
More information about the Commit-Watchers
mailing list