Use https for stylesheets to avoid security error on load.
authorGary Kacmarcik <garykac@google.com>
Mon, 29 Jul 2013 08:27:47 -0700
changeset 436 be4894226f6d
parent 435 a45e86884e1c
child 437 6da5013e6ea2
Use https for stylesheets to avoid security error on load.
html/DOM3-Events.html
--- a/html/DOM3-Events.html	Sun Jul 28 07:38:42 2013 -0700
+++ b/html/DOM3-Events.html	Mon Jul 29 08:27:47 2013 -0700
@@ -7,8 +7,8 @@
 	<link rel="help" href="http://www.w3.org/DOM/" />
 	<link rel="alternate stylesheet" type="text/css" media="screen" title="geek" href="geek.css" />
 	<link rel="stylesheet" type="text/css" href="spec-WD.css" />
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/w3c-tr.css" />
-	<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD" />
+	<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/w3c-tr.css" />
+	<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/W3C-WD" />
 	<link rel="stylesheet" type="text/css" href="override.css" />
 	<script type="text/javascript" src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
 	<script type="text/javascript" src='key-table-builder.js'></script>