Move resource loading to https .
--- a/608toVTT/region.html Thu Feb 14 15:14:46 2013 +1100
+++ b/608toVTT/region.html Tue Feb 19 08:43:14 2013 +1100
@@ -11,7 +11,7 @@
<!-- old but local:
<script src='../../2009/dap/ReSpec.js/js/respec.js' class='remove'></script>
-->
- <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script class='remove'>
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
@@ -37,14 +37,14 @@
// previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "http://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/region.html",
+ edDraftURI: "https://dvcs.w3.org/hg/text-tracks/raw-file/default/608toVTT/region.html",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
- extraCSS: ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+ extraCSS: ["https://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
// editors, add as many as you like
// only "name" is required