Skip to content

Commit

Permalink
[] (0) Location stringifies to .href.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3597 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2009
1 parent 1083465 commit 236b9d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -55194,7 +55194,7 @@ style/default.css</pre>
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> {
readonly attribute DOMString <a href=#dom-location-href title=dom-location-href>href</a>;
stringifier readonly 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 @@ -78723,6 +78723,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Leons Petrazickis,
Logan<!-- on moz irc -->,
Loune,
Luke Kenneth Casson Leighton,
Maciej Stachowiak,
Magnus Kristiansen<!-- Dashiva -->,
Maik Merten,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -58838,7 +58838,7 @@ style/default.css</pre>
title="dom-history">history</code> object.</p>

<pre class="idl">interface <dfn>Location</dfn> {
readonly attribute DOMString <span title="dom-location-href">href</span>;
stringifier readonly 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 @@ -87405,6 +87405,7 @@ interface <span>HTMLDocument</span> {
Leons Petrazickis,
Logan<!-- on moz irc -->,
Loune,
Luke Kenneth Casson Leighton,
Maciej Stachowiak,
Magnus Kristiansen<!-- Dashiva -->,
Maik Merten,
Expand Down

0 comments on commit 236b9d4

Please sign in to comment.