[html5] r5821 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11642

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 3 12:57:52 PST 2011


Author: ianh
Date: 2011-02-03 12:57:51 -0800 (Thu, 03 Feb 2011)
New Revision: 5821

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11642

Modified: complete.html
===================================================================
--- complete.html	2011-02-03 20:56:23 UTC (rev 5820)
+++ complete.html	2011-02-03 20:57:51 UTC (rev 5821)
@@ -29789,13 +29789,13 @@
   (&), and U+003E GREATER-THAN SIGN characters (>).</p>
 
   <p>A <dfn id=webvtt-cue-amp-escape>WebVTT cue amp escape</dfn> is the five character string
-  "<code title="">&</code>".</p>
+  "<code title="">&amp;</code>".</p>
 
-  <p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the five character string
-  "<code title=""><</code>".</p>
+  <p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the four character string
+  "<code title="">&lt;</code>".</p>
 
-  <p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the five character string
-  "<code title="">></code>".</p>
+  <p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the four character string
+  "<code title="">&gt;</code>".</p>
 
 
 

Modified: index
===================================================================
--- index	2011-02-03 20:56:23 UTC (rev 5820)
+++ index	2011-02-03 20:57:51 UTC (rev 5821)
@@ -29771,13 +29771,13 @@
   (&), and U+003E GREATER-THAN SIGN characters (>).</p>
 
   <p>A <dfn id=webvtt-cue-amp-escape>WebVTT cue amp escape</dfn> is the five character string
-  "<code title="">&</code>".</p>
+  "<code title="">&amp;</code>".</p>
 
-  <p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the five character string
-  "<code title=""><</code>".</p>
+  <p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the four character string
+  "<code title="">&lt;</code>".</p>
 
-  <p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the five character string
-  "<code title="">></code>".</p>
+  <p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the four character string
+  "<code title="">&gt;</code>".</p>
 
 
 

Modified: source
===================================================================
--- source	2011-02-03 20:56:23 UTC (rev 5820)
+++ source	2011-02-03 20:57:51 UTC (rev 5821)
@@ -32483,13 +32483,13 @@
   (&), and U+003E GREATER-THAN SIGN characters (>).</p>
 
   <p>A <dfn>WebVTT cue amp escape</dfn> is the five character string
-  "<code title="">&</code>".</p>
+  "<code title="">&amp;</code>".</p>
 
-  <p>A <dfn>WebVTT cue lt escape</dfn> is the five character string
-  "<code title=""><</code>".</p>
+  <p>A <dfn>WebVTT cue lt escape</dfn> is the four character string
+  "<code title="">&lt;</code>".</p>
 
-  <p>A <dfn>WebVTT cue gt escape</dfn> is the five character string
-  "<code title="">></code>".</p>
+  <p>A <dfn>WebVTT cue gt escape</dfn> is the four character string
+  "<code title="">&gt;</code>".</p>
 
 
 




More information about the Commit-Watchers mailing list