Skip to content

Commit

Permalink
[o] (2) if you remove the src= on an event-source, then it should als…
Browse files Browse the repository at this point in the history
…o remove the event source thingy.

git-svn-id: http://svn.whatwg.org/webapps@661 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 2, 2007
1 parent 612cf55 commit 03b3365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -16824,7 +16824,9 @@ interface <dfn id=imagedata>ImageData</dfn> {

<p>When the element is removed from the document, if it has the <code
title=attr-event-source-src><a href="#src7">src</a></code> attribute
specified, the user agent must act as if the <code
specified, or, when the <code title=attr-event-source-src><a
href="#src7">src</a></code> attribute is about to be removed, the user
agent must act as if the <code
title=dom-remoteEventTarget-removeEventSource><a
href="#removeeventsource">removeEventSource()</a></code> method on the
<code><a href="#event-source0">event-source</a></code> element had been
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -14872,7 +14872,8 @@ interface <dfn>ImageData</dfn> {
<p>When the element is removed from the document, if it has the
<code title="attr-event-source-src">src</code> attribute specified,
or, when the <code title="attr-event-source-src">src</code>
attribute is removed, the user agent must act as if the <code
attribute is about to be removed, the user agent must act as if the
<code
title="dom-remoteEventTarget-removeEventSource">removeEventSource()</code>
method on the <code>event-source</code> element had been invoked
with the URI resulting from resolving the <code
Expand Down

0 comments on commit 03b3365

Please sign in to comment.