Add https to links in 20120906 WD to avoid insecure content errors.
--- a/html/WD-DOM3-Events-20120906.html Mon Jul 29 08:27:47 2013 -0700
+++ b/html/WD-DOM3-Events-20120906.html Mon Jul 29 08:43:48 2013 -0700
@@ -7,12 +7,12 @@
<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" />
</head>
<body>
<div id="Overview" class="head">
- <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home" /></a></p>
+ <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="https://www.w3.org/Icons/w3c_home" /></a></p>
<h1 id="Overview-title">Document Object Model (DOM) Level 3 Events Specification</h1>