- From: poot <cvsmail@w3.org>
- Date: Mon, 15 Feb 2010 10:17:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: location.href shouldn't be readonly (whatwg r4744)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3790&r2=1.3791&f=h
http://html5.org/tools/web-apps-tracker?from=4743&to=4744
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3790
retrieving revision 1.3791
diff -u -d -r1.3790 -r1.3791
--- Overview.html 15 Feb 2010 01:11:45 -0000 1.3790
+++ Overview.html 15 Feb 2010 01:17:45 -0000 1.3791
@@ -40834,7 +40834,7 @@
address</a>, and allow the <a href="#current-entry">current entry</a> of the
<a href="#browsing-context">browsing context</a>'s session history to be changed, by
adding or replacing entries in the <code title="dom-history"><a href="#dom-history">history</a></code> object.<pre class="idl">interface <dfn id="location">Location</dfn> {
- stringifier readonly attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>;
+ stringifier attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>;
void <a href="#dom-location-assign" title="dom-location-assign">assign</a>(in DOMString url);
void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(in DOMString url);
void <a href="#dom-location-reload" title="dom-location-reload">reload</a>();
@@ -67887,6 +67887,7 @@
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
+ Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Received on Monday, 15 February 2010 01:18:26 UTC