[html5] r8578 - [e] (0) Print version of the spec (thanks IZh!); protocol-neutral version of the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Apr 23 10:05:18 PDT 2014
Author: ianh
Date: 2014-04-23 10:05:15 -0700 (Wed, 23 Apr 2014)
New Revision: 8578
Modified:
complete.html
index
source
Log:
[e] (0) Print version of the spec (thanks IZh!); protocol-neutral version of the spec so that scripts and styles work on https://www.whatwg.org/
Affected topics: DOM APIs, HTML, Offline Web Applications, Workers
Modified: complete.html
===================================================================
--- complete.html 2014-04-23 15:38:15 UTC (rev 8577)
+++ complete.html 2014-04-23 17:05:15 UTC (rev 8578)
@@ -119,10 +119,10 @@
}, false);
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script);
+ e.setAttribute('src', '//www.whatwg.org/specs/web-apps/current-work/' + script);
document.body.appendChild(e);
}
- </script><link rel=stylesheet href=http://www.whatwg.org/style/specification><link rel=icon href=http://www.whatwg.org/images/icon><style>
+ </script><link rel=stylesheet href=//www.whatwg.org/style/specification><link rel=icon href=//www.whatwg.org/images/icon><style>
.proposal { border: blue solid; padding: 1em; }
.bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
#updatesStatus { display: none; z-index: 10; }
@@ -244,23 +244,23 @@
@font-face {
font-family: 'Essays1743';
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
}
@font-face {
font-family: 'Essays1743';
font-weight: bold;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
}
@font-face {
font-family: 'Essays1743';
font-style: italic;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
}
@font-face {
font-family: 'Essays1743';
font-style: italic;
font-weight: bold;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
}
</style><link rel=stylesheet href=data:text/css, title=Normal><link rel="stylesheet alternate" href=data:text/css,.impl%20{%20background:%20pink;%20} title="Highlight implementation-only prose"><link rel=stylesheet href=status.css><script>
@@ -296,19 +296,21 @@
</script><body onload=init()>
- <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>
+ <header class=head id=head><p><a href=//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 23 April 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>
- <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
<dt>One-page version:</dt>
- <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
+ <dt>PDF version:</dt>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://www.whatwg.org/specs/web-apps/current-work/print.pdf</a></dd>
<dt>Validators</dt>
<dd><a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></dd>
<dt>Participate:</dt>
- <dd><a href=http://www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
+ <dd><a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
<dd><a href=http://forums.whatwg.org/>http://forums.whatwg.org/</a></dd>
<dd><a href=http://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a></dd>
<dt>FAQ:</dt>
@@ -321,8 +323,8 @@
<dt>Issues:</dt>
<dd>To view the open bugs: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=WHATWG&component=HTML&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bug_id_type=anyexact&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">HTML bug list</a></dd>
<dd>To file bugs, use the "submit review comments" feature at the bottom of the window</dd>
- <dd>To send feedback by e-mail: <a href=http://www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
- <dd>To view and vote on e-mail feedback: <a href=http://www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
+ <dd>To send feedback by e-mail: <a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
+ <dd>To view and vote on e-mail feedback: <a href=//www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
<dt>Editor:</dt>
<dd>Ian Hickson, Google, ian at hixie.ch</dd>
</dl><p class=copyright>© Copyright 2004-2011 Apple Computer, Inc.,
@@ -69991,7 +69993,7 @@
manifests. Thus, pages will not expire from an application cache before the user agent has updated
it, and even applications served over TLS can be made to work offline.</p>
- <p><a href=http://www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
@@ -83741,7 +83743,7 @@
<p>The bulk of this code is simply an unoptimized search for a prime number. The <code title=dom-DedicatedWorkerGlobalScope-postMessage><a href=#dom-dedicatedworkerglobalscope-postmessage>postMessage()</a></code> method is used to send a
message back to the page when a prime is found.</p>
- <p><a href=http://www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
@@ -83849,7 +83851,7 @@
postMessage(get('search.cgi?' + event.data));
};</pre>
- <p><a href=http://www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
<h5 id=shared-workers-introduction><span class=secno>10.1.2.3 </span>Shared workers introduction</h5>
@@ -83884,7 +83886,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
<hr><p>This second example extends the first one by changing two things: first, messages are received
using <code title="">addEventListener()</code> instead of an <a href=#event-handler-idl-attributes title="event handler IDL
@@ -83920,7 +83922,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
<hr><p>Finally, the example is extended to show how two pages can connect to the same worker; in this
case, the second page is merely in an <code><a href=#the-iframe-element>iframe</a></code> on the first page, but the same
@@ -83971,7 +83973,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
<h5 id=shared-state-using-a-shared-worker><span class=secno>10.1.2.4 </span>Shared state using a shared worker</h5>
@@ -84259,7 +84261,7 @@
naming another viewer, it sets up a direct connection between the two, so that the two viewers can
communicate directly without the worker having to proxy all the messages.</p>
- <p><a href=http://www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
<h5 id=delegation><span class=secno>10.1.2.5 </span>Delegation</h5>
@@ -84345,7 +84347,7 @@
<p>They receive two numbers in two events, perform the computation for the range of numbers thus
specified, and then report the result back to the parent.</p>
- <p><a href=http://www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
<!--(this uses startConversation, which is currently commented out)
@@ -84579,7 +84581,7 @@
hasn't changed; the library can delegate to subworkers without changing its API, even though it is
accepting data using message channels.</p>
- <p><a href="http://www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
(end startConversation block) (beware nested comments)-->
@@ -105358,7 +105360,7 @@
<p>Thanks also to everyone who has ever posted about HTML to their blogs, public mailing lists, or
forums, including all the contributors to the <a href=http://www.w3.org/html/wg/lists/>various
- W3C HTML WG lists</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG
+ W3C HTML WG lists</a> and the <a href=//www.whatwg.org/mailing-list>various WHATWG
lists</a>.
<p>Special thanks to Richard Williamson for creating the first implementation of
@@ -105378,6 +105380,8 @@
</div>
+ <p>Thanks to Igor Zhbanov for generating PDF versions of the specification.</p>
+
<p>Thanks to the many sources that provided inspiration for the examples used in the
specification.</p>
Modified: index
===================================================================
--- index 2014-04-23 15:38:15 UTC (rev 8577)
+++ index 2014-04-23 17:05:15 UTC (rev 8578)
@@ -119,10 +119,10 @@
}, false);
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script);
+ e.setAttribute('src', '//www.whatwg.org/specs/web-apps/current-work/' + script);
document.body.appendChild(e);
}
- </script><link rel=stylesheet href=http://www.whatwg.org/style/specification><link rel=icon href=http://www.whatwg.org/images/icon><style>
+ </script><link rel=stylesheet href=//www.whatwg.org/style/specification><link rel=icon href=//www.whatwg.org/images/icon><style>
.proposal { border: blue solid; padding: 1em; }
.bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
#updatesStatus { display: none; z-index: 10; }
@@ -244,23 +244,23 @@
@font-face {
font-family: 'Essays1743';
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743.ttf');
}
@font-face {
font-family: 'Essays1743';
font-weight: bold;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Bold.ttf');
}
@font-face {
font-family: 'Essays1743';
font-style: italic;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-Italic.ttf');
}
@font-face {
font-family: 'Essays1743';
font-style: italic;
font-weight: bold;
- src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
+ src: url('//www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf');
}
</style><link rel=stylesheet href=data:text/css, title=Normal><link rel="stylesheet alternate" href=data:text/css,.impl%20{%20background:%20pink;%20} title="Highlight implementation-only prose"><link rel=stylesheet href=status.css><script>
@@ -296,19 +296,21 @@
</script><body onload=init()>
- <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>
+ <header class=head id=head><p><a href=//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 23 April 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>
- <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/multipage/>http://whatwg.org/html</a></dd>
<dt>One-page version:</dt>
- <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://whatwg.org/c</a></dd>
+ <dt>PDF version:</dt>
+ <dd><a href=//www.whatwg.org/specs/web-apps/current-work/>http://www.whatwg.org/specs/web-apps/current-work/print.pdf</a></dd>
<dt>Validators</dt>
<dd><a href=http://validator.whatwg.org/>http://validator.whatwg.org/</a></dd>
<dt>Participate:</dt>
- <dd><a href=http://www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
+ <dd><a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
<dd><a href=http://forums.whatwg.org/>http://forums.whatwg.org/</a></dd>
<dd><a href=http://wiki.whatwg.org/wiki/IRC>IRC: #whatwg on Freenode</a></dd>
<dt>FAQ:</dt>
@@ -321,8 +323,8 @@
<dt>Issues:</dt>
<dd>To view the open bugs: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=WHATWG&component=HTML&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bug_id_type=anyexact&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">HTML bug list</a></dd>
<dd>To file bugs, use the "submit review comments" feature at the bottom of the window</dd>
- <dd>To send feedback by e-mail: <a href=http://www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
- <dd>To view and vote on e-mail feedback: <a href=http://www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
+ <dd>To send feedback by e-mail: <a href=//www.whatwg.org/mailing-list>whatwg at whatwg.org</a></dd>
+ <dd>To view and vote on e-mail feedback: <a href=//www.whatwg.org/issues/>http://www.whatwg.org/issues/</a></dd>
<dt>Editor:</dt>
<dd>Ian Hickson, Google, ian at hixie.ch</dd>
</dl><p class=copyright>© Copyright 2004-2011 Apple Computer, Inc.,
@@ -69991,7 +69993,7 @@
manifests. Thus, pages will not expire from an application cache before the user agent has updated
it, and even applications served over TLS can be made to work offline.</p>
- <p><a href=http://www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
@@ -83741,7 +83743,7 @@
<p>The bulk of this code is simply an unoptimized search for a prime number. The <code title=dom-DedicatedWorkerGlobalScope-postMessage><a href=#dom-dedicatedworkerglobalscope-postmessage>postMessage()</a></code> method is used to send a
message back to the page when a prime is found.</p>
- <p><a href=http://www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
@@ -83849,7 +83851,7 @@
postMessage(get('search.cgi?' + event.data));
};</pre>
- <p><a href=http://www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
<h5 id=shared-workers-introduction><span class=secno>10.1.2.3 </span>Shared workers introduction</h5>
@@ -83884,7 +83886,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
<hr><p>This second example extends the first one by changing two things: first, messages are received
using <code title="">addEventListener()</code> instead of an <a href=#event-handler-idl-attributes title="event handler IDL
@@ -83920,7 +83922,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
<hr><p>Finally, the example is extended to show how two pages can connect to the same worker; in this
case, the second page is merely in an <code><a href=#the-iframe-element>iframe</a></code> on the first page, but the same
@@ -83971,7 +83973,7 @@
}
</pre>
- <p><a href=http://www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
<h5 id=shared-state-using-a-shared-worker><span class=secno>10.1.2.4 </span>Shared state using a shared worker</h5>
@@ -84259,7 +84261,7 @@
naming another viewer, it sets up a direct connection between the two, so that the two viewers can
communicate directly without the worker having to proxy all the messages.</p>
- <p><a href=http://www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
<h5 id=delegation><span class=secno>10.1.2.5 </span>Delegation</h5>
@@ -84345,7 +84347,7 @@
<p>They receive two numbers in two events, perform the computation for the range of numbers thus
specified, and then report the result back to the parent.</p>
- <p><a href=http://www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
+ <p><a href=//www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
<!--(this uses startConversation, which is currently commented out)
@@ -84579,7 +84581,7 @@
hasn't changed; the library can delegate to subworkers without changing its API, even though it is
accepting data using message channels.</p>
- <p><a href="http://www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
(end startConversation block) (beware nested comments)-->
@@ -105358,7 +105360,7 @@
<p>Thanks also to everyone who has ever posted about HTML to their blogs, public mailing lists, or
forums, including all the contributors to the <a href=http://www.w3.org/html/wg/lists/>various
- W3C HTML WG lists</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG
+ W3C HTML WG lists</a> and the <a href=//www.whatwg.org/mailing-list>various WHATWG
lists</a>.
<p>Special thanks to Richard Williamson for creating the first implementation of
@@ -105378,6 +105380,8 @@
</div>
+ <p>Thanks to Igor Zhbanov for generating PDF versions of the specification.</p>
+
<p>Thanks to the many sources that provided inspiration for the examples used in the
specification.</p>
Modified: source
===================================================================
--- source 2014-04-23 15:38:15 UTC (rev 8577)
+++ source 2014-04-23 17:05:15 UTC (rev 8578)
@@ -54,14 +54,14 @@
this specification (the HTML Living Standard).
<!--END complete-->
<!--START dev-html-->
- the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standard</a>.
+ the <a href="//www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standard</a>.
<!--START complete-->
There are numerous differences between
<!--END dev-html-->
this specification (the HTML Living Standard)
<!--END complete-->
<!--START dev-html-->
- the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standard</a>
+ the <a href="//www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standard</a>
<!--START complete-->
and the W3C forks; some minor, some major. Unfortunately these are not currently accurately
documented anywhere, so there is no way to know which are intentional and which are not.</p>
@@ -78100,7 +78100,7 @@
manifests. Thus, pages will not expire from an application cache before the user agent has updated
it, and even applications served over TLS can be made to work offline.</p>
- <p><a href="http://www.whatwg.org/demos/offline/clock/live-demo/clock.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/offline/clock/live-demo/clock.html">View this example online</a>.</p>
@@ -94019,7 +94019,7 @@
data-x="dom-DedicatedWorkerGlobalScope-postMessage">postMessage()</code> method is used to send a
message back to the page when a prime is found.</p>
- <p><a href="http://www.whatwg.org/demos/workers/primes/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/primes/page.html">View this example online</a>.</p>
@@ -94048,7 +94048,7 @@
<pre>EXAMPLE workers/stocks/searcher.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/stocks/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/stocks/page.html">View this example online</a>.</p>
<h5>Shared workers introduction</h5>
@@ -94069,7 +94069,7 @@
<pre>EXAMPLE workers/shared/001/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/001/test.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/shared/001/test.html">View this example online</a>.</p>
<hr>
@@ -94087,7 +94087,7 @@
<pre>EXAMPLE workers/shared/002/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/002/test.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/shared/002/test.html">View this example online</a>.</p>
<hr>
@@ -94108,7 +94108,7 @@
<pre>EXAMPLE workers/shared/003/test.js</pre>
- <p><a href="http://www.whatwg.org/demos/workers/shared/003/test.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/shared/003/test.html">View this example online</a>.</p>
<h5>Shared state using a shared worker</h5>
@@ -94152,7 +94152,7 @@
naming another viewer, it sets up a direct connection between the two, so that the two viewers can
communicate directly without the worker having to proxy all the messages.</p>
- <p><a href="http://www.whatwg.org/demos/workers/multiviewer/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/multiviewer/page.html">View this example online</a>.</p>
<h5>Delegation</h5>
@@ -94182,7 +94182,7 @@
<p>They receive two numbers in two events, perform the computation for the range of numbers thus
specified, and then report the result back to the parent.</p>
- <p><a href="http://www.whatwg.org/demos/workers/multicore/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/multicore/page.html">View this example online</a>.</p>
<!--(this uses startConversation, which is currently commented out)
@@ -94246,7 +94246,7 @@
hasn't changed; the library can delegate to subworkers without changing its API, even though it is
accepting data using message channels.</p>
- <p><a href="http://www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
+ <p><a href="//www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
(end startConversation block) (beware nested comments)-->
@@ -116591,7 +116591,7 @@
<dd><cite><a href="http://dev.w3.org/html5/html-api-map/overview.html">HTML to Platform Accessibility APIs Implementation Guide</a></cite>. W3C.</dd>
<dt id="refsHTML">[HTML]</dt>
- <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
+ <dd><cite><a href="//www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
<dt id="refsHTTP">[HTTP]</dt>
<dd><cite><a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol — HTTP/1.1</a></cite>, R. Fielding, J. Gettys, J. Mogul, H. Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
@@ -117682,7 +117682,7 @@
<p>Thanks also to everyone who has ever posted about HTML to their blogs, public mailing lists, or
forums, including all the contributors to the <a href="http://www.w3.org/html/wg/lists/">various
- W3C HTML WG lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG
+ W3C HTML WG lists</a> and the <a href="//www.whatwg.org/mailing-list">various WHATWG
lists</a>.
<p>Special thanks to Richard Williamson for creating the first implementation of
@@ -117703,6 +117703,8 @@
</div>
+ <p>Thanks to Igor Zhbanov for generating PDF versions of the specification.</p>
+
<p>Thanks to the many sources that provided inspiration for the examples used in the
specification.</p>
More information about the Commit-Watchers
mailing list