[html5] r1625 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed May 14 23:00:18 PDT 2008


Author: ianh
Date: 2008-05-14 23:00:17 -0700 (Wed, 14 May 2008)
New Revision: 1625

Modified:
   index
   source
Log:
[gow] (2) off by one error

Modified: index
===================================================================
--- index	2008-05-15 05:58:16 UTC (rev 1624)
+++ index	2008-05-15 06:00:17 UTC (rev 1625)
@@ -16745,11 +16745,12 @@
 
    <li>
     <p>If <code title=dom-media-currentLoop><a
-     href="#currentloop">currentLoop</a></code> is equal to the value of
-     <code title=dom-media-playCount><a
-     href="#playcount0">playCount</a></code>, let <var title="">max</var> be
-     the <var><a href="#effective2">effective end</a></var>. Otherwise, let
-     it be the <var><a href="#effective1">effective loop end</a></var>.
+     href="#currentloop">currentLoop</a></code> is equal to <span><code
+     title=dom-media-playCount><a
+     href="#playcount0">playCount</a></code>-1</span>, let <var
+     title="">max</var> be the <var><a href="#effective2">effective
+     end</a></var>. Otherwise, let it be the <var><a
+     href="#effective1">effective loop end</a></var>.
 
    <li>
     <p>If the <var title="">new playback position</var> is more than <var

Modified: source
===================================================================
--- source	2008-05-15 05:58:16 UTC (rev 1624)
+++ source	2008-05-15 06:00:17 UTC (rev 1625)
@@ -14661,8 +14661,8 @@
    start</var>.</p></li>
 
    <li><p>If <code title="dom-media-currentLoop">currentLoop</code> is
-   equal to the value of <code
-   title="dom-media-playCount">playCount</code>, let <var
+   equal to <span><code
+   title="dom-media-playCount">playCount</code>-1</span>, let <var
    title="">max</var> be the <var>effective end</var>. Otherwise, let
    it be the <var>effective loop end</var>.</p></li>
 




More information about the Commit-Watchers mailing list