html5/spec Overview.html,1.4853,1.4854

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

Modified Files:
	Overview.html 
Log Message:
clarification (whatwg r6047)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4853
retrieving revision 1.4854
diff -u -d -r1.4853 -r1.4854
--- Overview.html	2 May 2011 21:47:47 -0000	1.4853
+++ Overview.html	2 May 2011 23:08:44 -0000	1.4854
@@ -12448,14 +12448,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>,

Received on Monday, 2 May 2011 23:08:50 UTC