[html5] r5825 - [giow] (0) VTT: copypasta that made the parsing of timestamps fail if they had a [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 3 13:12:43 PST 2011
Author: ianh
Date: 2011-02-03 13:12:41 -0800 (Thu, 03 Feb 2011)
New Revision: 5825
Modified:
complete.html
index
source
Log:
[giow] (0) VTT: copypasta that made the parsing of timestamps fail if they had an hour component.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11262
Modified: complete.html
===================================================================
--- complete.html 2011-02-03 21:05:13 UTC (rev 5824)
+++ complete.html 2011-02-03 21:12:41 UTC (rev 5825)
@@ -30374,8 +30374,8 @@
<p>If <var title="">most significant units</var> is <i title="">hours</i>, or if <var title="">position</var> is not
beyond the end of <var title="">input</var> and the character at
- <var title="">position</var> is not a U+003A COLON character (:),
- run these substeps:</p>
+ <var title="">position</var> is a U+003A COLON character (:), run
+ these substeps:</p>
<ol><li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
Modified: index
===================================================================
--- index 2011-02-03 21:05:13 UTC (rev 5824)
+++ index 2011-02-03 21:12:41 UTC (rev 5825)
@@ -30356,8 +30356,8 @@
<p>If <var title="">most significant units</var> is <i title="">hours</i>, or if <var title="">position</var> is not
beyond the end of <var title="">input</var> and the character at
- <var title="">position</var> is not a U+003A COLON character (:),
- run these substeps:</p>
+ <var title="">position</var> is a U+003A COLON character (:), run
+ these substeps:</p>
<ol><li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> or if the character at <var title="">position</var> is not a U+003A COLON character (:), then
return an error and abort these steps. Otherwise, move <var title="">position</var> forwards one character.</li>
Modified: source
===================================================================
--- source 2011-02-03 21:05:13 UTC (rev 5824)
+++ source 2011-02-03 21:12:41 UTC (rev 5825)
@@ -33181,8 +33181,8 @@
<p>If <var title="">most significant units</var> is <i
title="">hours</i>, or if <var title="">position</var> is not
beyond the end of <var title="">input</var> and the character at
- <var title="">position</var> is not a U+003A COLON character (:),
- run these substeps:</p>
+ <var title="">position</var> is a U+003A COLON character (:), run
+ these substeps:</p>
<ol>
More information about the Commit-Watchers
mailing list