html5/spec Overview.html,1.4484,1.4485

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23546

Modified Files:
	Overview.html 
Log Message:
base.href shouldn't resolve twice... (whatwg r5608)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4484
retrieving revision 1.4485
diff -u -d -r1.4484 -r1.4485
--- Overview.html	12 Oct 2010 08:03:36 -0000	1.4484
+++ Overview.html	12 Oct 2010 08:37:03 -0000	1.4485
@@ -10790,8 +10790,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><div class="example">

Received on Tuesday, 12 October 2010 08:37:14 UTC