Skip to content

Commit 8da8e2d

Browse files
committed
Editorial: data URL shared workers are a thing now
Since #387 landed HTML’s change in whatwg/html#1782 was adjusted a bit for shared workers.
1 parent 76578f4 commit 8da8e2d

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p><a class="logo" href="https://whatwg.org/"><img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-fetch.svg" width="100"></a>
99
<h1 id="cors">Fetch</h1>
10-
<h2 class="no-num no-toc" id="living-standard-—-last-updated-27-september-2016">Living Standard — Last Updated 27 September 2016</h2>
10+
<h2 class="no-num no-toc" id="living-standard-—-last-updated-12-october-2016">Living Standard — Last Updated 12 October 2016</h2>
1111

1212
<dl>
1313
<dt>Participate:
@@ -2493,12 +2493,11 @@ <h3 id="main-fetch"><span class="secno">5.1 </span>Main fetch</h3>
24932493
using <var>request</var>.
24942494
</ol>
24952495

2496-
<p class="note no-backref">HTML assigns any documents and dedicated workers created from
2496+
<p class="note no-backref">HTML assigns any documents and workers created from
24972497
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url" title="concept-url">URLs</a> whose
24982498
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url-scheme" title="concept-url-scheme">scheme</a> is "<code>data</code>" a
2499-
unique <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque">opaque origin</a>, and prevents creation of shared workers
2500-
from such <a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url" title="concept-url">URLs</a>. Service workers can only be
2501-
created from <a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url" title="concept-url">URLs</a> whose
2499+
unique <a class="external" data-anolis-spec="html" href="https://html.spec.whatwg.org/multipage/browsers.html#concept-origin-opaque">opaque origin</a>. Service workers can only be created
2500+
from <a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url" title="concept-url">URLs</a> whose
25022501
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#concept-url-scheme" title="concept-url-scheme">scheme</a> is an
25032502
<a class="external" data-anolis-spec="url" href="https://url.spec.whatwg.org/#http-scheme">HTTP(S) scheme</a>.
25042503
<a href="#refsHTML">[HTML]</a> <a href="#refsSW">[SW]</a>

Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,12 +2423,11 @@ <h3>Main fetch</h3>
24232423
using <var>request</var>.
24242424
</ol>
24252425

2426-
<p class="note no-backref">HTML assigns any documents and dedicated workers created from
2426+
<p class="note no-backref">HTML assigns any documents and workers created from
24272427
<span data-anolis-spec=url title=concept-url>URLs</span> whose
24282428
<span data-anolis-spec=url title=concept-url-scheme>scheme</span> is "<code>data</code>" a
2429-
unique <span data-anolis-spec=html>opaque origin</span>, and prevents creation of shared workers
2430-
from such <span data-anolis-spec=url title=concept-url>URLs</span>. Service workers can only be
2431-
created from <span data-anolis-spec=url title=concept-url>URLs</span> whose
2429+
unique <span data-anolis-spec=html>opaque origin</span>. Service workers can only be created
2430+
from <span data-anolis-spec=url title=concept-url>URLs</span> whose
24322431
<span data-anolis-spec=url title=concept-url-scheme>scheme</span> is an
24332432
<span data-anolis-spec=url>HTTP(S) scheme</span>.
24342433
<span data-anolis-ref>HTML</span> <span data-anolis-ref>SW</span>

0 commit comments

Comments
 (0)