[html5] r3710 - [e] (0) URL decomposition attributes are DOM attributes.

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 30 13:23:09 PDT 2009


Author: ianh
Date: 2009-08-30 13:23:08 -0700 (Sun, 30 Aug 2009)
New Revision: 3710

Modified:
   index
   source
Log:
[e] (0) URL decomposition attributes are DOM attributes.

Modified: index
===================================================================
--- index	2009-08-30 20:16:25 UTC (rev 3709)
+++ index	2009-08-30 20:23:08 UTC (rev 3710)
@@ -4654,7 +4654,7 @@
 
   <h4 id=interfaces-for-url-manipulation><span class=secno>2.5.3 </span>Interfaces for URL manipulation</h4>
 
-  <p>An interface that has a complement of <dfn id=url-decomposition-attributes>URL decomposition
+  <p>An interface that has a complement of <dfn id=url-decomposition-dom-attributes>URL decomposition DOM
   attributes</dfn> will have seven attributes with the following
   definitions:</p>
 
@@ -4715,17 +4715,17 @@
 
   </dl><div class=impl>
 
-  <hr><p>The attributes defined to be URL decomposition attributes must
+  <hr><p>The attributes defined to be URL decomposition DOM attributes must
   act as described for the attributes with the same corresponding
   names in this section.</p>
 
-  <p>In addition, an interface with a complement of URL decomposition
+  <p>In addition, an interface with a complement of URL decomposition DOM
   attributes will define an <dfn id=concept-uda-input title=concept-uda-input>input</dfn>, which is a <a href=#url>URL</a>
   that the attributes act on, and a <dfn id=concept-uda-setter title=concept-uda-setter>common setter action</dfn>, which is a
   set of steps invoked when any of the attributes' setters are
   invoked.</p>
 
-  <p>The seven URL decomposition attributes have similar
+  <p>The seven URL decomposition DOM attributes have similar
   requirements.</p>
 
   <p>On getting, if the <a href=#concept-uda-input title=concept-uda-input>input</a>
@@ -14610,7 +14610,7 @@
            attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a>
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>
            attribute DOMString <a href=#dom-a-protocol title=dom-a-protocol>protocol</a>;
            attribute DOMString <a href=#dom-a-host title=dom-a-host>host</a>;
            attribute DOMString <a href=#dom-a-hostname title=dom-a-hostname>hostname</a>;
@@ -14712,8 +14712,8 @@
   content attribute.</p>
 
   <p>The <code><a href=#the-a-element>a</a></code> element also supports the complement of
-  <a href=#url-decomposition-attributes>URL decomposition attributes</a>, <dfn id=dom-a-protocol title=dom-a-protocol><code>protocol</code></dfn>, <dfn id=dom-a-host title=dom-a-host><code>host</code></dfn>, <dfn id=dom-a-port title=dom-a-port><code>port</code></dfn>, <dfn id=dom-a-hostname title=dom-a-hostname><code>hostname</code></dfn>, <dfn id=dom-a-pathname title=dom-a-pathname><code>pathname</code></dfn>, <dfn id=dom-a-search title=dom-a-search><code>search</code></dfn>, and <dfn id=dom-a-hash title=dom-a-hash><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition attributes, with the <a href=#concept-uda-input title=concept-uda-input>input</a> being the result of <a href=#resolve-a-url title="resolve a url">resolving</a> the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute relative to the
+  <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>, <dfn id=dom-a-protocol title=dom-a-protocol><code>protocol</code></dfn>, <dfn id=dom-a-host title=dom-a-host><code>host</code></dfn>, <dfn id=dom-a-port title=dom-a-port><code>port</code></dfn>, <dfn id=dom-a-hostname title=dom-a-hostname><code>hostname</code></dfn>, <dfn id=dom-a-pathname title=dom-a-pathname><code>pathname</code></dfn>, <dfn id=dom-a-search title=dom-a-search><code>search</code></dfn>, and <dfn id=dom-a-hash title=dom-a-hash><code>hash</code></dfn>. These must follow the
+  rules given for URL decomposition DOM attributes, with the <a href=#concept-uda-input title=concept-uda-input>input</a> being the result of <a href=#resolve-a-url title="resolve a url">resolving</a> the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute relative to the
   element, if there is such an attribute and resolving it is
   successful, or the empty string otherwise; and the <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a> being the
   same as setting the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute to the new output
@@ -26357,7 +26357,7 @@
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a>
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>
            attribute DOMString <a href=#dom-area-protocol title=dom-area-protocol>protocol</a>;
            attribute DOMString <a href=#dom-area-host title=dom-area-host>host</a>;
            attribute DOMString <a href=#dom-area-hostname title=dom-area-hostname>hostname</a>;
@@ -26516,8 +26516,8 @@
   content attribute.</p>
 
   <p>The <code><a href=#the-area-element>area</a></code> element also supports the complement of
-  <a href=#url-decomposition-attributes>URL decomposition attributes</a>, <dfn id=dom-area-protocol title=dom-area-protocol><code>protocol</code></dfn>, <dfn id=dom-area-host title=dom-area-host><code>host</code></dfn>, <dfn id=dom-area-port title=dom-area-port><code>port</code></dfn>, <dfn id=dom-area-hostname title=dom-area-hostname><code>hostname</code></dfn>, <dfn id=dom-area-pathname title=dom-area-pathname><code>pathname</code></dfn>, <dfn id=dom-area-search title=dom-area-search><code>search</code></dfn>, and <dfn id=dom-area-hash title=dom-area-hash><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition attributes, with the <a href=#concept-uda-input title=concept-uda-input>input</a> being the result of <a href=#resolve-a-url title="resolve a url">resolving</a> the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute relative to the
+  <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>, <dfn id=dom-area-protocol title=dom-area-protocol><code>protocol</code></dfn>, <dfn id=dom-area-host title=dom-area-host><code>host</code></dfn>, <dfn id=dom-area-port title=dom-area-port><code>port</code></dfn>, <dfn id=dom-area-hostname title=dom-area-hostname><code>hostname</code></dfn>, <dfn id=dom-area-pathname title=dom-area-pathname><code>pathname</code></dfn>, <dfn id=dom-area-search title=dom-area-search><code>search</code></dfn>, and <dfn id=dom-area-hash title=dom-area-hash><code>hash</code></dfn>. These must follow the
+  rules given for URL decomposition DOM attributes, with the <a href=#concept-uda-input title=concept-uda-input>input</a> being the result of <a href=#resolve-a-url title="resolve a url">resolving</a> the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute relative to the
   element, if there is such an attribute and resolving it is
   successful, or the empty string otherwise; and the <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a> being the
   same as setting the element's <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute to the new output
@@ -52301,7 +52301,7 @@
   void <a href=#dom-location-replace title=dom-location-replace>replace</a>(in DOMString url);
   void <a href=#dom-location-reload title=dom-location-reload>reload</a>();
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a> <!-- blame brendan for these "innovative" names -->
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <a href=#dom-location-protocol title=dom-location-protocol>protocol</a>;
            attribute DOMString <a href=#dom-location-host title=dom-location-host>host</a>;
            attribute DOMString <a href=#dom-location-hostname title=dom-location-hostname>hostname</a>;
@@ -52445,7 +52445,7 @@
   </div>
 
   <p>The <code><a href=#location>Location</a></code> interface also has the complement of
-  <a href=#url-decomposition-attributes>URL decomposition attributes</a>, <dfn id=dom-location-protocol title=dom-location-protocol><code>protocol</code></dfn>, <dfn id=dom-location-host title=dom-location-host><code>host</code></dfn>, <dfn id=dom-location-port title=dom-location-port><code>port</code></dfn>, <dfn id=dom-location-hostname title=dom-location-hostname><code>hostname</code></dfn>, <dfn id=dom-location-pathname title=dom-location-pathname><code>pathname</code></dfn>, <dfn id=dom-location-search title=dom-location-search><code>search</code></dfn>, and <dfn id=dom-location-hash title=dom-location-hash><code>hash</code></dfn>. <span class=impl>These must follow the rules given for URL decomposition
+  <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>, <dfn id=dom-location-protocol title=dom-location-protocol><code>protocol</code></dfn>, <dfn id=dom-location-host title=dom-location-host><code>host</code></dfn>, <dfn id=dom-location-port title=dom-location-port><code>port</code></dfn>, <dfn id=dom-location-hostname title=dom-location-hostname><code>hostname</code></dfn>, <dfn id=dom-location-pathname title=dom-location-pathname><code>pathname</code></dfn>, <dfn id=dom-location-search title=dom-location-search><code>search</code></dfn>, and <dfn id=dom-location-hash title=dom-location-hash><code>hash</code></dfn>. <span class=impl>These must follow the rules given for URL decomposition DOM
   attributes, with the <a href=#concept-uda-input title=concept-uda-input>input</a>
   being <a href="#the-document's-current-address" title="the document's current address">the current
   address</a> of the associated <code>Document</code> object, as an

Modified: source
===================================================================
--- source	2009-08-30 20:16:25 UTC (rev 3709)
+++ source	2009-08-30 20:23:08 UTC (rev 3710)
@@ -4290,7 +4290,7 @@
 
   <h4>Interfaces for URL manipulation</h4>
 
-  <p>An interface that has a complement of <dfn>URL decomposition
+  <p>An interface that has a complement of <dfn>URL decomposition DOM
   attributes</dfn> will have seven attributes with the following
   definitions:</p>
 
@@ -4357,11 +4357,11 @@
 
   <hr>
 
-  <p>The attributes defined to be URL decomposition attributes must
+  <p>The attributes defined to be URL decomposition DOM attributes must
   act as described for the attributes with the same corresponding
   names in this section.</p>
 
-  <p>In addition, an interface with a complement of URL decomposition
+  <p>In addition, an interface with a complement of URL decomposition DOM
   attributes will define an <dfn
   title="concept-uda-input">input</dfn>, which is a <span>URL</span>
   that the attributes act on, and a <dfn
@@ -4369,7 +4369,7 @@
   set of steps invoked when any of the attributes' setters are
   invoked.</p>
 
-  <p>The seven URL decomposition attributes have similar
+  <p>The seven URL decomposition DOM attributes have similar
   requirements.</p>
 
   <p>On getting, if the <span title="concept-uda-input">input</span>
@@ -15615,7 +15615,7 @@
            attribute DOMString <span title="dom-a-hreflang">hreflang</span>;
            attribute DOMString <span title="dom-a-type">type</span>;
 
-  // <span>URL decomposition attributes</span>
+  // <span>URL decomposition DOM attributes</span>
            attribute DOMString <span title="dom-a-protocol">protocol</span>;
            attribute DOMString <span title="dom-a-host">host</span>;
            attribute DOMString <span title="dom-a-hostname">hostname</span>;
@@ -15757,7 +15757,7 @@
   content attribute.</p>
 
   <p>The <code>a</code> element also supports the complement of
-  <span>URL decomposition attributes</span>, <dfn
+  <span>URL decomposition DOM attributes</span>, <dfn
   title="dom-a-protocol"><code>protocol</code></dfn>, <dfn
   title="dom-a-host"><code>host</code></dfn>, <dfn
   title="dom-a-port"><code>port</code></dfn>, <dfn
@@ -15765,7 +15765,7 @@
   title="dom-a-pathname"><code>pathname</code></dfn>, <dfn
   title="dom-a-search"><code>search</code></dfn>, and <dfn
   title="dom-a-hash"><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition attributes, with the <span
+  rules given for URL decomposition DOM attributes, with the <span
   title="concept-uda-input">input</span> being the result of <span
   title="resolve a url">resolving</span> the element's <code
   title="attr-hyperlink-href">href</code> attribute relative to the
@@ -29029,7 +29029,7 @@
            attribute DOMString <span title="dom-area-hreflang">hreflang</span>;
            attribute DOMString <span title="dom-area-type">type</span>;
 
-  // <span>URL decomposition attributes</span>
+  // <span>URL decomposition DOM attributes</span>
            attribute DOMString <span title="dom-area-protocol">protocol</span>;
            attribute DOMString <span title="dom-area-host">host</span>;
            attribute DOMString <span title="dom-area-hostname">hostname</span>;
@@ -29237,7 +29237,7 @@
   content attribute.</p>
 
   <p>The <code>area</code> element also supports the complement of
-  <span>URL decomposition attributes</span>, <dfn
+  <span>URL decomposition DOM attributes</span>, <dfn
   title="dom-area-protocol"><code>protocol</code></dfn>, <dfn
   title="dom-area-host"><code>host</code></dfn>, <dfn
   title="dom-area-port"><code>port</code></dfn>, <dfn
@@ -29245,7 +29245,7 @@
   title="dom-area-pathname"><code>pathname</code></dfn>, <dfn
   title="dom-area-search"><code>search</code></dfn>, and <dfn
   title="dom-area-hash"><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition attributes, with the <span
+  rules given for URL decomposition DOM attributes, with the <span
   title="concept-uda-input">input</span> being the result of <span
   title="resolve a url">resolving</span> the element's <code
   title="attr-hyperlink-href">href</code> attribute relative to the
@@ -59308,7 +59308,7 @@
   void <span title="dom-location-replace">replace</span>(in DOMString url);
   void <span title="dom-location-reload">reload</span>();
 
-  // <span>URL decomposition attributes</span> <!-- blame brendan for these "innovative" names -->
+  // <span>URL decomposition DOM attributes</span> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <span title="dom-location-protocol">protocol</span>;
            attribute DOMString <span title="dom-location-host">host</span>;
            attribute DOMString <span title="dom-location-hostname">hostname</span>;
@@ -59470,7 +59470,7 @@
   </div>
 
   <p>The <code>Location</code> interface also has the complement of
-  <span>URL decomposition attributes</span>, <dfn
+  <span>URL decomposition DOM attributes</span>, <dfn
   title="dom-location-protocol"><code>protocol</code></dfn>, <dfn
   title="dom-location-host"><code>host</code></dfn>, <dfn
   title="dom-location-port"><code>port</code></dfn>, <dfn
@@ -59478,7 +59478,7 @@
   title="dom-location-pathname"><code>pathname</code></dfn>, <dfn
   title="dom-location-search"><code>search</code></dfn>, and <dfn
   title="dom-location-hash"><code>hash</code></dfn>. <span
-  class="impl">These must follow the rules given for URL decomposition
+  class="impl">These must follow the rules given for URL decomposition DOM
   attributes, with the <span title="concept-uda-input">input</span>
   being <span title="the document's current address">the current
   address</span> of the associated <code>Document</code> object, as an
@@ -70014,7 +70014,7 @@
   represents.</p>
 
   <p>The <code>WorkerLocation</code> interface also has the complement
-  of <span>URL decomposition attributes</span>, <dfn
+  of <span>URL decomposition DOM attributes</span>, <dfn
   title="dom-WorkerLocation-protocol"><code>protocol</code></dfn>,
   <dfn title="dom-WorkerLocation-host"><code>host</code></dfn>, <dfn
   title="dom-WorkerLocation-port"><code>port</code></dfn>, <dfn
@@ -70024,7 +70024,7 @@
   <dfn title="dom-WorkerLocation-search"><code>search</code></dfn>,
   and <dfn
   title="dom-WorkerLocation-hash"><code>hash</code></dfn>. These must
-  follow the rules given for URL decomposition attributes, with the
+  follow the rules given for URL decomposition DOM attributes, with the
   <span title="concept-uda-input">input</span> being the
   <span>absolute URL</span> that the object represents (same as the
   <code title="dom-WorkerLocation-href">href</code> attribute), and




More information about the Commit-Watchers mailing list