[html5] r6734 - [giow] (2) <base>.href reflects, apparently. Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 24 10:41:03 PDT 2011
Author: ianh
Date: 2011-10-24 10:41:01 -0700 (Mon, 24 Oct 2011)
New Revision: 6734
Modified:
complete.html
index
source
Log:
[giow] (2) <base>.href reflects, apparently.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13859
Modified: complete.html
===================================================================
--- complete.html 2011-10-24 17:33:21 UTC (rev 6733)
+++ complete.html 2011-10-24 17:41:01 UTC (rev 6734)
@@ -13506,13 +13506,8 @@
with <code title=attr-base-target><a href=#attr-base-target>target</a></code> attributes, all but
the first are ignored.</p>
- <p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> IDL
- attribute, on getting, must return the page's <a href=#document-base-url>document base
- URL</a>, and on setting, it must set the <code title=attr-base-href><a href=#attr-base-href>href</a></code> content attribute to the given
- new value.</p>
-
- <p>The <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL
- attribute must <a href=#reflect>reflect</a> the content attribute of the
+ <p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> and <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL attributes
+ must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>
</div>
Modified: index
===================================================================
--- index 2011-10-24 17:33:21 UTC (rev 6733)
+++ index 2011-10-24 17:41:01 UTC (rev 6734)
@@ -13506,13 +13506,8 @@
with <code title=attr-base-target><a href=#attr-base-target>target</a></code> attributes, all but
the first are ignored.</p>
- <p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> IDL
- attribute, on getting, must return the page's <a href=#document-base-url>document base
- URL</a>, and on setting, it must set the <code title=attr-base-href><a href=#attr-base-href>href</a></code> content attribute to the given
- new value.</p>
-
- <p>The <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL
- attribute must <a href=#reflect>reflect</a> the content attribute of the
+ <p>The <dfn id=dom-base-href title=dom-base-href><code>href</code></dfn> and <dfn id=dom-base-target title=dom-base-target><code>target</code></dfn> IDL attributes
+ must <a href=#reflect>reflect</a> the respective content attributes of the
same name.</p>
</div>
Modified: source
===================================================================
--- source 2011-10-24 17:33:21 UTC (rev 6733)
+++ source 2011-10-24 17:41:01 UTC (rev 6734)
@@ -14149,14 +14149,9 @@
with <code title="attr-base-target">target</code> attributes, all but
the first are ignored.</p>
- <p>The <dfn title="dom-base-href"><code>href</code></dfn> IDL
- attribute, on getting, must return the page's <span>document base
- URL</span>, and on setting, it must set the <code
- title="attr-base-href">href</code> content attribute to the given
- new value.</p>
-
- <p>The <dfn title="dom-base-target"><code>target</code></dfn> IDL
- attribute must <span>reflect</span> the content attribute of the
+ <p>The <dfn title="dom-base-href"><code>href</code></dfn> and <dfn
+ title="dom-base-target"><code>target</code></dfn> IDL attributes
+ must <span>reflect</span> the respective content attributes of the
same name.</p>
</div>
More information about the Commit-Watchers
mailing list