- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 17:25:42 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Location stringifies to .href. (whatwg r3597)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2788&r2=1.2789&f=h
http://html5.org/tools/web-apps-tracker?from=3596&to=3597
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2788
retrieving revision 1.2789
diff -u -d -r1.2788 -r1.2789
--- Overview.html 12 Aug 2009 07:44:15 -0000 1.2788
+++ Overview.html 12 Aug 2009 08:25:21 -0000 1.2789
@@ -55406,7 +55406,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> {
- 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>();
@@ -78935,6 +78935,7 @@
Leons Petrazickis,
Logan<!-- on moz irc -->,
Loune,
+ Luke Kenneth Casson Leighton,
Maciej Stachowiak,
Magnus Kristiansen<!-- Dashiva -->,
Maik Merten,
Received on Wednesday, 12 August 2009 08:26:19 UTC