- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 30 Aug 2009 20:20:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv24275 Modified Files: Overview.html Log Message: URL decomposition attributes are DOM attributes. (whatwg r3710) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.161 retrieving revision 1.162 diff -u -d -r1.161 -r1.162 --- Overview.html 30 Aug 2009 00:02:15 -0000 1.161 +++ Overview.html 30 Aug 2009 20:20:55 -0000 1.162 @@ -1958,12 +1958,12 @@ URL</span> set at its creation.<p>The <dfn id="dom-workerlocation-href" title="dom-WorkerLocation-href"><code>href</code></dfn> attribute must return the <span>absolute URL</span> that the object represents.<p>The <code><a href="#workerlocation">WorkerLocation</a></code> interface also has the complement - of <span>URL decomposition attributes</span>, <dfn id="dom-workerlocation-protocol" title="dom-WorkerLocation-protocol"><code>protocol</code></dfn>, + of <span>URL decomposition DOM attributes</span>, <dfn id="dom-workerlocation-protocol" title="dom-WorkerLocation-protocol"><code>protocol</code></dfn>, <dfn id="dom-workerlocation-host" title="dom-WorkerLocation-host"><code>host</code></dfn>, <dfn id="dom-workerlocation-port" title="dom-WorkerLocation-port"><code>port</code></dfn>, <dfn id="dom-workerlocation-hostname" title="dom-WorkerLocation-hostname"><code>hostname</code></dfn>, <dfn id="dom-workerlocation-pathname" title="dom-WorkerLocation-pathname"><code>pathname</code></dfn>, <dfn id="dom-workerlocation-search" title="dom-WorkerLocation-search"><code>search</code></dfn>, and <dfn id="dom-workerlocation-hash" title="dom-WorkerLocation-hash"><code>hash</code></dfn>. These must - follow the rules given for URL decomposition attributes, with the + follow the rules given for URL decomposition DOM attributes, with the <span title="concept-uda-input">input</span> being the <span>absolute URL</span> that the object represents (same as the <code title="dom-WorkerLocation-href"><a href="#dom-workerlocation-href">href</a></code> attribute), and
Received on Sunday, 30 August 2009 20:21:07 UTC