[html5] r4523 - [t] (0) Make <script> contents not be nested paragraphs, which a strict reading [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 6 03:38:27 PST 2010


Author: ianh
Date: 2010-01-06 03:38:21 -0800 (Wed, 06 Jan 2010)
New Revision: 4523

Modified:
   complete.html
   index
   source
Log:
[t] (0) Make <script> contents not be nested paragraphs, which a strict reading of the spec previously implied.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8558

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 11:23:45 UTC (rev 4522)
+++ complete.html	2010-01-06 11:38:21 UTC (rev 4523)
@@ -8996,13 +8996,10 @@
   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>
 

Modified: index
===================================================================
--- index	2010-01-06 11:23:45 UTC (rev 4522)
+++ index	2010-01-06 11:38:21 UTC (rev 4523)
@@ -8831,13 +8831,10 @@
   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>
 

Modified: source
===================================================================
--- source	2010-01-06 11:23:45 UTC (rev 4522)
+++ source	2010-01-06 11:38:21 UTC (rev 4523)
@@ -9032,13 +9032,14 @@
   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>
 
@@ -12353,7 +12354,7 @@
   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>
 




More information about the Commit-Watchers mailing list