[html5] r8547 - [e] (0) Update non-normative Worker text to mention blobs Fixing https://www.w3. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 17 12:39:14 PDT 2014
Author: ianh
Date: 2014-03-17 12:39:14 -0700 (Mon, 17 Mar 2014)
New Revision: 8547
Modified:
complete.html
index
source
Log:
[e] (0) Update non-normative Worker text to mention blobs
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25079
Affected topics: DOM APIs, Workers
Modified: complete.html
===================================================================
--- complete.html 2014-03-14 23:56:20 UTC (rev 8546)
+++ complete.html 2014-03-17 19:39:14 UTC (rev 8547)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 14 March 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -84909,12 +84909,11 @@
<a href=#origin>origin</a> specified by the <a href=#incumbent-settings-object>incumbent settings object</a>, then throw a
<code><a href=#securityerror>SecurityError</a></code> exception and abort these steps.</p>
+ <p class=note>For example, scripts can be external files with the same scheme, host, and port
+ as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>,
+ or same-origin <code title="">blob:</code> URLs. Thus, an <code>https:</code> page couldn't
+ start workers using scripts with <code>http:</code> URLs. <a href=#refsFILEAPI>[FILEAPI]</a>.</p>
- <p class=note>Thus, scripts must either be external files with the same scheme, host, and port
- as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>.
- For example, an <code>https:</code> page couldn't start workers using scripts with
- <code>http:</code> URLs.</p>
-
</li>
<li><p>Create a new <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object. Let <var title="">worker
Modified: index
===================================================================
--- index 2014-03-14 23:56:20 UTC (rev 8546)
+++ index 2014-03-17 19:39:14 UTC (rev 8547)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 14 March 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 March 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -84909,12 +84909,11 @@
<a href=#origin>origin</a> specified by the <a href=#incumbent-settings-object>incumbent settings object</a>, then throw a
<code><a href=#securityerror>SecurityError</a></code> exception and abort these steps.</p>
+ <p class=note>For example, scripts can be external files with the same scheme, host, and port
+ as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>,
+ or same-origin <code title="">blob:</code> URLs. Thus, an <code>https:</code> page couldn't
+ start workers using scripts with <code>http:</code> URLs. <a href=#refsFILEAPI>[FILEAPI]</a>.</p>
- <p class=note>Thus, scripts must either be external files with the same scheme, host, and port
- as the original page, or <a href=#data-protocol title="data protocol"><code title="">data:</code> URLs</a>.
- For example, an <code>https:</code> page couldn't start workers using scripts with
- <code>http:</code> URLs.</p>
-
</li>
<li><p>Create a new <code><a href=#dedicatedworkerglobalscope>DedicatedWorkerGlobalScope</a></code> object. Let <var title="">worker
Modified: source
===================================================================
--- source 2014-03-14 23:56:20 UTC (rev 8546)
+++ source 2014-03-17 19:39:14 UTC (rev 8547)
@@ -94606,12 +94606,12 @@
<span>origin</span> specified by the <span>incumbent settings object</span>, then throw a
<code>SecurityError</code> exception and abort these steps.</p>
+ <p class="note">For example, scripts can be external files with the same scheme, host, and port
+ as the original page, or <span data-x="data protocol"><code data-x="">data:</code> URLs</span>,
+ or same-origin <code data-x="">blob:</code> URLs. Thus, an <code>https:</code> page couldn't
+ start workers using scripts with <code>http:</code> URLs. <a
+ href="#refsFILEAPI">[FILEAPI]</a>.</p>
- <p class="note">Thus, scripts must either be external files with the same scheme, host, and port
- as the original page, or <span data-x="data protocol"><code data-x="">data:</code> URLs</span>.
- For example, an <code>https:</code> page couldn't start workers using scripts with
- <code>http:</code> URLs.</p>
-
</li>
<li><p>Create a new <code>DedicatedWorkerGlobalScope</code> object. Let <var data-x="">worker
More information about the Commit-Watchers
mailing list