[html5] r8775 - [e] (0) Site update for TLS upgrade Affected topics: Canvas, DOM APIs, HTML, Off [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 16 11:50:17 PDT 2014


Author: ianh
Date: 2014-09-16 11:50:13 -0700 (Tue, 16 Sep 2014)
New Revision: 8775

Modified:
   complete.html
   index
   source
Log:
[e] (0) Site update for TLS upgrade
Affected topics: Canvas, DOM APIs, HTML, Offline Web Applications, Workers

Modified: complete.html
===================================================================
--- complete.html	2014-09-15 23:32:16 UTC (rev 8774)
+++ complete.html	2014-09-16 18:50:13 UTC (rev 8775)
@@ -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; }
@@ -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>
@@ -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 at whatwg.org</code></span></a>
+     <a href=https://whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg at 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>
@@ -316,7 +316,7 @@
     </div>
     <div>
      <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&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 at hixie.ch</code></span></a>
     </div>
    </nav>
@@ -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
@@ -49924,7 +49924,7 @@
    <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>
 
@@ -60583,7 +60583,7 @@
   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>
 
 
 
@@ -68376,7 +68376,7 @@
   <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>
 
 
 
@@ -68486,7 +68486,7 @@
   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>
@@ -68521,7 +68521,7 @@
 }
 </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>
 
@@ -68558,7 +68558,7 @@
 }
 </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>
 
@@ -68611,7 +68611,7 @@
 }
 </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>
@@ -68898,7 +68898,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=//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>
@@ -68984,7 +68984,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=//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>
 
 
 
@@ -85045,7 +85045,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=//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

Modified: index
===================================================================
--- index	2014-09-15 23:32:16 UTC (rev 8774)
+++ index	2014-09-16 18:50:13 UTC (rev 8775)
@@ -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; }
@@ -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>
@@ -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 at whatwg.org</code></span></a>
+     <a href=https://whatwg.org/mailing-list class=comms><span><strong>Join our Mailing List</strong> <code>whatwg at 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>
@@ -316,7 +316,7 @@
     </div>
     <div>
      <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&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 at hixie.ch</code></span></a>
     </div>
    </nav>
@@ -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
@@ -49924,7 +49924,7 @@
    <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>
 
@@ -60583,7 +60583,7 @@
   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>
 
 
 
@@ -68376,7 +68376,7 @@
   <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>
 
 
 
@@ -68486,7 +68486,7 @@
   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>
@@ -68521,7 +68521,7 @@
 }
 </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>
 
@@ -68558,7 +68558,7 @@
 }
 </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>
 
@@ -68611,7 +68611,7 @@
 }
 </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>
@@ -68898,7 +68898,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=//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>
@@ -68984,7 +68984,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=//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>
 
 
 
@@ -85045,7 +85045,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=//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

Modified: source
===================================================================
--- source	2014-09-15 23:32:16 UTC (rev 8774)
+++ source	2014-09-16 18:50:13 UTC (rev 8775)
@@ -173,8 +173,8 @@
      }
    }, false);
   </script>
-  <link w-nodev rel="stylesheet" href="//www.whatwg.org/style/specification">
-  <link w-nodev rel="icon" href="//www.whatwg.org/images/icon">
+  <link w-nodev rel="stylesheet" href="https://whatwg.org/style/specification">
+  <link w-nodev rel="icon" href="https://whatwg.org/images/icon">
   <style w-nodev>
    .proposal { border: blue solid; padding: 1em; }
    .bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; }
@@ -321,7 +321,7 @@
  </head>
  <body onload="init()">
   <header w-nodev class="head with-buttons" id="head">
-   <p><a href="//www.whatwg.org/" class="logo"><img width="101" height="101" alt="WHATWG" src="//www.whatwg.org/images/logo"></a></p>
+   <p><a href="https://whatwg.org/" class="logo"><img width="101" height="101" alt="WHATWG" src="//whatwg.org/images/logo"></a></p>
    <hgroup w-nodev>
     <h1 class="allcaps">HTML</h1>
     <h2 class="no-num no-toc">Living Standard — Last Updated <span class="pubdate">[DATE: 01 Jan 1901]</span></h2>
@@ -342,7 +342,7 @@
      <a class="misc" href="https://validator.whatwg.org/"><span data-x=""><strong>Validators</strong> <code data-x="">validator.whatwg.org</code></span></a>
     </div>
     <div>
-     <a class="comms" href="https://www.whatwg.org/mailing-list"><span data-x=""><strong>Join our Mailing List</strong> <code data-x="">whatwg at whatwg.org</code></span></a>
+     <a class="comms" href="https://whatwg.org/mailing-list"><span data-x=""><strong>Join our Mailing List</strong> <code data-x="">whatwg at whatwg.org</code></span></a>
      <a class="comms" href="https://wiki.whatwg.org/wiki/IRC"><span data-x=""><strong>Join us on IRC</strong> <code data-x="">#whatwg on Freenode</code></span></a>
      <a class="comms" href="https://forums.whatwg.org/"><span data-x=""><strong>Join our Forums</strong> <code data-x="">forums.whatwg.org</code></span></a>
     </div>
@@ -353,7 +353,7 @@
     </div>
     <div>
      <a class="feedback" href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG"><span data-x=""><strong>View Open Bugs</strong> <code data-x="">filed in Bugzilla</code></span></a>
-     <a class="feedback" href="https://www.whatwg.org/newbug"><span data-x=""><strong>File a Bug</strong> <code data-x="">whatwg.org/newbug</code></span></a>
+     <a class="feedback" href="https://whatwg.org/newbug"><span data-x=""><strong>File a Bug</strong> <code data-x="">whatwg.org/newbug</code></span></a>
      <a class="feedback" href="http://ian.hixie.ch/+"><span data-x=""><strong>E-mail the Editor</strong> <code data-x="">ian at hixie.ch</code></span></a>
     </div>
    </nav>
@@ -417,7 +417,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
@@ -66203,7 +66203,7 @@
    <p>The 2D rendering context for <code>canvas</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>
 
@@ -81791,7 +81791,7 @@
   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>
 
 
 
@@ -92758,7 +92758,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="//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>
 
 
 
@@ -92787,7 +92787,7 @@
 
   <pre>EXAMPLE workers/stocks/searcher.js</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>Shared workers introduction</h5>
@@ -92808,7 +92808,7 @@
 
   <pre>EXAMPLE workers/shared/001/test.js</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>
 
@@ -92826,7 +92826,7 @@
 
   <pre>EXAMPLE workers/shared/002/test.js</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>
 
@@ -92847,7 +92847,7 @@
 
   <pre>EXAMPLE workers/shared/003/test.js</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>Shared state using a shared worker</h5>
@@ -92891,7 +92891,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="//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>Delegation</h5>
@@ -92921,7 +92921,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="//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>
 
 <!--(this uses startConversation, which is currently commented out)
 
@@ -92985,7 +92985,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="//www.whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
+  <p><a href="https://whatwg.org/demos/workers/crypto/page.html">View this example online</a>.</p>
 
 (end startConversation block) (beware nested comments)-->
 
@@ -116498,7 +116498,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="//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



More information about the Commit-Watchers mailing list