[html5] r8346 - [e] (0) copy/paste typos - Location is an object, not an element Affected topics [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Dec 12 09:30:30 PST 2013


Author: ianh
Date: 2013-12-12 09:30:28 -0800 (Thu, 12 Dec 2013)
New Revision: 8346

Modified:
   complete.html
   index
   source
Log:
[e] (0) copy/paste typos - Location is an object, not an element
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-12-11 22:23:14 UTC (rev 8345)
+++ complete.html	2013-12-12 17:30:28 UTC (rev 8346)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 12 December 2013</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>
@@ -66549,19 +66549,20 @@
 
   <p>When the object is created, and whenever the <a href="#the-document's-address" title="the document's address">the
   address</a> of the <i>relevant <code><a href=#document>Document</a></code></i> changes, the user agent must invoke
-  the element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-set-the-input title=concept-uu-set-the-input>set the
+  the object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-set-the-input title=concept-uu-set-the-input>set the
   input</a> algorithm with <a href="#the-document's-address" title="the document's address">the address</a> of the
   <i>relevant <code><a href=#document>Document</a></code></i> as the given value.</p>
 
 <!--CLEANUP-->
-  <p>The element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-get-the-base title=concept-uu-get-the-base>get the
+  <p>The object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-get-the-base title=concept-uu-get-the-base>get the
   base</a> algorithm must return the <a href=#api-base-url>API base URL</a> specified by the <a href=#entry-settings-object>entry
   settings object</a>, if there is one, or null otherwise.</p>
 
-  <p>The element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-query-encoding title=concept-uu-query-encoding>query
+  <p>The object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-query-encoding title=concept-uu-query-encoding>query
   encoding</a> is the <a href="#document's-character-encoding">document's character encoding</a>.</p>
 
-  <p>When the element's <code><a href=#urlutils>URLUtils</a></code> interface invokes its <a href=#concept-uu-update title=concept-uu-update>update steps</a> with the string <var title="">value</var>, the user
+<!--CLEANUP-->
+  <p>When the object's <code><a href=#urlutils>URLUtils</a></code> interface invokes its <a href=#concept-uu-update title=concept-uu-update>update steps</a> with the string <var title="">value</var>, the user
   agent must run the following steps:</p>
 
   <ol><li>

Modified: index
===================================================================
--- index	2013-12-11 22:23:14 UTC (rev 8345)
+++ index	2013-12-12 17:30:28 UTC (rev 8346)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 11 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 12 December 2013</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>
@@ -66549,19 +66549,20 @@
 
   <p>When the object is created, and whenever the <a href="#the-document's-address" title="the document's address">the
   address</a> of the <i>relevant <code><a href=#document>Document</a></code></i> changes, the user agent must invoke
-  the element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-set-the-input title=concept-uu-set-the-input>set the
+  the object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-set-the-input title=concept-uu-set-the-input>set the
   input</a> algorithm with <a href="#the-document's-address" title="the document's address">the address</a> of the
   <i>relevant <code><a href=#document>Document</a></code></i> as the given value.</p>
 
 <!--CLEANUP-->
-  <p>The element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-get-the-base title=concept-uu-get-the-base>get the
+  <p>The object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-get-the-base title=concept-uu-get-the-base>get the
   base</a> algorithm must return the <a href=#api-base-url>API base URL</a> specified by the <a href=#entry-settings-object>entry
   settings object</a>, if there is one, or null otherwise.</p>
 
-  <p>The element's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-query-encoding title=concept-uu-query-encoding>query
+  <p>The object's <code><a href=#urlutils>URLUtils</a></code> interface's <a href=#concept-uu-query-encoding title=concept-uu-query-encoding>query
   encoding</a> is the <a href="#document's-character-encoding">document's character encoding</a>.</p>
 
-  <p>When the element's <code><a href=#urlutils>URLUtils</a></code> interface invokes its <a href=#concept-uu-update title=concept-uu-update>update steps</a> with the string <var title="">value</var>, the user
+<!--CLEANUP-->
+  <p>When the object's <code><a href=#urlutils>URLUtils</a></code> interface invokes its <a href=#concept-uu-update title=concept-uu-update>update steps</a> with the string <var title="">value</var>, the user
   agent must run the following steps:</p>
 
   <ol><li>

Modified: source
===================================================================
--- source	2013-12-11 22:23:14 UTC (rev 8345)
+++ source	2013-12-12 17:30:28 UTC (rev 8346)
@@ -74110,19 +74110,20 @@
 
   <p>When the object is created, and whenever the <span data-x="the document's address">the
   address</span> of the <i>relevant <code>Document</code></i> changes, the user agent must invoke
-  the element's <code>URLUtils</code> interface's <span data-x="concept-uu-set-the-input">set the
+  the object's <code>URLUtils</code> interface's <span data-x="concept-uu-set-the-input">set the
   input</span> algorithm with <span data-x="the document's address">the address</span> of the
   <i>relevant <code>Document</code></i> as the given value.</p>
 
 <!--CLEANUP-->
-  <p>The element's <code>URLUtils</code> interface's <span data-x="concept-uu-get-the-base">get the
+  <p>The object's <code>URLUtils</code> interface's <span data-x="concept-uu-get-the-base">get the
   base</span> algorithm must return the <span>API base URL</span> specified by the <span>entry
   settings object</span>, if there is one, or null otherwise.</p>
 
-  <p>The element's <code>URLUtils</code> interface's <span data-x="concept-uu-query-encoding">query
+  <p>The object's <code>URLUtils</code> interface's <span data-x="concept-uu-query-encoding">query
   encoding</span> is the <span>document's character encoding</span>.</p>
 
-  <p>When the element's <code>URLUtils</code> interface invokes its <span
+<!--CLEANUP-->
+  <p>When the object's <code>URLUtils</code> interface invokes its <span
   data-x="concept-uu-update">update steps</span> with the string <var data-x="">value</var>, the user
   agent must run the following steps:</p>
 




More information about the Commit-Watchers mailing list