Skip to content

Commit

Permalink
p element tag omission
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@388 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 29, 2006
1 parent bb95f43 commit 6c06fc1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
18 changes: 17 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -24859,9 +24859,25 @@ function receiver(e) {
<code><a href="#dd0">dd</a></code> element or a <code><a
href="#dt0">dt</a></code> element, or if there is no more content in the
parent element.</p>
<!-- </p> -->

<p>A <code><a href="#p0">p</a></code> element's <span
title=syntax-end-tag>end tag</span> may be omitted if the <code><a
href="#p0">p</a></code> element is immediately followed by an <code><a
href="#address0">address</a></code>, <code><a
href="#blockquote0">blockquote</a></code>, <code><a
href="#dl0">dl</a></code>, <code>fieldset</code>, <code>form</code>,
<code><a href="#h10">h1</a></code>, <code><a href="#h20">h2</a></code>,
<code><a href="#h30">h3</a></code>, <code><a href="#h40">h4</a></code>,
<code><a href="#h50">h5</a></code>, <code><a href="#h60">h6</a></code>,
<code><a href="#hr0">hr</a></code>, <code><a
href="#menu0">menu</a></code>, <code><a href="#ol0">ol</a></code>,
<code><a href="#p0">p</a></code>, <code><a href="#pre0">pre</a></code>,
<code><a href="#table0">table</a></code>, or <code><a
href="#ul0">ul</a></code> element, or if there is no more content in the
parent element.</p>
<!--

p E
thead E
tfoot E
tbody S E
Expand Down
12 changes: 11 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -23084,9 +23084,19 @@ function receiver(e) {
<code>dt</code> element, or if there is no more content in the
parent element.</p>

<!-- </p> -->
<p>A <code>p</code> element's <span title="syntax-end-tag">end
tag</span> may be omitted if the <code>p</code> element is
immediately followed by an <code>address</code>,
<code>blockquote</code>, <code>dl</code>, <code>fieldset</code>,
<code>form</code>, <code>h1</code>, <code>h2</code>,
<code>h3</code>, <code>h4</code>, <code>h5</code>, <code>h6</code>,
<code>hr</code>, <code>menu</code>, <code>ol</code>, <code>p</code>,
<code>pre</code>, <code>table</code>, or <code>ul</code> element, or
if there is no more content in the parent element.</p>

<!--

p E
thead E
tfoot E
tbody S E
Expand Down

0 comments on commit 6c06fc1

Please sign in to comment.