html5/spec Overview.html,1.2975,1.2976

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>&lt;section&gt;
+  content</a> elements and part of another paragraph. For
+  example:<pre>&lt;section&gt;
  &lt;ins&gt;
   &lt;p&gt;
    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>&lt;section&gt;
+  <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> elements, as for example:<pre>&lt;section&gt;
  &lt;p&gt;This is the first paragraph. &lt;del&gt;This sentence was
  deleted.&lt;/del&gt;&lt;/p&gt;
  &lt;p&gt;&lt;del&gt;This sentence was deleted too.&lt;/del&gt; That

Received on Friday, 11 September 2009 08:35:41 UTC