- From: poot <cvsmail@w3.org>
- Date: Thu, 23 Apr 2009 07:21:59 +0900 (JST)
- To: public-html-diffs@w3.org
W3C policy: fear of change, caution to the point of paralysis. Let's change the world, but without taking any risks! (whatwg r2973) search http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#dom-workerlocation-search pathname http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#dom-workerlocation-pathname protocol http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#dom-workerlocation-protocol References http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#references hash http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#dom-workerlocation-hash host http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#dom-workerlocation-host Acknowledgements http://people.w3.org/mike/diffs/html5/workers/Overview.1.115.html#acknowledgements http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.114&r2=1.115&f=h http://html5.org/tools/web-apps-tracker?from=2972&to=2973 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- Overview.html 22 Apr 2009 19:26:20 -0000 1.114 +++ Overview.html 22 Apr 2009 22:21:37 -0000 1.115 @@ -1,4 +1,4 @@ -<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><title>Web Workers</title><style type=text/css> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>Web Workers</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -142,58 +142,58 @@ -webkit-column-width: 25em; -webkit-column-gap: 1em; } - </style><link href=http://www.w3.org/StyleSheets/TR/W3C-WD rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head> - <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> [...1260 lines suppressed...] + of <span>URL decomposition 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 - <span title=concept-uda-input>input</span> being 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 - the <span title=concept-uda-setter>common setter action</span> - being a no-op, since the attributes are defined to be readonly. <a href=#references>[HTML5]</a><h2 class=no-num id=references>References</h2><p class=big-issue>This section will be written in a future - draft.<!--XXX--><h2 class=no-num id=acknowledgements>Acknowledgements</h2><!-- ACKS --><p>Thanks to + <code title="dom-WorkerLocation-href"><a href="#dom-workerlocation-href">href</a></code> attribute), and + the <span title="concept-uda-setter">common setter action</span> + being a no-op, since the attributes are defined to be readonly. <a href="#references">[HTML5]</a><h2 class="no-num" id="references">References</h2><p class="big-issue">This section will be written in a future + draft.<!--XXX--><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to Aaron Boodman, Алексей Проскуряков (Alexey Proskuryakov),
Received on Wednesday, 22 April 2009 22:22:35 UTC