Short URL: http://html5.org/r/6047
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 6047 | clarification | 2011-05-02 23:08 |
Index: source =================================================================== --- source (revision 6046) +++ source (revision 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>,