HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/996

SVNBugCommentTime (UTC)
996Make the Location members not be readonly, since they can be set.2007-08-10 01:44
Index: source
===================================================================
--- source	(revision 995)
+++ source	(revision 996)
@@ -21273,13 +21273,13 @@
   void <span title="dom-location-reload">reload</span>();
 
   // <span>URI decomposition attributes</span> <!-- blame brendan for these "innovative" names -->
-  readonly attribute DOMString <span title="dom-location-protocol">protocol</span>;
-  readonly attribute DOMString <span title="dom-location-host">host</span>;
-  readonly attribute DOMString <span title="dom-location-hostname">hostname</span>;
-  readonly attribute DOMString <span title="dom-location-port">port</span>;
-  readonly attribute DOMString <span title="dom-location-pathname">pathname</span>;
-  readonly attribute DOMString <span title="dom-location-search">search</span>;
-  readonly attribute DOMString <span title="dom-location-hash">hash</span>;
+           attribute DOMString <span title="dom-location-protocol">protocol</span>;
+           attribute DOMString <span title="dom-location-host">host</span>;
+           attribute DOMString <span title="dom-location-hostname">hostname</span>;
+           attribute DOMString <span title="dom-location-port">port</span>;
+           attribute DOMString <span title="dom-location-pathname">pathname</span>;
+           attribute DOMString <span title="dom-location-search">search</span>;
+           attribute DOMString <span title="dom-location-hash">hash</span>;
 };</pre>
 
   <p>In the ECMAScript DOM binding, objects implementing this
@@ -22531,13 +22531,13 @@
   definitions:</p>
 
 <pre class="idl">
-  readonly attribute DOMString <span title="dom-uda-protocol">protocol</span>;
-  readonly attribute DOMString <span title="dom-uda-host">host</span>;
-  readonly attribute DOMString <span title="dom-uda-hostname">hostname</span>;
-  readonly attribute DOMString <span title="dom-uda-port">port</span>;
-  readonly attribute DOMString <span title="dom-uda-pathname">pathname</span>;
-  readonly attribute DOMString <span title="dom-uda-search">search</span>;
-  readonly attribute DOMString <span title="dom-uda-hash">hash</span>;
+           attribute DOMString <span title="dom-uda-protocol">protocol</span>;
+           attribute DOMString <span title="dom-uda-host">host</span>;
+           attribute DOMString <span title="dom-uda-hostname">hostname</span>;
+           attribute DOMString <span title="dom-uda-port">port</span>;
+           attribute DOMString <span title="dom-uda-pathname">pathname</span>;
+           attribute DOMString <span title="dom-uda-search">search</span>;
+           attribute DOMString <span title="dom-uda-hash">hash</span>;
 </pre>
 
   <p>The attributes defined to be URI decomposition attributes must
@@ -37213,12 +37213,13 @@
   Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin,
   Olav Junker Kj&aelig;r, Philip Taylor, Rajas Moonka, Rimantas
   Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike
-  Dierken, Sam Ruby, Sean Knapp, Shaun Inman, Simon Pieters, Stefan
-  Haustein, Stephen Ma, Steve Runyon, Steven Garrity, Stewart Brodie,
-  Stuart Parmenter, Tantek &Ccedil;elik, Thomas Broyer, Thomas
-  O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
-  William Swanson, &Oslash;istein E. Andersen, and everyone on the
-  WHATWG mailing list for their useful and substantial comments.</p>
+  Dierken, Sam Ruby, Sam Weinig, Sean Knapp, Shaun Inman, Simon
+  Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven Garrity,
+  Stewart Brodie, Stuart Parmenter, Tantek &Ccedil;elik, Thomas
+  Broyer, Thomas O'Connor, Tim Altman, Vladimir
+  Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, &Oslash;istein
+  E. Andersen, and everyone on the WHATWG mailing list for their
+  useful and substantial comments.</p>
 
   <p>Special thanks to Richard Williamson for creating the first
   implementation of <code>canvas</code> in Safari, from which the

|