|
16 | 16 | <div class=head> |
17 | 17 | <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/https/github.com/images/logo></a></p> |
18 | 18 | <h1>HTML 5</h1> |
19 | | - <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 20 October 2008</h2> |
| 19 | + <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 21 October 2008</h2> |
20 | 20 | <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p> |
21 | 21 | <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p> |
22 | 22 | <dl><dt>Multiple-page version:</dt> |
@@ -43152,10 +43152,14 @@ interface <dfn id=messagechannel>MessageChannel</dfn> { |
43152 | 43152 | </div> |
43153 | 43153 |
|
43154 | 43154 | <p>Furthermore, a <code><a href=#messageport>MessagePort</a></code> object must not be |
43155 | | - garbage collected while its <a href=#port-message-queue>port message queue</a> is open |
43156 | | - and there exists an event either in that queue or in the |
43157 | | - <a href=#posted-message-task-source>posted message task source</a> that is to be dispatched on |
43158 | | - that <code><a href=#messageport>MessagePort</a></code> object.</p> |
| 43155 | + garbage collected while there exists a message in a <a href=#task-queue>task |
| 43156 | + queue</a> that is to be dispatched on that |
| 43157 | + <code><a href=#messageport>MessagePort</a></code> object, or while the |
| 43158 | + <code><a href=#messageport>MessagePort</a></code> object's <a href=#port-message-queue>port message queue</a> is |
| 43159 | + open and there exists a <code title=event-message><a href=#event-message>message</a></code> |
| 43160 | + event in that queue.</p> |
| 43161 | + <!-- we might not need to explicitly say the first part of DOM |
| 43162 | + Events is fixed to say that events on a task queue prevent GC --> |
43159 | 43163 |
|
43160 | 43164 |
|
43161 | 43165 |
|
|
0 commit comments