html5/spec Overview.html,1.2788,1.2789

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24971

Modified Files:
	Overview.html 
Log Message:
Location stringifies to .href. (whatwg r3597)

Index: Overview.html
===================================================================
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:25:34 UTC