- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Jun 2008 08:20:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2815
Modified Files:
Overview.html
Log Message:
Define what happens when you set currentLoop. (bug 5769) (whatwg r1787)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.976
retrieving revision 1.977
diff -u -d -r1.976 -r1.977
--- Overview.html 18 Jun 2008 04:59:00 -0000 1.976
+++ Overview.html 18 Jun 2008 08:20:12 -0000 1.977
@@ -16927,11 +16927,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>
Received on Wednesday, 18 June 2008 08:20:48 UTC