Skip to content

Commit

Permalink
[e] (0) Site update for TLS upgrade
Browse files Browse the repository at this point in the history
Affected topics: Canvas, DOM APIs, HTML, Offline Web Applications, Workers

git-svn-id: https://svn.whatwg.org/webapps@8775 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2014
1 parent 452c265 commit 1204246
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
32 changes: 16 additions & 16 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
event.preventDefault();
}
}, false);
</script><link rel=stylesheet href=//www.whatwg.org/style/specification><link rel=icon href=//www.whatwg.org/images/icon><style>
</script><link rel=stylesheet href=https://whatwg.org/style/specification><link rel=icon href=https://whatwg.org/images/icon><style>
.proposal { border: blue solid; padding: 1em; }
.bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; }
#updatesStatus { display: none; z-index: 10; }
Expand Down Expand Up @@ -290,8 +290,8 @@
}
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=//www.whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>15 September 2014</span></h2></hgroup>
<p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>16 September 2014</span></h2></hgroup>

<nav>
<div>
Expand All @@ -305,7 +305,7 @@
<a href=https://validator.whatwg.org/ class=misc><span><strong>Validators</strong> <code>validator.whatwg.org</code></span></a>
</div>
<div>
<a href=https://www.whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg@whatwg.org</code></span></a>
<a href=https://whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg@whatwg.org</code></span></a>
<a href=https://wiki.whatwg.org/wiki/IRC class=comms><span><strong>Join us on IRC</strong> <code>#whatwg on Freenode</code></span></a>
<a href=https://forums.whatwg.org/ class=comms><span><strong>Join our Forums</strong> <code>forums.whatwg.org</code></span></a>
</div>
Expand All @@ -316,7 +316,7 @@
</div>
<div>
<a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=HTML&amp;product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>filed in Bugzilla</code></span></a>
<a href=https://www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
<a href=https://whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
<a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian@hixie.ch</code></span></a>
</div>
</nav>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h3 id=is-this-html5?>1.2 Is this HTML5?</h3>

<p>In more length: The term "HTML5" is widely used as a buzzword to refer to modern Web
technologies, many of which (though by no means all) are developed at the WHATWG. This document is
one such; others are available from <a href=http://www.whatwg.org/specs/>the WHATWG
one such; others are available from <a href=http://whatwg.org/specs/>the WHATWG
specification index</a>.</p>

<p class=note>Although we have asked them to stop doing so, the W3C also republishes some parts
Expand Down Expand Up @@ -49924,7 +49924,7 @@ <h6 id=examples>4.12.4.2.22 Examples</h6>
<p>The 2D rendering context for <code id=examples:the-canvas-element><a href=#the-canvas-element>canvas</a></code> is often used for sprite-based games. The
following example demonstrates this:</p>

<iframe src=https://www.whatwg.org/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>
<iframe src=https://whatwg.org/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>

<p>Here is the source for this example:</p>

Expand Down Expand Up @@ -60583,7 +60583,7 @@ <h4 id=introduction-11>7.7.1 Introduction</h4>
overridden by 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=//www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>



Expand Down Expand Up @@ -68376,7 +68376,7 @@ <h5 id=a-background-number-crunching-worker>10.1.2.1 A background number-crunchi
<p>The bulk of this code is simply an unoptimised search for a prime number. The <code id=a-background-number-crunching-worker: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=//www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>



Expand Down Expand Up @@ -68486,7 +68486,7 @@ <h5 id=worker-used-for-background-i/o>10.1.2.2 Worker used for background I/O</h
postMessage(get('search.cgi?' + event.data));
};</pre>

<p><a href=//www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>


<h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5>
Expand Down Expand Up @@ -68521,7 +68521,7 @@ <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5>
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>

<hr>

Expand Down Expand Up @@ -68558,7 +68558,7 @@ <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5>
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>

<hr>

Expand Down Expand Up @@ -68611,7 +68611,7 @@ <h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5>
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>


<h5 id=shared-state-using-a-shared-worker>10.1.2.4 Shared state using a shared worker</h5>
Expand Down Expand Up @@ -68898,7 +68898,7 @@ <h5 id=shared-state-using-a-shared-worker>10.1.2.4 Shared state using a shared w
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=//www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>


<h5 id=delegation>10.1.2.5 Delegation</h5>
Expand Down Expand Up @@ -68984,7 +68984,7 @@ <h5 id=delegation>10.1.2.5 Delegation</h5>
<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=//www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>



Expand Down Expand Up @@ -85045,7 +85045,7 @@ <h2 id=acknowledgements class=no-num>Acknowledgements</h2>

<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=//www.whatwg.org/mailing-list>various WHATWG
W3C HTML WG lists</a> and the <a href=https://whatwg.org/mailing-list>various WHATWG
lists</a>.

<p>Special thanks to Richard Williamson for creating the first implementation of
Expand Down
32 changes: 16 additions & 16 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
event.preventDefault();
}
}, false);
</script><link rel=stylesheet href=//www.whatwg.org/style/specification><link rel=icon href=//www.whatwg.org/images/icon><style>
</script><link rel=stylesheet href=https://whatwg.org/style/specification><link rel=icon href=https://whatwg.org/images/icon><style>
.proposal { border: blue solid; padding: 1em; }
.bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; }
#updatesStatus { display: none; z-index: 10; }
Expand Down Expand Up @@ -290,8 +290,8 @@
}
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=//www.whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>15 September 2014</span></h2></hgroup>
<p><a href=https://whatwg.org/ class=logo><img src=//whatwg.org/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>16 September 2014</span></h2></hgroup>

<nav>
<div>
Expand All @@ -305,7 +305,7 @@
<a href=https://validator.whatwg.org/ class=misc><span><strong>Validators</strong> <code>validator.whatwg.org</code></span></a>
</div>
<div>
<a href=https://www.whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg@whatwg.org</code></span></a>
<a href=https://whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg@whatwg.org</code></span></a>
<a href=https://wiki.whatwg.org/wiki/IRC class=comms><span><strong>Join us on IRC</strong> <code>#whatwg on Freenode</code></span></a>
<a href=https://forums.whatwg.org/ class=comms><span><strong>Join our Forums</strong> <code>forums.whatwg.org</code></span></a>
</div>
Expand All @@ -316,7 +316,7 @@
</div>
<div>
<a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;component=HTML&amp;product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>filed in Bugzilla</code></span></a>
<a href=https://www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
<a href=https://whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
<a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian@hixie.ch</code></span></a>
</div>
</nav>
Expand Down Expand Up @@ -361,7 +361,7 @@

<p>In more length: The term "HTML5" is widely used as a buzzword to refer to modern Web
technologies, many of which (though by no means all) are developed at the WHATWG. This document is
one such; others are available from <a href=http://www.whatwg.org/specs/>the WHATWG
one such; others are available from <a href=http://whatwg.org/specs/>the WHATWG
specification index</a>.</p>

<p class=note>Although we have asked them to stop doing so, the W3C also republishes some parts
Expand Down Expand Up @@ -49924,7 +49924,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p>The 2D rendering context for <code id=examples:the-canvas-element><a href=#the-canvas-element>canvas</a></code> is often used for sprite-based games. The
following example demonstrates this:</p>

<iframe src=https://www.whatwg.org/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>
<iframe src=https://whatwg.org/demos/canvas/blue-robot/index-idle.html width=396 height=216></iframe>

<p>Here is the source for this example:</p>

Expand Down Expand Up @@ -60583,7 +60583,7 @@ clock.js
overridden by 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=//www.whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/offline/clock/live-demo/clock.html>View this example online</a>.</p>



Expand Down Expand Up @@ -68376,7 +68376,7 @@ search: while (true) {
<p>The bulk of this code is simply an unoptimised search for a prime number. The <code id=a-background-number-crunching-worker: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=//www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/primes/page.html>View this example online</a>.</p>



Expand Down Expand Up @@ -68486,7 +68486,7 @@ onmessage = function (event) {
postMessage(get('search.cgi?' + event.data));
};</pre>

<p><a href=//www.whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/stocks/page.html>View this example online</a>.</p>


<h5 id=shared-workers-introduction>10.1.2.3 Shared workers introduction</h5>
Expand Down Expand Up @@ -68521,7 +68521,7 @@ onmessage = function (event) {
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/001/test.html>View this example online</a>.</p>

<hr>

Expand Down Expand Up @@ -68558,7 +68558,7 @@ onmessage = function (event) {
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/002/test.html>View this example online</a>.</p>

<hr>

Expand Down Expand Up @@ -68611,7 +68611,7 @@ onconnect = function(e) {
}
</pre>

<p><a href=//www.whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/shared/003/test.html>View this example online</a>.</p>


<h5 id=shared-state-using-a-shared-worker>10.1.2.4 Shared state using a shared worker</h5>
Expand Down Expand Up @@ -68898,7 +68898,7 @@ function getMessage(event) {
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=//www.whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/multiviewer/page.html>View this example online</a>.</p>


<h5 id=delegation>10.1.2.5 Delegation</h5>
Expand Down Expand Up @@ -68984,7 +68984,7 @@ function work() {
<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=//www.whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>
<p><a href=https://whatwg.org/demos/workers/multicore/page.html>View this example online</a>.</p>



Expand Down Expand Up @@ -85045,7 +85045,7 @@ if (s = prompt('What is your name?')) {

<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=//www.whatwg.org/mailing-list>various WHATWG
W3C HTML WG lists</a> and the <a href=https://whatwg.org/mailing-list>various WHATWG
lists</a>.

<p>Special thanks to Richard Williamson for creating the first implementation of
Expand Down
Loading

0 comments on commit 1204246

Please sign in to comment.