Skip to content

Commit

Permalink
[t] (0) Make <script> contents not be nested paragraphs, which a stri…
Browse files Browse the repository at this point in the history
…ct reading of the spec previously implied.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8558

git-svn-id: http://svn.whatwg.org/webapps@4523 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent ae9ee11 commit f75c3b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 22 deletions.
11 changes: 4 additions & 7 deletions complete.html
Expand Up @@ -8996,13 +8996,10 @@ <h5 id=paragraphs><span class=secno>3.2.5.3 </span>Paragraphs</h5>
in <var title="">view</var>, for each run of sibling <a href=#phrasing-content>phrasing
content</a> nodes uninterrupted by other types of content, in an
element that accepts content other than <a href=#phrasing-content>phrasing
content</a>, let <var title="">first</var> be the first node of
the run, and let <var title="">last</var> be the last node of the
run. For each such run that consists of at least one node that is
neither <a href=#embedded-content>embedded content</a> nor <a href=#inter-element-whitespace>inter-element
whitespace</a>, a paragraph exists in the original DOM from
immediately before <var title="">first</var> to immediately after
<var title="">last</var>. (Paragraphs can thus span across
content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last node of the run. For each such run
that consists of at least one node that is neither <a href=#embedded-content>embedded
content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a
paragraph exists in the original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across
<code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and
<code><a href=#the-map-element>map</a></code> elements.)</p>

Expand Down
11 changes: 4 additions & 7 deletions index
Expand Up @@ -8831,13 +8831,10 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
in <var title="">view</var>, for each run of sibling <a href=#phrasing-content>phrasing
content</a> nodes uninterrupted by other types of content, in an
element that accepts content other than <a href=#phrasing-content>phrasing
content</a>, let <var title="">first</var> be the first node of
the run, and let <var title="">last</var> be the last node of the
run. For each such run that consists of at least one node that is
neither <a href=#embedded-content>embedded content</a> nor <a href=#inter-element-whitespace>inter-element
whitespace</a>, a paragraph exists in the original DOM from
immediately before <var title="">first</var> to immediately after
<var title="">last</var>. (Paragraphs can thus span across
content</a> as well as <a href=#phrasing-content>phrasing content</a>, let <var title="">first</var> be the first node of the run, and let <var title="">last</var> be the last node of the run. For each such run
that consists of at least one node that is neither <a href=#embedded-content>embedded
content</a> nor <a href=#inter-element-whitespace>inter-element whitespace</a>, a
paragraph exists in the original DOM from immediately before <var title="">first</var> to immediately after <var title="">last</var>. (Paragraphs can thus span across
<code><a href=#the-a-element>a</a></code>, <code><a href=#the-ins-element>ins</a></code>, <code><a href=#the-del-element>del</a></code>, and
<code><a href=#the-map-element>map</a></code> elements.)</p>

Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -9032,13 +9032,14 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
in <var title="">view</var>, for each run of sibling <span>phrasing
content</span> nodes uninterrupted by other types of content, in an
element that accepts content other than <span>phrasing
content</span>, let <var title="">first</var> be the first node of
the run, and let <var title="">last</var> be the last node of the
run. For each such run that consists of at least one node that is
neither <span>embedded content</span> nor <span>inter-element
whitespace</span>, a paragraph exists in the original DOM from
immediately before <var title="">first</var> to immediately after
<var title="">last</var>. (Paragraphs can thus span across
content</span> as well as <span>phrasing content</span>, let <var
title="">first</var> be the first node of the run, and let <var
title="">last</var> be the last node of the run. For each such run
that consists of at least one node that is neither <span>embedded
content</span> nor <span>inter-element whitespace</span>, a
paragraph exists in the original DOM from immediately before <var
title="">first</var> to immediately after <var
title="">last</var>. (Paragraphs can thus span across
<code>a</code>, <code>ins</code>, <code>del</code>, and
<code>map</code> elements.)</p>

Expand Down Expand Up @@ -12353,7 +12354,7 @@ people expect to have work and what is necessary.
with unknown parameters must be assumed to be unsupported. The <code
title="">charset</code> parameter must be treated as an unknown
parameter for the purpose of comparing <span title="MIME type">MIME
types</span> here.</p></p>
types</span> here.</p>

</div>

Expand Down

0 comments on commit f75c3b8

Please sign in to comment.