Skip to content

Commit

Permalink
[] (1) fix legacy of the old state definitions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@712 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 9, 2007
1 parent fc42e3f commit 53bcb86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -14849,13 +14849,14 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
<p>Both attributes must be present.

<p>If a <code><a href="#source">source</a></code> element is inserted into
a <a href="#media5">media element</a> that is in the <a href="#empty"
title=dom-media-EMPTY>EMPTY</a> state and that is already in a document,
the user agent must implicitly invoke the <code title=dom-media-load><a
a <a href="#media5">media element</a> that is already in a document and
whose <code title=dom-media-networkState><a
href="#networkstate">networkState</a></code> is in the <code
title=dom-media-EMPTY><a href="#empty">EMPTY</a></code> state, the user
agent must implicitly invoke the <code title=dom-media-load><a
href="#load">load()</a></code> method on the <a href="#media5">media
element</a>. Any exceptions raised must be ignored.</p>
<!-- XXX
queue; do it after the scripts have finished executing -->
element</a> as soon as all other scripts have finished executing. Any
exceptions raised must be ignored.

<p>The DOM attributes <dfn id=src8
title=dom-source-src><code>src</code></dfn> and <dfn id=type9
Expand Down
13 changes: 7 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -12598,12 +12598,13 @@ brighter. A &lt;b>rat&lt;/b> scurries past the corner wall.&lt;/p></pre>
<p>Both attributes must be present.</p>

<p>If a <code>source</code> element is inserted into a <span>media
element</span> that is in the <span
title="dom-media-EMPTY">EMPTY</span> state and that is already
in a document, the user agent must implicitly invoke the <code
title="dom-media-load">load()</code> method on the <span>media
element</span>. Any exceptions raised must be ignored.</p> <!-- XXX
queue; do it after the scripts have finished executing -->
element</span> that is already in a document and whose <code
title="dom-media-networkState">networkState</code> is in the <code
title="dom-media-EMPTY">EMPTY</code> state, the user agent must
implicitly invoke the <code title="dom-media-load">load()</code>
method on the <span>media element</span> as soon as all other
scripts have finished executing. Any exceptions raised must be
ignored.</p>

<p>The DOM attributes <dfn
title="dom-source-src"><code>src</code></dfn> and <dfn
Expand Down

0 comments on commit 53bcb86

Please sign in to comment.