- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 27 Aug 2008 07:07:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv20430
Modified Files:
Overview.html
Log Message:
First draft of updating the spec to the proposal here: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/015853.html (whatwg r57)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.html 14 Aug 2008 23:33:18 -0000 1.49
+++ Overview.html 27 Aug 2008 07:06:58 -0000 1.50
@@ -19,7 +19,7 @@
specification for HTML5</h2>
<h2 class="no-num no-toc" id=editors><!-- "W3C Working Draft" --> Editor's
- Draft <!--ZZZ-->14 August 2008</h2>
+ Draft <!--ZZZ-->27 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -144,7 +144,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
[...1689 lines suppressed...]
</ol>
@@ -2046,7 +2204,7 @@
readonly attribute DOMString <a href="#protocol" title=dom-WorkerLocation-protocol>protocol</a>;
readonly attribute DOMString <a href="#host" title=dom-WorkerLocation-host>host</a>;
readonly attribute DOMString <a href="#hostname" title=dom-WorkerLocation-hostname>hostname</a>;
- readonly attribute DOMString <a href="#port1" title=dom-WorkerLocation-port>port</a>;
+ readonly attribute DOMString <a href="#port0" title=dom-WorkerLocation-port>port</a>;
readonly attribute DOMString <a href="#pathname" title=dom-WorkerLocation-pathname>pathname</a>;
readonly attribute DOMString <a href="#search" title=dom-WorkerLocation-search>search</a>;
readonly attribute DOMString <a href="#hash" title=dom-WorkerLocation-hash>hash</a>;
@@ -2063,7 +2221,7 @@
also has the complement of <span>URL decomposition attributes</span>, <dfn
id=protocol title=dom-WorkerLocation-protocol><code>protocol</code></dfn>,
<dfn id=host title=dom-WorkerLocation-host><code>host</code></dfn>, <dfn
- id=port1 title=dom-WorkerLocation-port><code>port</code></dfn>, <dfn
+ id=port0 title=dom-WorkerLocation-port><code>port</code></dfn>, <dfn
id=hostname title=dom-WorkerLocation-hostname><code>hostname</code></dfn>,
<dfn id=pathname
title=dom-WorkerLocation-pathname><code>pathname</code></dfn>, <dfn
Received on Wednesday, 27 August 2008 07:07:39 UTC