[html5] r1787 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 18 01:19:38 PDT 2008


Author: ianh
Date: 2008-06-18 01:19:37 -0700 (Wed, 18 Jun 2008)
New Revision: 1787

Modified:
   index
   source
Log:
[gow] (2) Define what happens when you set currentLoop. (bug 5769)

Modified: index
===================================================================
--- index	2008-06-18 04:58:56 UTC (rev 1786)
+++ index	2008-06-18 08:19:37 UTC (rev 1787)
@@ -16823,11 +16823,13 @@
    href="#start3">start</a></code>, <code title=dom-media-loopStart><a
    href="#loopstart0">loopStart</a></code>, <code title=dom-media-loopEnd><a
    href="#loopend0">loopEnd</a></code>, <code title=dom-media-end><a
-   href="#end0">end</a></code>, and <code title=dom-media-playCount><a
-   href="#playcount0">playCount</a></code> DOM attributes change value
-   (either through content attribute mutations reflecting into the DOM
-   attribute, or direct mutations of the DOM attribute), the user agent must
-   apply the following steps:
+   href="#end0">end</a></code>, <code title=dom-media-playCount><a
+   href="#playcount0">playCount</a></code>, and <code
+   title=dom-media-currentLoop><a href="#currentloop">currentLoop</a></code>
+   DOM attributes change value (either through content attribute mutations
+   reflecting into the DOM attribute, if applicable, or through direct
+   mutations of the DOM attribute), the user agent must apply the following
+   steps:
 
   <ol>
    <li>

Modified: source
===================================================================
--- source	2008-06-18 04:58:56 UTC (rev 1786)
+++ source	2008-06-18 08:19:37 UTC (rev 1787)
@@ -14685,11 +14685,13 @@
   <p>When any of the <code title="dom-media-start">start</code>, <code
   title="dom-media-loopStart">loopStart</code>, <code
   title="dom-media-loopEnd">loopEnd</code>, <code
-  title="dom-media-end">end</code>, and <code
-  title="dom-media-playCount">playCount</code> DOM attributes change
-  value (either through content attribute mutations reflecting into
-  the DOM attribute, or direct mutations of the DOM attribute), the
-  user agent must apply the following steps:</p>
+  title="dom-media-end">end</code>, <code
+  title="dom-media-playCount">playCount</code>, and <code
+  title="dom-media-currentLoop">currentLoop</code> DOM attributes
+  change value (either through content attribute mutations reflecting
+  into the DOM attribute, if applicable, or through direct mutations
+  of the DOM attribute), the user agent must apply the following
+  steps:</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list