Skip to content

Commit

Permalink
[gow] (2) loadstart is also synchronous (Re: HTMLMediaElement: more i…
Browse files Browse the repository at this point in the history
…ssues and ambiguities) (credit: pj)

git-svn-id: http://svn.whatwg.org/webapps@1855 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 9, 2008
1 parent b60a108 commit 300c41c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -25,7 +25,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 8 July
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 9 July
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -17784,9 +17784,10 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

<li>
<p>The user agent must then set the <a href="#begun">begun flag</a> to
true and <a href="#firing6">fire a progress event</a> called <code
title=event-loadstart><a href="#loadstart">loadstart</a></code> at the
<a href="#media7">media element</a>.
true and synchronously <a href="#firing6">fire a progress event</a>
called <code title=event-loadstart><a
href="#loadstart">loadstart</a></code> at the <a href="#media7">media
element</a>.

<li>
<p>The method must return, but these steps must continue.
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -15527,8 +15527,8 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
returning the new value.</p></li>

<li><p>The user agent must then set the <span>begun flag</span> to
true and <span>fire a progress event</span> called <code
title="event-loadstart">loadstart</code> at the <span>media
true and synchronously <span>fire a progress event</span> called
<code title="event-loadstart">loadstart</code> at the <span>media
element</span>.</p></li>

<li><p>The method must return, but these steps must
Expand Down

0 comments on commit 300c41c

Please sign in to comment.