hixie: <base>.href reflects, apparently. (whatwg r6734)

hixie: <base>.href reflects, apparently. (whatwg r6734)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5399&r2=1.5400&f=h
http://html5.org/tools/web-apps-tracker?from=6733&to=6734

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5399
retrieving revision 1.5400
diff -u -d -r1.5399 -r1.5400
--- Overview.html 24 Oct 2011 17:37:21 -0000 1.5399
+++ Overview.html 24 Oct 2011 17:45:02 -0000 1.5400
@@ -11109,13 +11109,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><div class="example">

Received on Monday, 24 October 2011 17:45:24 UTC