Short URL: http://html5.org/r/3805
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 3805 | <del> example | 2009-09-11 08:34 |
Index: source =================================================================== --- source (revision 3804) +++ source (revision 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