html5/spec Overview.html,1.3619,1.3620

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8031

Modified Files:
	Overview.html 
Log Message:
Make <script> contents not be nested paragraphs, which a strict reading of the spec previously implied. (whatwg r4523)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3619
retrieving revision 1.3620
diff -u -d -r1.3619 -r1.3620
--- Overview.html	6 Jan 2010 11:23:55 -0000	1.3619
+++ Overview.html	6 Jan 2010 11:38:32 -0000	1.3620
@@ -7879,13 +7879,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>
 

Received on Wednesday, 6 January 2010 11:38:37 UTC