[html5] r5317 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9552
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 23 15:41:23 PDT 2010
Author: ianh
Date: 2010-08-23 15:41:22 -0700 (Mon, 23 Aug 2010)
New Revision: 5317
Modified:
complete.html
index
source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9552
Modified: complete.html
===================================================================
--- complete.html 2010-08-20 19:26:47 UTC (rev 5316)
+++ complete.html 2010-08-23 22:41:22 UTC (rev 5317)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 20 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 23 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -6032,18 +6032,18 @@
</dl><div class=impl>
- <hr><p>The attributes defined to be URL decomposition IDL attributes must
- act as described for the attributes with the same corresponding
- names in this section.</p>
+ <hr><p>The attributes defined to be <a href=#url-decomposition-idl-attributes>URL decomposition IDL
+ attributes</a> 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 IDL
- attributes will define an <dfn id=concept-uda-input title=concept-uda-input>input</dfn>, which is a <a href=#url>URL</a>
+ <p>In addition, an interface with a complement of <a href=#url-decomposition-idl-attributes>URL
+ decomposition IDL attributes</a> 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 IDL attributes have similar
- requirements.</p>
+ <p>The seven <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a> have
+ similar requirements.</p>
<p>On getting, if the <a href=#concept-uda-input title=concept-uda-input>input</a>
is an <a href=#absolute-url>absolute URL</a> that fulfills the condition given in
@@ -17710,7 +17710,9 @@
<p>The <code><a href=#the-a-element>a</a></code> element also supports the complement of
<a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL 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
+ rules given for <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>, 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
@@ -33188,7 +33190,9 @@
<p>The <code><a href=#the-area-element>area</a></code> element also supports the complement of
<a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL 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
+ rules given for <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>, 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
@@ -59930,13 +59934,14 @@
</div>
<p>The <code><a href=#location>Location</a></code> interface also has the complement of
- <a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL
- 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><a href=#document>Document</a></code> object, as an
- <a href=#absolute-url>absolute URL</a> (same as the <code title=dom-location-href><a href=#dom-location-href>href</a></code> attribute), and the <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a> being the
- same as setting the <code title=dom-location-href><a href=#dom-location-href>href</a></code>
- attribute to the new output value.</span></p>
+ <a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 <a href=#url-decomposition-idl-attributes>URL
+ decomposition IDL attributes</a>, 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><a href=#document>Document</a></code> object, as an <a href=#absolute-url>absolute
+ URL</a> (same as the <code title=dom-location-href><a href=#dom-location-href>href</a></code>
+ attribute), and the <a href=#concept-uda-setter title=concept-uda-setter>common setter
+ action</a> being the same as setting the <code title=dom-location-href><a href=#dom-location-href>href</a></code> attribute to the new output
+ value.</span></p>
<div class=impl>
@@ -71792,6 +71797,7 @@
<h4 id=worker-locations><span class=secno>9.3.5 </span>Worker locations</h4>
<pre class=idl>interface <dfn id=workerlocation>WorkerLocation</dfn> {
+ // <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
readonly attribute DOMString <a href=#dom-workerlocation-href title=dom-WorkerLocation-href>href</a>;
readonly attribute DOMString <a href=#dom-workerlocation-protocol title=dom-WorkerLocation-protocol>protocol</a>;
readonly attribute DOMString <a href=#dom-workerlocation-host title=dom-WorkerLocation-host>host</a>;
@@ -71814,13 +71820,12 @@
<dfn id=dom-workerlocation-host title=dom-WorkerLocation-host><code>host</code></dfn>, <dfn id=dom-workerlocation-port title=dom-WorkerLocation-port><code>port</code></dfn>, <dfn id=dom-workerlocation-hostname title=dom-WorkerLocation-hostname><code>hostname</code></dfn>,
<dfn id=dom-workerlocation-pathname title=dom-WorkerLocation-pathname><code>pathname</code></dfn>,
<dfn id=dom-workerlocation-search title=dom-WorkerLocation-search><code>search</code></dfn>,
- and <dfn id=dom-workerlocation-hash title=dom-WorkerLocation-hash><code>hash</code></dfn>. These must
- follow the rules given for URL decomposition IDL attributes, with the
- <a href=#concept-uda-input title=concept-uda-input>input</a> being the
- <a href=#absolute-url>absolute URL</a> that the object represents (same as the
- <code title=dom-WorkerLocation-href><a href=#dom-workerlocation-href>href</a></code> attribute), and
- the <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a>
- being a no-op, since the attributes are defined to be readonly.
+ and <dfn id=dom-workerlocation-hash title=dom-WorkerLocation-hash><code>hash</code></dfn>.
+ These must follow the rules given for <a href=#url-decomposition-idl-attributes>URL decomposition IDL
+ attributes</a>, with the <a href=#concept-uda-input title=concept-uda-input>input</a> being the <a href=#absolute-url>absolute
+ URL</a> that the object represents (same as the <code title=dom-WorkerLocation-href><a href=#dom-workerlocation-href>href</a></code> attribute), and the
+ <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a> being a
+ no-op, since the attributes are defined to be readonly.
</p>
<p>The <code><a href=#workerlocation>WorkerLocation</a></code> interface must not exist if the
Modified: index
===================================================================
--- index 2010-08-20 19:26:47 UTC (rev 5316)
+++ index 2010-08-23 22:41:22 UTC (rev 5317)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 20 August 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 23 August 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -5954,18 +5954,18 @@
</dl><div class=impl>
- <hr><p>The attributes defined to be URL decomposition IDL attributes must
- act as described for the attributes with the same corresponding
- names in this section.</p>
+ <hr><p>The attributes defined to be <a href=#url-decomposition-idl-attributes>URL decomposition IDL
+ attributes</a> 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 IDL
- attributes will define an <dfn id=concept-uda-input title=concept-uda-input>input</dfn>, which is a <a href=#url>URL</a>
+ <p>In addition, an interface with a complement of <a href=#url-decomposition-idl-attributes>URL
+ decomposition IDL attributes</a> 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 IDL attributes have similar
- requirements.</p>
+ <p>The seven <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a> have
+ similar requirements.</p>
<p>On getting, if the <a href=#concept-uda-input title=concept-uda-input>input</a>
is an <a href=#absolute-url>absolute URL</a> that fulfills the condition given in
@@ -17632,7 +17632,9 @@
<p>The <code><a href=#the-a-element>a</a></code> element also supports the complement of
<a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL 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
+ rules given for <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>, 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
@@ -33113,7 +33115,9 @@
<p>The <code><a href=#the-area-element>area</a></code> element also supports the complement of
<a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL 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
+ rules given for <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>, 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
@@ -59855,13 +59859,14 @@
</div>
<p>The <code><a href=#location>Location</a></code> interface also has the complement of
- <a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 IDL
- 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><a href=#document>Document</a></code> object, as an
- <a href=#absolute-url>absolute URL</a> (same as the <code title=dom-location-href><a href=#dom-location-href>href</a></code> attribute), and the <a href=#concept-uda-setter title=concept-uda-setter>common setter action</a> being the
- same as setting the <code title=dom-location-href><a href=#dom-location-href>href</a></code>
- attribute to the new output value.</span></p>
+ <a href=#url-decomposition-idl-attributes>URL decomposition IDL 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 <a href=#url-decomposition-idl-attributes>URL
+ decomposition IDL attributes</a>, 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><a href=#document>Document</a></code> object, as an <a href=#absolute-url>absolute
+ URL</a> (same as the <code title=dom-location-href><a href=#dom-location-href>href</a></code>
+ attribute), and the <a href=#concept-uda-setter title=concept-uda-setter>common setter
+ action</a> being the same as setting the <code title=dom-location-href><a href=#dom-location-href>href</a></code> attribute to the new output
+ value.</span></p>
<div class=impl>
Modified: source
===================================================================
--- source 2010-08-20 19:26:47 UTC (rev 5316)
+++ source 2010-08-23 22:41:22 UTC (rev 5317)
@@ -5553,20 +5553,20 @@
<hr>
- <p>The attributes defined to be URL decomposition IDL attributes must
- act as described for the attributes with the same corresponding
- names in this section.</p>
+ <p>The attributes defined to be <span>URL decomposition IDL
+ attributes</span> 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 IDL
- attributes will define an <dfn
+ <p>In addition, an interface with a complement of <span>URL
+ decomposition IDL attributes</span> will define an <dfn
title="concept-uda-input">input</dfn>, which is a <span>URL</span>
that the attributes act on, and a <dfn
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 IDL attributes have similar
- requirements.</p>
+ <p>The seven <span>URL decomposition IDL attributes</span> have
+ similar requirements.</p>
<p>On getting, if the <span title="concept-uda-input">input</span>
is an <span>absolute URL</span> that fulfills the condition given in
@@ -18771,9 +18771,9 @@
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 IDL 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
+ rules given for <span>URL decomposition IDL attributes</span>, 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
element, if there is such an attribute and resolving it is
successful, or the empty string otherwise; and the <span
@@ -36645,9 +36645,9 @@
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 IDL 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
+ rules given for <span>URL decomposition IDL attributes</span>, 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
element, if there is such an attribute and resolving it is
successful, or the empty string otherwise; and the <span
@@ -67664,15 +67664,16 @@
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 IDL
- 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
- <span>absolute URL</span> (same as the <code
- title="dom-location-href">href</code> attribute), and the <span
- title="concept-uda-setter">common setter action</span> being the
- same as setting the <code title="dom-location-href">href</code>
- attribute to the new output value.</span></p>
+ class="impl">These must follow the rules given for <span>URL
+ decomposition IDL attributes</span>, 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 <span>absolute
+ URL</span> (same as the <code title="dom-location-href">href</code>
+ attribute), and the <span title="concept-uda-setter">common setter
+ action</span> being the same as setting the <code
+ title="dom-location-href">href</code> attribute to the new output
+ value.</span></p>
<div class="impl">
@@ -80742,6 +80743,7 @@
<h4>Worker locations</h4>
<pre class="idl">interface <dfn>WorkerLocation</dfn> {
+ // <span>URL decomposition IDL attributes</span>
readonly attribute DOMString <span title="dom-WorkerLocation-href">href</span>;
readonly attribute DOMString <span title="dom-WorkerLocation-protocol">protocol</span>;
readonly attribute DOMString <span title="dom-WorkerLocation-host">host</span>;
@@ -80768,14 +80770,14 @@
<dfn
title="dom-WorkerLocation-pathname"><code>pathname</code></dfn>,
<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 IDL 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
- the <span title="concept-uda-setter">common setter action</span>
- being a no-op, since the attributes are defined to be readonly.
+ and <dfn title="dom-WorkerLocation-hash"><code>hash</code></dfn>.
+ These must follow the rules given for <span>URL decomposition IDL
+ attributes</span>, 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 the
+ <span title="concept-uda-setter">common setter action</span> being a
+ no-op, since the attributes are defined to be readonly.
<!--END complete--><!--END epub-->
<a href="#refsHTML">[HTML]</a>
<!--START complete--><!--START epub-->
More information about the Commit-Watchers
mailing list