[html5] r3807 - [e] (0) markup fixes
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 11 01:40:10 PDT 2009
Author: ianh
Date: 2009-09-11 01:40:09 -0700 (Fri, 11 Sep 2009)
New Revision: 3807
Modified:
index
source
Log:
[e] (0) markup fixes
Modified: index
===================================================================
--- index 2009-09-11 08:35:37 UTC (rev 3806)
+++ index 2009-09-11 08:40:09 UTC (rev 3807)
@@ -17825,6 +17825,7 @@
</div>
+
<h4 id=edits-and-paragraphs><span class=secno>4.7.4 </span>Edits and paragraphs</h4>
<p><i>This section is non-normative.</i></p>
@@ -17834,10 +17835,9 @@
in some cases where paragraphs are <a href=#paragraph title=paragraph>implied</a> (without explicit <code><a href=#the-p-element>p</a></code>
elements), for an <code><a href=#the-ins-element>ins</a></code> or <code><a href=#the-del-element>del</a></code> element to
span both an entire paragraph or other non-<a href=#phrasing-content>phrasing
- content</a> elements and part of another paragraph.</p>
+ content</a> elements and part of another paragraph. For
+ example:</p>
- <p>For example:</p>
-
<pre><section>
<ins>
<p>
@@ -17869,10 +17869,8 @@
end of one paragraph and the start of the very next one using the
same <code><a href=#the-ins-element>ins</a></code> or <code><a href=#the-del-element>del</a></code> element. You instead have
to use one (or two) <code><a href=#the-p-element>p</a></code> element(s) and two
- <code><a href=#the-ins-element>ins</a></code> or <code><a href=#the-del-element>del</a></code> elements:
+ <code><a href=#the-ins-element>ins</a></code> or <code><a href=#the-del-element>del</a></code> elements, as for example:</p>
- <p>For example:</p>
-
<pre><section>
<p>This is the first paragraph. <del>This sentence was
deleted.</del></p>
Modified: source
===================================================================
--- source 2009-09-11 08:35:37 UTC (rev 3806)
+++ source 2009-09-11 08:40:09 UTC (rev 3807)
@@ -19113,6 +19113,7 @@
</div>
+
<h4>Edits and paragraphs</h4>
<p><i>This section is non-normative.</i></p>
@@ -19123,10 +19124,9 @@
title="paragraph">implied</span> (without explicit <code>p</code>
elements), for an <code>ins</code> or <code>del</code> element to
span both an entire paragraph or other non-<span>phrasing
- content</span> elements and part of another paragraph.</p>
+ content</span> elements and part of another paragraph. For
+ example:</p>
- <p>For example:</p>
-
<pre><section>
<ins>
<p>
@@ -19158,10 +19158,8 @@
end of one paragraph and the start of the very next one using the
same <code>ins</code> or <code>del</code> element. You instead have
to use one (or two) <code>p</code> element(s) and two
- <code>ins</code> or <code>del</code> elements:
+ <code>ins</code> or <code>del</code> elements, as for example:</p>
- <p>For example:</p>
-
<pre><section>
<p>This is the first paragraph. <del>This sentence was
deleted.</del></p>
More information about the Commit-Watchers
mailing list