[html5] r6047 - [e] (0) clarification

whatwg at whatwg.org whatwg at whatwg.org
Mon May 2 16:08:35 PDT 2011


Author: ianh
Date: 2011-05-02 16:08:34 -0700 (Mon, 02 May 2011)
New Revision: 6047

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarification

Modified: complete.html
===================================================================
--- complete.html	2011-05-02 21:47:34 UTC (rev 6046)
+++ complete.html	2011-05-02 23:08:34 UTC (rev 6047)
@@ -14887,14 +14887,15 @@
 
   <p>All descendant elements must be processed, according to their
   semantics, before the <code><a href=#the-style-element>style</a></code> element itself is
-  evaluated. For styling languages that consist of pure text, user
-  agents must evaluate <code><a href=#the-style-element>style</a></code> elements by passing the
-  concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-style-element>style</a></code> element (not any other nodes such as comments or
-  elements), in <a href=#tree-order>tree order</a>, to the style system. For
-  XML-based styling languages, user agents must pass all the child
-  nodes of the <code><a href=#the-style-element>style</a></code> element to the style system.</p>
+  evaluated. For styling languages that consist of pure text (as
+  opposed to XML), user agents must evaluate <code><a href=#the-style-element>style</a></code>
+  elements by passing the concatenation of the contents of all the
+  <a href=#text-node title="text node">text nodes</a> that are direct children
+  of the <code><a href=#the-style-element>style</a></code> element (not any other nodes such as
+  comments or elements), in <a href=#tree-order>tree order</a>, to the style
+  system. For XML-based styling languages, user agents must pass all
+  the child nodes of the <code><a href=#the-style-element>style</a></code> element to the style
+  system.</p>
 
   <p>All <a href=#url title=URL>URLs</a> found by the styling language's
   processor must be <a href=#resolve-a-url title="resolve a url">resolved</a>,

Modified: index
===================================================================
--- index	2011-05-02 21:47:34 UTC (rev 6046)
+++ index	2011-05-02 23:08:34 UTC (rev 6047)
@@ -14912,14 +14912,15 @@
 
   <p>All descendant elements must be processed, according to their
   semantics, before the <code><a href=#the-style-element>style</a></code> element itself is
-  evaluated. For styling languages that consist of pure text, user
-  agents must evaluate <code><a href=#the-style-element>style</a></code> elements by passing the
-  concatenation of the contents of all the <a href=#text-node title="text
-  node">text nodes</a> that are direct children of the
-  <code><a href=#the-style-element>style</a></code> element (not any other nodes such as comments or
-  elements), in <a href=#tree-order>tree order</a>, to the style system. For
-  XML-based styling languages, user agents must pass all the child
-  nodes of the <code><a href=#the-style-element>style</a></code> element to the style system.</p>
+  evaluated. For styling languages that consist of pure text (as
+  opposed to XML), user agents must evaluate <code><a href=#the-style-element>style</a></code>
+  elements by passing the concatenation of the contents of all the
+  <a href=#text-node title="text node">text nodes</a> that are direct children
+  of the <code><a href=#the-style-element>style</a></code> element (not any other nodes such as
+  comments or elements), in <a href=#tree-order>tree order</a>, to the style
+  system. For XML-based styling languages, user agents must pass all
+  the child nodes of the <code><a href=#the-style-element>style</a></code> element to the style
+  system.</p>
 
   <p>All <a href=#url title=URL>URLs</a> found by the styling language's
   processor must be <a href=#resolve-a-url title="resolve a url">resolved</a>,

Modified: source
===================================================================
--- source	2011-05-02 21:47:34 UTC (rev 6046)
+++ source	2011-05-02 23:08:34 UTC (rev 6047)
@@ -15889,14 +15889,15 @@
 
   <p>All descendant elements must be processed, according to their
   semantics, before the <code>style</code> element itself is
-  evaluated. For styling languages that consist of pure text, user
-  agents must evaluate <code>style</code> elements by passing the
-  concatenation of the contents of all the <span title="text
-  node">text nodes</span> that are direct children of the
-  <code>style</code> element (not any other nodes such as comments or
-  elements), in <span>tree order</span>, to the style system. For
-  XML-based styling languages, user agents must pass all the child
-  nodes of the <code>style</code> element to the style system.</p>
+  evaluated. For styling languages that consist of pure text (as
+  opposed to XML), user agents must evaluate <code>style</code>
+  elements by passing the concatenation of the contents of all the
+  <span title="text node">text nodes</span> that are direct children
+  of the <code>style</code> element (not any other nodes such as
+  comments or elements), in <span>tree order</span>, to the style
+  system. For XML-based styling languages, user agents must pass all
+  the child nodes of the <code>style</code> element to the style
+  system.</p>
 
   <p>All <span title="URL">URLs</span> found by the styling language's
   processor must be <span title="resolve a url">resolved</span>,




More information about the Commit-Watchers mailing list