Skip to content

Commit

Permalink
[e] (0) Remove confusing use of the word 'direct'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13480

git-svn-id: http://svn.whatwg.org/webapps@6340 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2011
1 parent c52b51e commit 52e0b4e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 59 deletions.
38 changes: 18 additions & 20 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 29 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 30 July 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
Expand Down Expand Up @@ -13272,10 +13272,10 @@ <h4 id=the-title-element><span class=secno>4.2.2 </span>The <dfn><code>title</co

<p>The IDL attribute <dfn id=dom-title-text title=dom-title-text><code>text</code></dfn> must return a
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-title-element>title</a></code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
node">text nodes</a> that are children of the <code><a href=#the-title-element>title</a></code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code><a href=#textcontent>textContent</a></code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -14883,12 +14883,11 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co
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>
<a href=#text-node title="text node">text nodes</a> that are 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 Expand Up @@ -15925,10 +15924,10 @@ <h4 id=the-script-element><span class=secno>4.3.1 </span>The <dfn id=script><cod

<p>The IDL attribute <dfn id=dom-script-text title=dom-script-text><code>text</code></dfn> must return a
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-script-element>script</a></code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
node">text nodes</a> that are children of the <code><a href=#the-script-element>script</a></code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code><a href=#textcontent>textContent</a></code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -46936,8 +46935,8 @@ <h6 id=the-list-attribute><span class=secno>4.10.7.2.3 </span>The <code title=at

<p>The fallback content will only be shown in UAs that don't
support <code><a href=#the-datalist-element>datalist</a></code>. The options, on the other hand, will
be detected by all UAs, even though they are not direct children of
the <code><a href=#the-datalist-element>datalist</a></code> element.</p>
be detected by all UAs, even though they are not children of the
<code><a href=#the-datalist-element>datalist</a></code> element.</p>

<p>Note that if an <code><a href=#the-option-element>option</a></code> element used in a
<code><a href=#the-datalist-element>datalist</a></code> is <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code>, it will be selected
Expand Down Expand Up @@ -52712,9 +52711,8 @@ <h5 id=menus-intro><span class=secno>4.11.4.1 </span>Introduction</h5>
<p>The behavior in supporting user agents is similar to the example
above, but here the legacy behavior consists of a single
<code><a href=#the-select-element>select</a></code> element with a submit button. The submit button
doesn't appear in the toolbar, because it is not a direct child of
the <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code>
children.</p>
doesn't appear in the toolbar, because it is not a child of the
<code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code> children.</p>



Expand Down
38 changes: 18 additions & 20 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 29 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 30 July 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -13141,10 +13141,10 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;

<p>The IDL attribute <dfn id=dom-title-text title=dom-title-text><code>text</code></dfn> must return a
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-title-element>title</a></code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
node">text nodes</a> that are children of the <code><a href=#the-title-element>title</a></code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code><a href=#textcontent>textContent</a></code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -14752,12 +14752,11 @@ c-end = "--&gt;"</pre>
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>
<a href=#text-node title="text node">text nodes</a> that are 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 Expand Up @@ -15794,10 +15793,10 @@ c-end = "--&gt;"</pre>

<p>The IDL attribute <dfn id=dom-script-text title=dom-script-text><code>text</code></dfn> must return a
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-script-element>script</a></code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code><a href=#textcontent>textContent</a></code> IDL attribute.</p>
node">text nodes</a> that are children of the <code><a href=#the-script-element>script</a></code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code><a href=#textcontent>textContent</a></code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -46808,8 +46807,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<p>The fallback content will only be shown in UAs that don't
support <code><a href=#the-datalist-element>datalist</a></code>. The options, on the other hand, will
be detected by all UAs, even though they are not direct children of
the <code><a href=#the-datalist-element>datalist</a></code> element.</p>
be detected by all UAs, even though they are not children of the
<code><a href=#the-datalist-element>datalist</a></code> element.</p>

<p>Note that if an <code><a href=#the-option-element>option</a></code> element used in a
<code><a href=#the-datalist-element>datalist</a></code> is <code title=attr-option-selected><a href=#attr-option-selected>selected</a></code>, it will be selected
Expand Down Expand Up @@ -52584,9 +52583,8 @@ fur
<p>The behavior in supporting user agents is similar to the example
above, but here the legacy behavior consists of a single
<code><a href=#the-select-element>select</a></code> element with a submit button. The submit button
doesn't appear in the toolbar, because it is not a direct child of
the <code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code>
children.</p>
doesn't appear in the toolbar, because it is not a child of the
<code><a href=#the-menu-element>menu</a></code> element or of its <code><a href=#the-li-element>li</a></code> children.</p>



Expand Down
36 changes: 17 additions & 19 deletions source
Expand Up @@ -13894,10 +13894,10 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
<p>The IDL attribute <dfn
title="dom-title-text"><code>text</code></dfn> must return a
concatenation of the contents of all the <span title="text
node">text nodes</span> that are direct children of the
<code>title</code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code>textContent</code> IDL attribute.</p>
node">text nodes</span> that are children of the <code>title</code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code>textContent</code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -15763,12 +15763,11 @@ c-end = "-->"</pre>
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>
<span title="text node">text nodes</span> that are 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 Expand Up @@ -16961,10 +16960,10 @@ c-end = "-->"</pre>
<p>The IDL attribute <dfn
title="dom-script-text"><code>text</code></dfn> must return a
concatenation of the contents of all the <span title="text
node">text nodes</span> that are direct children of the
<code>script</code> element (ignoring any other nodes such as
comments or elements), in tree order. On setting, it must act the
same way as the <code>textContent</code> IDL attribute.</p>
node">text nodes</span> that are children of the <code>script</code>
element (ignoring any other nodes such as comments or elements), in
tree order. On setting, it must act the same way as the
<code>textContent</code> IDL attribute.</p>

</div>

Expand Down Expand Up @@ -52443,8 +52442,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<p>The fallback content will only be shown in UAs that don't
support <code>datalist</code>. The options, on the other hand, will
be detected by all UAs, even though they are not direct children of
the <code>datalist</code> element.</p>
be detected by all UAs, even though they are not children of the
<code>datalist</code> element.</p>

<p>Note that if an <code>option</code> element used in a
<code>datalist</code> is <code
Expand Down Expand Up @@ -59340,9 +59339,8 @@ fur
<p>The behavior in supporting user agents is similar to the example
above, but here the legacy behavior consists of a single
<code>select</code> element with a submit button. The submit button
doesn't appear in the toolbar, because it is not a direct child of
the <code>menu</code> element or of its <code>li</code>
children.</p>
doesn't appear in the toolbar, because it is not a child of the
<code>menu</code> element or of its <code>li</code> children.</p>



Expand Down

0 comments on commit 52e0b4e

Please sign in to comment.