Make rendering work with https so Chrome stops being a pain.
--- a/608toVTT/608toVTT.html Tue Jan 22 18:47:55 2013 +1100
+++ b/608toVTT/608toVTT.html Mon Feb 04 11:46:56 2013 +1100
@@ -9,7 +9,7 @@
out in the same tree and use relative links so that they'll work offline,
-->
<!-- 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.