[html5] r3805 - [e] (0) <del> example
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 11 01:34:19 PDT 2009
Author: ianh
Date: 2009-09-11 01:34:18 -0700 (Fri, 11 Sep 2009)
New Revision: 3805
Modified:
index
source
Log:
[e] (0) <del> example
Modified: index
===================================================================
--- index 2009-09-11 04:35:39 UTC (rev 3804)
+++ index 2009-09-11 08:34:18 UTC (rev 3805)
@@ -17376,7 +17376,6 @@
-
<h4 id=the-span-element><span class=secno>4.6.24 </span>The <dfn><code>span</code></dfn> element</h4>
<dl class=element><dt>Categories</dt>
@@ -17752,7 +17751,24 @@
<p><code><a href=#the-del-element>del</a></code> elements should not cross <a href=#paragraph title=paragraph>implied paragraph</a> boundaries.</p>
+ <div class=example>
+ <p>The following shows a "to do" list where items that have been
+ done are crossed-off with the date and time of their
+ completion.</p>
+
+ <pre><h1>To Do</h1>
+<ul>
+ <li>Empty the dishwasher</li>
+ <li><del datetime="2009-10-11T01:25-07:00">Watch Walter Lewin's lectures</del></li>
+ <li><del datetime="2009-10-10T23:38-07:00">Download more tracks</del></li>
+ <li>Buy a printer</li>
+</ul></pre>
+
+ </div>
+
+
+
<h4 id=attributes-common-to-ins-and-del-elements><span class=secno>4.7.3 </span>Attributes common to <code><a href=#the-ins-element>ins</a></code> and <code><a href=#the-del-element>del</a></code> elements</h4>
<p>The <dfn id=attr-mod-cite title=attr-mod-cite><code>cite</code></dfn> attribute
Modified: source
===================================================================
--- source 2009-09-11 04:35:39 UTC (rev 3804)
+++ source 2009-09-11 08:34:18 UTC (rev 3805)
@@ -18614,7 +18614,6 @@
-
<h4>The <dfn><code>span</code></dfn> element</h4>
<dl class="element">
@@ -19035,7 +19034,24 @@
<p><code>del</code> elements should not cross <span
title="paragraph">implied paragraph</span> boundaries.</p>
+ <div class="example">
+ <p>The following shows a "to do" list where items that have been
+ done are crossed-off with the date and time of their
+ completion.</p>
+
+ <pre><h1>To Do</h1>
+<ul>
+ <li>Empty the dishwasher</li>
+ <li><del datetime="2009-10-11T01:25-07:00">Watch Walter Lewin's lectures</del></li>
+ <li><del datetime="2009-10-10T23:38-07:00">Download more tracks</del></li>
+ <li>Buy a printer</li>
+</ul></pre>
+
+ </div>
+
+
+
<h4>Attributes common to <code>ins</code> and <code>del</code> elements</h4>
<p>The <dfn title="attr-mod-cite"><code>cite</code></dfn> attribute
More information about the Commit-Watchers
mailing list