[html5] r6170 - [giow] (0) Fix L: behaviour in WebVTT
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 1 15:20:11 PDT 2011
Author: ianh
Date: 2011-06-01 15:20:10 -0700 (Wed, 01 Jun 2011)
New Revision: 6170
Modified:
complete.html
index
source
Log:
[giow] (0) Fix L: behaviour in WebVTT
Modified: complete.html
===================================================================
--- complete.html 2011-06-01 17:43:11 UTC (rev 6169)
+++ complete.html 2011-06-01 22:20:10 UTC (rev 6170)
@@ -32580,21 +32580,21 @@
character (%), then jump back to the step labeled
<i>settings</i>.</li>
- <li><p>If the last character in <var title="">value</var> is a
- U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
- flag</a> to true.</li>
-
<li><p>Ignoring the trailing percent sign, if any, interpret
<var title="">value</var> as a (potentially signed) integer,
and let <var title="">number</var> be that number.</li>
- <li><p>If the modulus of <var title="">number</var> is not in
- the range 0 ≤ <var title="">number</var> ≤ 100, then jump back to the
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), but <var title="">number</var> is not in the range 0 ≤ <var title="">number</var> ≤ 100, then jump back to the
step labeled <i>settings</i>.</li>
<li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-line-position>text track cue line
position</a> be <var title="">number</var>.</li>
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
+ flag</a> be false.</li>
+
</ol></dd>
<dt>If <var title="">setting</var> is a U+0054 LATIN CAPITAL
Modified: index
===================================================================
--- index 2011-06-01 17:43:11 UTC (rev 6169)
+++ index 2011-06-01 22:20:10 UTC (rev 6170)
@@ -32569,21 +32569,21 @@
character (%), then jump back to the step labeled
<i>settings</i>.</li>
- <li><p>If the last character in <var title="">value</var> is a
- U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
- flag</a> to true.</li>
-
<li><p>Ignoring the trailing percent sign, if any, interpret
<var title="">value</var> as a (potentially signed) integer,
and let <var title="">number</var> be that number.</li>
- <li><p>If the modulus of <var title="">number</var> is not in
- the range 0 ≤ <var title="">number</var> ≤ 100, then jump back to the
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), but <var title="">number</var> is not in the range 0 ≤ <var title="">number</var> ≤ 100, then jump back to the
step labeled <i>settings</i>.</li>
<li><p>Let <var title="">cue</var>'s <a href=#text-track-cue-line-position>text track cue line
position</a> be <var title="">number</var>.</li>
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), then let <var title="">cue</var>'s <a href=#text-track-cue-snap-to-lines-flag>text track cue snap-to-lines
+ flag</a> be false.</li>
+
</ol></dd>
<dt>If <var title="">setting</var> is a U+0054 LATIN CAPITAL
Modified: source
===================================================================
--- source 2011-06-01 17:43:11 UTC (rev 6169)
+++ source 2011-06-01 22:20:10 UTC (rev 6170)
@@ -35863,23 +35863,24 @@
character (%), then jump back to the step labeled
<i>settings</i>.</p></li>
- <li><p>If the last character in <var title="">value</var> is a
- U+0025 PERCENT SIGN character (%), then let <var
- title="">cue</var>'s <span>text track cue snap-to-lines
- flag</span> to true.</p></li>
-
<li><p>Ignoring the trailing percent sign, if any, interpret
<var title="">value</var> as a (potentially signed) integer,
and let <var title="">number</var> be that number.</p></li>
- <li><p>If the modulus of <var title="">number</var> is not in
- the range 0 ≤ <var
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), but <var
+ title="">number</var> is not in the range 0 ≤ <var
title="">number</var> ≤ 100, then jump back to the
step labeled <i>settings</i>.</p></li>
<li><p>Let <var title="">cue</var>'s <span>text track cue line
position</span> be <var title="">number</var>.</p></li>
+ <li><p>If the last character in <var title="">value</var> is a
+ U+0025 PERCENT SIGN character (%), then let <var
+ title="">cue</var>'s <span>text track cue snap-to-lines
+ flag</span> be false.</p></li>
+
</ol>
</dd>
More information about the Commit-Watchers
mailing list