Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
--- a/speechapi-errata.html Mon Feb 04 22:25:22 2013 -0800
+++ b/speechapi-errata.html Mon Feb 04 22:39:33 2013 -0800
@@ -3,7 +3,7 @@
<head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"/>
<title>Errata in the Web Speech API Specification</title>
<link rel="stylesheet" type="text/css"
- href="http://www.w3.org/StyleSheets/TR/base.css" />
+ href="//www.w3.org/StyleSheets/TR/base.css" />
</head>
<body><p><a href="http://www.w3.org/"><img border="0" align="left" src="http://www.w3.org/Icons/w3c_home.gif" hspace="0" alt="W3C"/></a></p><br clear="all"/>
<h1 align="center">Errata in the Web Speech API Specification</h1>