Skip to content

Commit

Permalink
[e] (0) clarification
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6047 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 2, 2011
1 parent bef7b2d commit 6f2e458
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
17 changes: 9 additions & 8 deletions complete.html
Expand Up @@ -14887,14 +14887,15 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co

<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>,
Expand Down
17 changes: 9 additions & 8 deletions index
Expand Up @@ -14912,14 +14912,15 @@ c-end = "--&gt;"</pre>

<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>,
Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -15889,14 +15889,15 @@ c-end = "-->"</pre>

<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>,
Expand Down

0 comments on commit 6f2e458

Please sign in to comment.