Fix HTML references.
authorSilvia Pfeiffer
Mon, 01 Apr 2013 12:30:10 +1100
changeset 81 2bc265b4443b
parent 80 0d1c8149e7b4
child 82 fa54463d1f20
Fix HTML references.
webvtt/webvtt.html
--- a/webvtt/webvtt.html	Mon Apr 01 00:20:54 2013 +1100
+++ b/webvtt/webvtt.html	Mon Apr 01 12:30:10 2013 +1100
@@ -430,13 +430,13 @@
   <section>
   <h2>Conformance</h2>
 
-  <p class="todo">This section remains to be written. In the meantime, please see the HTML standard. <a href="#refsHTML">[HTML]</a></p>
+  <p class="todo">This section remains to be written. In the meantime, please see the HTML standard. <a href="#refsHTML5">[HTML5]</a></p>
 
   <section>
   <h3>Dependencies</h3>
 
   <p>This specification relies upon the following terms defined in the
-  HTML standard. <a href="#refsHTML">[HTML]</a></p>
+  HTML standard. <a href="#refsHTML5">[HTML5]</a></p>
 
   <ul class="brief">
    <li><dfn>HTML elements</dfn>
@@ -481,7 +481,7 @@
   <h2>Data model</h2>
 
   <p>WebVTT cues are HTML <a title="text track cue">text track cues</a> that additionally
-  consist of the following: <a href="#refsHTML">[HTML]</a></p>
+  consist of the following: <a href="#refsHTML5">[HTML5]</a></p>
 
   <dl>
 
@@ -4537,8 +4537,11 @@
   <dt id="refsCSSVALUES">[CSSVALUES]</dt>
   <dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3 Values and Units</a></cite>, H. Lie, T. Atkins, E. Etemad. W3C.</dd>
 
+  <dt id="refsHTML">[HTML]</dt>
+  <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, I. Hickson. WHATWG.</dd>
+
   <dt id="refsHTML5">[HTML5]</dt>
-  <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>, R. Berjon, T. Leithead, E. Doyle Navara, E. O'Connor, S. Pfeiffer. W3C.</dd>
+  <dd><cite><a href="http://www.w3.org/TR/html51/">HTML 5.1</a></cite>, R. Berjon, T. Leithead, E. Doyle Navara, E. O'Connor, S. Pfeiffer. W3C.</dd>
 
   <dt id="refsRFC3629">[RFC3629]</dt>
   <dd><cite><a href="http://tools.ietf.org/html/rfc3629">UTF-8, a transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd>
@@ -4557,7 +4560,7 @@
 
   <p>Thanks to the SubRip community, including in particular Zuggy and ai4spam, for their work on the SubRip software program whose SRT file format was used as the basis for the WebVTT text track file format.</p>
 
-  <p>Thanks to the many contributors to the HTML standard, where WebVTT was originally specified. <a href="#refsHTML">[HTML]</a></p>
+  <p>Thanks to the many contributors to the HTML standard, where WebVTT was originally specified. <a href="#refsHTML">[HTML]</a>, <a href="#refsHTML5">[HTML5]</a></p>
   
   </section>