[html5] r4440 - [e] (0) terminology fixes ('DOM attribute' is so last year) Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 11 10:59:05 PST 2009


Author: ianh
Date: 2009-12-11 10:59:02 -0800 (Fri, 11 Dec 2009)
New Revision: 4440

Modified:
   complete.html
   index
   source
Log:
[e] (0) terminology fixes ('DOM attribute' is so last year)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8136

Modified: complete.html
===================================================================
--- complete.html	2009-12-11 18:09:06 UTC (rev 4439)
+++ complete.html	2009-12-11 18:59:02 UTC (rev 4440)
@@ -7546,7 +7546,7 @@
   <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>
@@ -12114,9 +12114,9 @@
 
   </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
@@ -12735,9 +12735,9 @@
 
        <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>
 
@@ -12987,7 +12987,7 @@
 
   <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>

Modified: index
===================================================================
--- index	2009-12-11 18:09:06 UTC (rev 4439)
+++ index	2009-12-11 18:59:02 UTC (rev 4440)
@@ -7381,7 +7381,7 @@
   <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>
@@ -11949,9 +11949,9 @@
 
   </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
@@ -12570,9 +12570,9 @@
 
        <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>
 
@@ -12822,7 +12822,7 @@
 
   <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>

Modified: source
===================================================================
--- source	2009-12-11 18:09:06 UTC (rev 4439)
+++ source	2009-12-11 18:59:02 UTC (rev 4440)
@@ -7451,7 +7451,7 @@
   <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>
 
@@ -12640,10 +12640,10 @@
 
   </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
@@ -13363,10 +13363,9 @@
 
        <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>
 
@@ -13643,7 +13642,7 @@
   <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




More information about the Commit-Watchers mailing list