- From: poot <cvsmail@w3.org>
- Date: Fri, 11 Sep 2009 17:35:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: markup fixes (whatwg r3807) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2975&r2=1.2976&f=h http://html5.org/tools/web-apps-tracker?from=3806&to=3807 =================================================================== 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:36:23 UTC