- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jun 2011 17:26:46 -0400
- To: public-html-diffs@w3.org
workers; hixie: Let worker's self.location stringify, like window.location (whatwg r6265) http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.293&r2=1.294&f=h http://html5.org/tools/web-apps-tracker?from=6264&to=6265 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.293 retrieving revision 1.294 diff -u -d -r1.293 -r1.294 --- Overview.html 21 Jun 2011 21:24:34 -0000 1.293 +++ Overview.html 21 Jun 2011 21:26:39 -0000 1.294 @@ -1841,7 +1841,7 @@ defined by the Web IDL specification, in particular concerning the visibility of interfaces annotated with the <code title="">[NoInterfaceObject]</code> extended attribute.<h3 id="worker-locations"><span class="secno">5.4 </span>Worker locations</h3><pre class="idl">interface <dfn id="workerlocation">WorkerLocation</dfn> { // <span>URL decomposition IDL attributes</span> - readonly attribute DOMString <a href="#dom-workerlocation-href" title="dom-WorkerLocation-href">href</a>; + stringifier readonly attribute DOMString <a href="#dom-workerlocation-href" title="dom-WorkerLocation-href">href</a>; readonly attribute DOMString <a href="#dom-workerlocation-protocol" title="dom-WorkerLocation-protocol">protocol</a>; readonly attribute DOMString <a href="#dom-workerlocation-host" title="dom-WorkerLocation-host">host</a>; readonly attribute DOMString <a href="#dom-workerlocation-hostname" title="dom-WorkerLocation-hostname">hostname</a>;
Received on Tuesday, 21 June 2011 21:26:48 UTC