- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 08:35:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20639
Modified Files:
Overview.html
Log Message:
markup fixes (whatwg r3807)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2975
retrieving revision 1.2976
diff -u -d -r1.2975 -r1.2976
--- Overview.html 11 Sep 2009 08:30:57 -0000 1.2975
+++ Overview.html 11 Sep 2009 08:35:28 -0000 1.2976
@@ -15536,7 +15536,8 @@
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>For example:<pre><section>
+ content</a> elements and part of another paragraph. For
+ example:<pre><section>
<ins>
<p>
This is a paragraph that was inserted.
@@ -15561,9 +15562,7 @@
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:
-
- <p>For example:<pre><section>
+ <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> elements, as for example:<pre><section>
<p>This is the first paragraph. <del>This sentence was
deleted.</del></p>
<p><del>This sentence was deleted too.</del> That
Received on Friday, 11 September 2009 08:35:41 UTC