Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) markup fixes
git-svn-id: http://svn.whatwg.org/webapps@3807 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 11, 2009
1 parent ef46563 commit a32bb64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions index
Expand Up @@ -17825,6 +17825,7 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</
</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>
Expand All @@ -17834,9 +17835,8 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</
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>

<p>For example:</p>
content</a> elements and part of another paragraph. For
example:</p>

<pre>&lt;section&gt;
&lt;ins&gt;
Expand Down Expand Up @@ -17869,9 +17869,7 @@ and a height of &lt;meter&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <strong>BAD!</
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:</p>
<code><a href=#the-ins-element>ins</a></code> or <code><a href=#the-del-element>del</a></code> elements, as for example:</p>

<pre>&lt;section&gt;
&lt;p&gt;This is the first paragraph. &lt;del&gt;This sentence was
Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -19113,6 +19113,7 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
</div>



<h4>Edits and paragraphs</h4>

<p><i>This section is non-normative.</i></p>
Expand All @@ -19123,9 +19124,8 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
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>

<p>For example:</p>
content</span> elements and part of another paragraph. For
example:</p>

<pre>&lt;section>
&lt;ins>
Expand Down Expand Up @@ -19158,9 +19158,7 @@ and a height of &lt;meter>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</strong> -
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:

<p>For example:</p>
<code>ins</code> or <code>del</code> elements, as for example:</p>

<pre>&lt;section>
&lt;p>This is the first paragraph. &lt;del>This sentence was
Expand Down

0 comments on commit a32bb64

Please sign in to comment.