Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) terminology fixes ('DOM attribute' is so last year)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8136

git-svn-id: http://svn.whatwg.org/webapps@4440 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 11, 2009
1 parent a3e0301 commit 62b05c9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
16 changes: 8 additions & 8 deletions complete.html
Expand Up @@ -7546,7 +7546,7 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
<h4 id=creating-documents><span class=secno>3.1.5 </span>Creating documents</h4>

<p><a href=#xml-documents>XML documents</a> can be created from script using the
DOM <code title=dom-DOMImplementation-createDocument>createDocument()</code>
<code title=dom-DOMImplementation-createDocument>createDocument()</code>
method on the <code>DOMImplementation</code> interface.</p>

<p><a href=#html-documents>HTML documents</a> can be created using the <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
Expand Down Expand Up @@ -12114,9 +12114,9 @@ <h4 id=the-style-element><span class=secno>4.2.6 </span>The <dfn><code>style</co

</div>

<p>The DOM <dfn id=dom-style-disabled title=dom-style-disabled><code>disabled</code></dfn> attribute
behaves as defined <a href=#dom-linkstyle-disabled title=dom-linkstyle-disabled>for the
alternative style sheets DOM</a>.</p>
<p>The <dfn id=dom-style-disabled title=dom-style-disabled><code>disabled</code></dfn>
IDL attribute behaves as defined <a href=#dom-linkstyle-disabled title=dom-linkstyle-disabled>for the alternative style sheets
DOM</a>.</p>

<p>The <code>LinkStyle</code> interface is also implemented by
this element; the <a href=#styling>styling processing model</a> defines
Expand Down Expand Up @@ -12735,9 +12735,9 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>

<dd>

<p>The value of the DOM <code title=dom-script-text><a href=#dom-script-text>text</a></code> attribute at the time the
"<a href=#running-a-script>running a script</a>" algorithm was first invoked is
the script source.</p>
<p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
IDL attribute at the time the "<a href=#running-a-script>running a script</a>"
algorithm was first invoked is the script source.</p>

</dd>

Expand Down Expand Up @@ -12987,7 +12987,7 @@ <h5 id=inline-documentation-for-external-scripts><span class=secno>4.3.1.3 </spa

<p>If a <code><a href=#script>script</a></code> element's <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute is specified, then the
contents of the <code><a href=#script>script</a></code> element, if any, must be such
that the value of the DOM <code title=dom-script-text><a href=#dom-script-text>text</a></code>
that the value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code> IDL
attribute, which is derived from the element's contents, matches the
<code title="">documentation</code> production in the following
ABNF, the character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p>
Expand Down
16 changes: 8 additions & 8 deletions index
Expand Up @@ -7381,7 +7381,7 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<h4 id=creating-documents><span class=secno>3.1.5 </span>Creating documents</h4>

<p><a href=#xml-documents>XML documents</a> can be created from script using the
DOM <code title=dom-DOMImplementation-createDocument>createDocument()</code>
<code title=dom-DOMImplementation-createDocument>createDocument()</code>
method on the <code>DOMImplementation</code> interface.</p>

<p><a href=#html-documents>HTML documents</a> can be created using the <code title=dom-DOMHTMLImplementation-createHTMLDocument><a href=#dom-domhtmlimplementation-createhtmldocument>createHTMLDocument()</a></code>
Expand Down Expand Up @@ -11949,9 +11949,9 @@ c-end = "--&gt;"</pre>

</div>

<p>The DOM <dfn id=dom-style-disabled title=dom-style-disabled><code>disabled</code></dfn> attribute
behaves as defined <a href=#dom-linkstyle-disabled title=dom-linkstyle-disabled>for the
alternative style sheets DOM</a>.</p>
<p>The <dfn id=dom-style-disabled title=dom-style-disabled><code>disabled</code></dfn>
IDL attribute behaves as defined <a href=#dom-linkstyle-disabled title=dom-linkstyle-disabled>for the alternative style sheets
DOM</a>.</p>

<p>The <code>LinkStyle</code> interface is also implemented by
this element; the <a href=#styling>styling processing model</a> defines
Expand Down Expand Up @@ -12570,9 +12570,9 @@ c-end = "--&gt;"</pre>

<dd>

<p>The value of the DOM <code title=dom-script-text><a href=#dom-script-text>text</a></code> attribute at the time the
"<a href=#running-a-script>running a script</a>" algorithm was first invoked is
the script source.</p>
<p>The value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code>
IDL attribute at the time the "<a href=#running-a-script>running a script</a>"
algorithm was first invoked is the script source.</p>

</dd>

Expand Down Expand Up @@ -12822,7 +12822,7 @@ tag-end =/ %x003E ; U+003E GREATER-THAN SIGN (&gt;)</pre>

<p>If a <code><a href=#script>script</a></code> element's <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute is specified, then the
contents of the <code><a href=#script>script</a></code> element, if any, must be such
that the value of the DOM <code title=dom-script-text><a href=#dom-script-text>text</a></code>
that the value of the <code title=dom-script-text><a href=#dom-script-text>text</a></code> IDL
attribute, which is derived from the element's contents, matches the
<code title="">documentation</code> production in the following
ABNF, the character set for which is Unicode. <a href=#refsABNF>[ABNF]</a></p>
Expand Down
19 changes: 9 additions & 10 deletions source
Expand Up @@ -7451,7 +7451,7 @@ interface <dfn>HTMLDocument</dfn> {
<h4>Creating documents</h4>

<p><span>XML documents</span> can be created from script using the
DOM <code
<code
title="dom-DOMImplementation-createDocument">createDocument()</code>
method on the <code>DOMImplementation</code> interface.</p>

Expand Down Expand Up @@ -12640,10 +12640,10 @@ c-end = "-->"</pre>

</div>

<p>The DOM <dfn
title="dom-style-disabled"><code>disabled</code></dfn> attribute
behaves as defined <span title="dom-linkstyle-disabled">for the
alternative style sheets DOM</span>.</p>
<p>The <dfn title="dom-style-disabled"><code>disabled</code></dfn>
IDL attribute behaves as defined <span
title="dom-linkstyle-disabled">for the alternative style sheets
DOM</span>.</p>

<p>The <code>LinkStyle</code> interface is also implemented by
this element; the <span>styling processing model</span> defines
Expand Down Expand Up @@ -13363,10 +13363,9 @@ c-end = "-->"</pre>

<dd>

<p>The value of the DOM <code
title="dom-script-text">text</code> attribute at the time the
"<span>running a script</span>" algorithm was first invoked is
the script source.</p>
<p>The value of the <code title="dom-script-text">text</code>
IDL attribute at the time the "<span>running a script</span>"
algorithm was first invoked is the script source.</p>

</dd>

Expand Down Expand Up @@ -13643,7 +13642,7 @@ tag-end =/ %x003E ; U+003E GREATER-THAN SIGN (&gt;)</pre>
<p>If a <code>script</code> element's <code
title="attr-script-src">src</code> attribute is specified, then the
contents of the <code>script</code> element, if any, must be such
that the value of the DOM <code title="dom-script-text">text</code>
that the value of the <code title="dom-script-text">text</code> IDL
attribute, which is derived from the element's contents, matches the
<code title="">documentation</code> production in the following
ABNF, the character set for which is Unicode. <a
Expand Down

0 comments on commit 62b05c9

Please sign in to comment.