[html5] r3597 - [] (0) Location stringifies to .href.

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 12 01:25:17 PDT 2009


Author: ianh
Date: 2009-08-12 01:25:15 -0700 (Wed, 12 Aug 2009)
New Revision: 3597

Modified:
   index
   source
Log:
[] (0) Location stringifies to .href.

Modified: index
===================================================================
--- index	2009-08-12 07:44:10 UTC (rev 3596)
+++ index	2009-08-12 08:25:15 UTC (rev 3597)
@@ -55194,7 +55194,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>();
@@ -78723,6 +78723,7 @@
   Leons Petrazickis,
   Logan<!-- on moz irc -->,
   Loune,
+  Luke Kenneth Casson Leighton,
   Maciej Stachowiak,
   Magnus Kristiansen<!-- Dashiva -->,
   Maik Merten,

Modified: source
===================================================================
--- source	2009-08-12 07:44:10 UTC (rev 3596)
+++ source	2009-08-12 08:25:15 UTC (rev 3597)
@@ -58838,7 +58838,7 @@
   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>();
@@ -87405,6 +87405,7 @@
   Leons Petrazickis,
   Logan<!-- on moz irc -->,
   Loune,
+  Luke Kenneth Casson Leighton,
   Maciej Stachowiak,
   Magnus Kristiansen<!-- Dashiva -->,
   Maik Merten,




More information about the Commit-Watchers mailing list