Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) location.href shouldn't be readonly
git-svn-id: http://svn.whatwg.org/webapps@4744 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 15, 2010
1 parent b49fcd7 commit 2069c74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -53620,7 +53620,7 @@ <h4 id=the-location-interface><span class=secno>6.4.3 </span>The <code><a href=#
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>();
Expand Down Expand Up @@ -88353,6 +88353,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -53522,7 +53522,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
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>();
Expand Down Expand Up @@ -82821,6 +82821,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -60402,7 +60402,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
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>();
Expand Down Expand Up @@ -98961,6 +98961,7 @@ interface <span>HTMLDocument</span> {
Ave Wrigley,
Ben Boyle,
Ben Godfrey,
Ben Lerner,
Ben Leslie,
Ben Meadowcroft,
Ben Millard,
Expand Down

0 comments on commit 2069c74

Please sign in to comment.