- From: poot <cvsmail@w3.org>
- Date: Wed, 6 Jan 2010 20:38:44 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make <script> contents not be nested paragraphs, which a strict reading of the spec previously implied. (whatwg r4523) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3619&r2=1.3620&f=h http://html5.org/tools/web-apps-tracker?from=4522&to=4523 =================================================================== 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:39:12 UTC