[html5] r996 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Aug 9 18:44:08 PDT 2007
Author: ianh
Date: 2007-08-09 18:44:07 -0700 (Thu, 09 Aug 2007)
New Revision: 996
Modified:
index
source
Log:
[] (1) Make the Location members not be readonly, since they can be set.
Modified: index
===================================================================
--- index 2007-08-10 01:29:18 UTC (rev 995)
+++ index 2007-08-10 01:44:07 UTC (rev 996)
@@ -23669,13 +23669,13 @@
void <span title=dom-location-reload>reload</span>();
// <a href="#uri-decomposition">URI decomposition attributes</a> <!-- blame brendan for these "innovative" names -->
- readonly attribute DOMString <a href="#protocol" title=dom-location-protocol>protocol</a>;
- readonly attribute DOMString <a href="#host" title=dom-location-host>host</a>;
- readonly attribute DOMString <a href="#hostname" title=dom-location-hostname>hostname</a>;
- readonly attribute DOMString <a href="#port" title=dom-location-port>port</a>;
- readonly attribute DOMString <a href="#pathname" title=dom-location-pathname>pathname</a>;
- readonly attribute DOMString <a href="#search" title=dom-location-search>search</a>;
- readonly attribute DOMString <a href="#hash" title=dom-location-hash>hash</a>;
+ attribute DOMString <a href="#protocol" title=dom-location-protocol>protocol</a>;
+ attribute DOMString <a href="#host" title=dom-location-host>host</a>;
+ attribute DOMString <a href="#hostname" title=dom-location-hostname>hostname</a>;
+ attribute DOMString <a href="#port" title=dom-location-port>port</a>;
+ attribute DOMString <a href="#pathname" title=dom-location-pathname>pathname</a>;
+ attribute DOMString <a href="#search" title=dom-location-search>search</a>;
+ attribute DOMString <a href="#hash" title=dom-location-hash>hash</a>;
};</pre>
<p>In the ECMAScript DOM binding, objects implementing this interface must
@@ -25004,13 +25004,13 @@
following definitions:
<pre class=idl>
- readonly attribute DOMString <a href="#protocol0" title=dom-uda-protocol>protocol</a>;
- readonly attribute DOMString <a href="#host0" title=dom-uda-host>host</a>;
- readonly attribute DOMString <a href="#hostname0" title=dom-uda-hostname>hostname</a>;
- readonly attribute DOMString <a href="#port0" title=dom-uda-port>port</a>;
- readonly attribute DOMString <a href="#pathname0" title=dom-uda-pathname>pathname</a>;
- readonly attribute DOMString <a href="#search1" title=dom-uda-search>search</a>;
- readonly attribute DOMString <a href="#hash0" title=dom-uda-hash>hash</a>;
+ attribute DOMString <a href="#protocol0" title=dom-uda-protocol>protocol</a>;
+ attribute DOMString <a href="#host0" title=dom-uda-host>host</a>;
+ attribute DOMString <a href="#hostname0" title=dom-uda-hostname>hostname</a>;
+ attribute DOMString <a href="#port0" title=dom-uda-port>port</a>;
+ attribute DOMString <a href="#pathname0" title=dom-uda-pathname>pathname</a>;
+ attribute DOMString <a href="#search1" title=dom-uda-search>search</a>;
+ attribute DOMString <a href="#hash0" title=dom-uda-hash>hash</a>;
</pre>
<p>The attributes defined to be URI decomposition attributes must act as
@@ -41338,12 +41338,13 @@
Brown, Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel,
Mike Shaver, Mikko Rantalainen, Neil Deakin, Olav Junker Kjæ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 Çelik, Thomas Broyer,
- Thomas O'Connor, Tim Altman, Vladimir Vukićević, Wakaba,
- William Swanson, Øistein E. Andersen, and everyone on the WHATWG
- mailing list for their useful and substantial comments.
+ Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby, Sam Weinig, Sean Knapp,
+ Shaun Inman, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon,
+ Steven Garrity, Stewart Brodie, Stuart Parmenter, Tantek Çelik,
+ Thomas Broyer, Thomas O'Connor, Tim Altman, Vladimir
+ Vukićević, Wakaba, William Swanson, Øistein E.
+ Andersen, and everyone on the WHATWG mailing list for their useful and
+ substantial comments.
<p>Special thanks to Richard Williamson for creating the first
implementation of <code><a href="#canvas">canvas</a></code> in Safari,
Modified: source
===================================================================
--- source 2007-08-10 01:29:18 UTC (rev 995)
+++ source 2007-08-10 01:44:07 UTC (rev 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æ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 Çelik, Thomas Broyer, Thomas
- O'Connor, Tim Altman, Vladimir Vukićević, Wakaba,
- William Swanson, Ø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 Çelik, Thomas
+ Broyer, Thomas O'Connor, Tim Altman, Vladimir
+ Vukićević, Wakaba, William Swanson, Ø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
More information about the Commit-Watchers
mailing list