- From: poot <cvsmail@w3.org>
- Date: Mon, 02 May 2011 19:12:14 -0400
- To: public-html-diffs@w3.org
hixie: clarification (whatwg r6047) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4853&r2=1.4854&f=h http://html5.org/tools/web-apps-tracker?from=6046&to=6047 =================================================================== 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:12:16 UTC