Re: dap commit: load respec-w3c-common script over https

On 24/01/2013 14:14 , Mercurial notifier wrote:
> -    <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
> +    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>

That'll work, but FWIW you can also do:

<script src='//www.w3.org/Tools/respec/respec-w3c-common' 
class='remove'></script>

And that'll load using the same protocol as the document. Yeah, I reckon 
it could be documented...

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

Received on Thursday, 24 January 2013 13:34:20 UTC