[html5] r4744 - [giow] (0) location.href shouldn't be readonly
whatwg at whatwg.org
whatwg at whatwg.org
Sun Feb 14 17:17:42 PST 2010
Author: ianh
Date: 2010-02-14 17:17:40 -0800 (Sun, 14 Feb 2010)
New Revision: 4744
Modified:
complete.html
index
source
Log:
[giow] (0) location.href shouldn't be readonly
Modified: complete.html
===================================================================
--- complete.html 2010-02-15 01:11:40 UTC (rev 4743)
+++ complete.html 2010-02-15 01:17:40 UTC (rev 4744)
@@ -53620,7 +53620,7 @@
adding or replacing entries in the <code title=dom-history><a href=#dom-history>history</a></code> object.</p>
<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>();
@@ -88353,6 +88353,7 @@
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
+ Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Modified: index
===================================================================
--- index 2010-02-15 01:11:40 UTC (rev 4743)
+++ index 2010-02-15 01:17:40 UTC (rev 4744)
@@ -53522,7 +53522,7 @@
adding or replacing entries in the <code title=dom-history><a href=#dom-history>history</a></code> object.</p>
<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>();
@@ -82821,6 +82821,7 @@
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
+ Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Modified: source
===================================================================
--- source 2010-02-15 01:11:40 UTC (rev 4743)
+++ source 2010-02-15 01:17:40 UTC (rev 4744)
@@ -60402,7 +60402,7 @@
title="dom-history">history</code> object.</p>
<pre class="idl">interface <dfn>Location</dfn> {
- stringifier readonly attribute DOMString <span title="dom-location-href">href</span>;
+ stringifier attribute DOMString <span title="dom-location-href">href</span>;
void <span title="dom-location-assign">assign</span>(in DOMString url);
void <span title="dom-location-replace">replace</span>(in DOMString url);
void <span title="dom-location-reload">reload</span>();
@@ -98961,6 +98961,7 @@
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
+ Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
More information about the Commit-Watchers
mailing list