Fixed CSS stylesheet link by removing http: prefix so it works with https as well.
--- a/speechapi.html Fri Dec 07 15:53:07 2012 -0800
+++ b/speechapi.html Mon Jan 14 11:21:04 2013 -0800
@@ -334,7 +334,7 @@
.category-list li > span, .category-list li > a { text-transform: lowercase; }
.category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
</style>
- <link href="http://www.w3.org/community/src/css/spec/cg-final.css" rel=stylesheet type="text/css">
+ <link href="//www.w3.org/community/src/css/spec/cg-final.css" rel=stylesheet type="text/css">
</head>
<body>