Typos and markup fixes.
authorSilvia Pfeiffer
Mon, 01 Apr 2013 12:58:55 +1100
changeset 84 20c7dd54d1c0
parent 83 d745b21ea588
child 85 1c27e2304706
Typos and markup fixes.
webvtt/webvtt.html
--- a/webvtt/webvtt.html	Mon Apr 01 12:48:39 2013 +1100
+++ b/webvtt/webvtt.html	Mon Apr 01 12:58:55 2013 +1100
@@ -1,14 +1,9 @@
 <!DOCTYPE html>
-<html lang=en-US-x-hixie>
+<html lang='en-US-x-hixie'>
   <head>
-    <meta charset=ascii>
+    <meta charset='ascii'>
     <title>WebVTT: The Web Video Text Tracks File Format</title>
     <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-    <!-- 
-      === NOTA BENE ===
-      For the three scripts below, if your spec resides on dev.w3 you can check them
-      out in the same tree and use relative links so that they'll work offline,
-     -->
     <!-- local copy:
     <script src='../../respec/js/require.js' data-main='../../respec/js/profile-w3c-common' async class='remove'></script>
     -->
@@ -166,6 +161,7 @@
       border: solid 2px;
       background: white;
       padding: 0 0.25em;
+    }
     </style>
   </head>
   <!-- v2 feature requests:
@@ -185,7 +181,7 @@
 
   -->
   <body>
-  <section id="sotd">
+  <section id='sotd'>
     <p>This specification was originally created by the WHATWG as a Living Standard and last published at <a href="http://dev.w3.org/html5/webvtt/">http://dev.w3.org/html5/webvtt/</a>.
     </p>
   </section>