[html5] r5608 - [giow] (2) base.href shouldn't resolve twice... Fixing http://www.w3.org/Bugs/Pu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 12 01:36:59 PDT 2010
Author: ianh
Date: 2010-10-12 01:36:56 -0700 (Tue, 12 Oct 2010)
New Revision: 5608
Modified:
complete.html
index
source
Log:
[giow] (2) base.href shouldn't resolve twice...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10984
Modified: complete.html
===================================================================
--- complete.html 2010-10-12 08:03:30 UTC (rev 5607)
+++ complete.html 2010-10-12 08:36:56 UTC (rev 5608)
@@ -12445,8 +12445,13 @@
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> 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
+ <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
same name.</p>
</div>
Modified: index
===================================================================
--- index 2010-10-12 08:03:30 UTC (rev 5607)
+++ index 2010-10-12 08:36:56 UTC (rev 5608)
@@ -12422,8 +12422,13 @@
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> 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
+ <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
same name.</p>
</div>
Modified: source
===================================================================
--- source 2010-10-12 08:03:30 UTC (rev 5607)
+++ source 2010-10-12 08:36:56 UTC (rev 5608)
@@ -12986,9 +12986,14 @@
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> and <dfn
- title="dom-base-target"><code>target</code></dfn> IDL attributes
- must <span>reflect</span> the respective content attributes of the
+ <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
same name.</p>
</div>
More information about the Commit-Watchers
mailing list