Skip to content

Commit

Permalink
[gow] (2) Define what happens when you set currentLoop. (bug 5769)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1787 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 18, 2008
1 parent fc9804e commit 357b6ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions index
Expand Up @@ -16823,11 +16823,13 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
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>
Expand Down
12 changes: 7 additions & 5 deletions source
Expand Up @@ -14685,11 +14685,13 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
<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>

Expand Down

0 comments on commit 357b6ae

Please sign in to comment.