Skip to content

Commit d4d1178

Browse files
sideshowbarkerdomenic
authored andcommitted
Editorial: Cut dev-edition event-handler “must”s
This change fixes a few places in the developer edition that had this language: > The following are the event handlers (and their corresponding event handler > event types) that must be supported... The fix ensure that the developer edition has instead this language: > The following are the event handlers (and their corresponding event handler > event types) supported... That is, the “that must be” part gets suppressed in the developer edition.
1 parent 4ea65dc commit d4d1178

File tree

1 file changed

+39
-33
lines changed

1 file changed

+39
-33
lines changed

source

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37245,8 +37245,9 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
3724537245
<h6 id="cue-events">Event handlers for objects of the text track APIs</h6>
3724637246

3724737247
<p>The following are the <span>event handlers</span> that (and their corresponding <span
37248-
data-x="event handler event type">event handler event types</span>) must be supported, as <span>event handler IDL
37249-
attributes</span>, by all objects implementing the <code>TextTrackList</code> interface:</p>
37248+
data-x="event handler event type">event handler event types</span>) <span w-nodev>that must
37249+
be</span> supported, as <span>event handler IDL attributes</span>, by all objects implementing the
37250+
<code>TextTrackList</code> interface:</p>
3725037251

3725137252
<table>
3725237253
<thead>
@@ -37258,8 +37259,9 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
3725837259
</table>
3725937260

3726037261
<p>The following are the <span>event handlers</span> that (and their corresponding <span
37261-
data-x="event handler event type">event handler event types</span>) must be supported, as <span>event handler IDL
37262-
attributes</span>, by all objects implementing the <code>TextTrack</code> interface:</p>
37262+
data-x="event handler event type">event handler event types</span>) <span w-nodev>that must
37263+
be</span> supported, as <span>event handler IDL attributes</span>, by all objects implementing the
37264+
<code>TextTrack</code> interface:</p>
3726337265

3726437266
<table>
3726537267
<thead>
@@ -37268,9 +37270,10 @@ interface <dfn>TextTrackCue</dfn> : <span>EventTarget</span> {
3726837270
<tr><td><dfn><code data-x="handler-TextTrack-oncuechange">oncuechange</code></dfn> <td> <code data-x="event-media-cuechange">cuechange</code>
3726937271
</table>
3727037272

37271-
<p>The following are the <span>event handlers</span> that (and their corresponding <span
37272-
data-x="event handler event type">event handler event types</span>) must be supported, as <span>event handler IDL
37273-
attributes</span>, by all objects implementing the <code>TextTrackCue</code> interface:</p>
37273+
<p>The following are the <span>event handlers</span> (and their corresponding <span
37274+
data-x="event handler event type">event handler event types</span>) <span w-nodev>that must
37275+
be</span> supported, as <span>event handler IDL attributes</span>, by all objects implementing the
37276+
<code>TextTrackCue</code> interface:</p>
3727437277

3727537278
<table>
3727637279
<thead>
@@ -93619,9 +93622,9 @@ dictionary <dfn>EventSourceInit</dfn> {
9361993622
stop firing, even if they were queued before close() was called -->
9362093623

9362193624
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
93622-
handler event type">event handler event types</span>) that must be supported, as <span>event
93623-
handler IDL attributes</span>, by all objects implementing the <code>EventSource</code>
93624-
interface:</p>
93625+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
93626+
as <span>event handler IDL attributes</span>, by all objects implementing the
93627+
<code>EventSource</code> interface:</p>
9362593628

9362693629
<table>
9362793630
<thead>
@@ -95873,9 +95876,9 @@ interface <dfn>MessagePort</dfn> : <span>EventTarget</span> {
9587395876
<hr>
9587495877

9587595878
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
95876-
handler event type">event handler event types</span>) that must be supported, as <span>event
95877-
handler IDL attributes</span>, by all objects implementing the <code>MessagePort</code>
95878-
interface:</p>
95879+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
95880+
as <span>event handler IDL attributes</span>, by all objects implementing the
95881+
<code>MessagePort</code> interface:</p>
9587995882

9588095883
<table>
9588195884
<thead>
@@ -96145,9 +96148,9 @@ interface <dfn>BroadcastChannel</dfn> : <span>EventTarget</span> {
9614596148
<hr>
9614696149

9614796150
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
96148-
handler event type">event handler event types</span>) that must be supported, as <span>event
96149-
handler IDL attributes</span>, by all objects implementing the <code>BroadcastChannel</code>
96150-
interface:</p>
96151+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
96152+
as <span>event handler IDL attributes</span>, by all objects implementing the
96153+
<code>BroadcastChannel</code> interface:</p>
9615196154

9615296155
<table>
9615396156
<thead>
@@ -96749,8 +96752,9 @@ interface <dfn>WorkerGlobalScope</dfn> : <span>EventTarget</span> {
9674996752
</div>
9675096753

9675196754
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
96752-
handler event type">event handler event types</span>) that must be supported, as <span>event handler IDL attributes</span>,
96753-
by objects implementing the <code>WorkerGlobalScope</code> interface:</p>
96755+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
96756+
as <span>event handler IDL attributes</span>, by objects implementing the
96757+
<code>WorkerGlobalScope</code> interface:</p>
9675496758

9675596759
<table>
9675696760
<thead>
@@ -96838,9 +96842,9 @@ interface <dfn>DedicatedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span>
9683896842
</div>
9683996843

9684096844
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
96841-
handler event type">event handler event types</span>) that must be supported, as <span>event
96842-
handler IDL attributes</span>, by objects implementing the <code>DedicatedWorkerGlobalScope</code>
96843-
interface:</p>
96845+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
96846+
as <span>event handler IDL attributes</span>, by objects implementing the
96847+
<code>DedicatedWorkerGlobalScope</code> interface:</p>
9684496848

9684596849
<table>
9684696850
<thead>
@@ -96911,9 +96915,9 @@ interface <dfn>SharedWorkerGlobalScope</dfn> : <span>WorkerGlobalScope</span> {
9691196915
</div>
9691296916

9691396917
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
96914-
handler event type">event handler event types</span>) that must be supported, as <span>event
96915-
handler IDL attributes</span>, by objects implementing the <code>SharedWorkerGlobalScope</code>
96916-
interface:</p>
96918+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
96919+
as <span>event handler IDL attributes</span>, by objects implementing the
96920+
<code>SharedWorkerGlobalScope</code> interface:</p>
9691796921

9691896922
<table>
9691996923
<thead>
@@ -97351,11 +97355,11 @@ interface <dfn>AbstractWorker</dfn> {
9735197355
attribute <span>EventHandler</span> <span data-x="handler-AbstractWorker-onerror">onerror</span>;
9735297356
};</pre>
9735397357

97354-
<p>The following are the <span>event handlers</span> (and their
97355-
corresponding <span data-x="event handler event type">event handler
97356-
event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by
97357-
<span w-nodev>objects implementing the <code>AbstractWorker</code> interface</span><span
97358-
w-nohtml><code>Worker</code> and <code>SharedWorker</code> objects</span>:</p>
97358+
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
97359+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
97360+
as <span>event handler IDL attributes</span>, by <span w-nodev>objects implementing the
97361+
<code>AbstractWorker</code> interface</span><span w-nohtml><code>Worker</code> and
97362+
<code>SharedWorker</code> objects</span>:</p>
9735997363

9736097364
<table>
9736197365
<thead>
@@ -97566,8 +97570,9 @@ enum <dfn>WorkerType</dfn> { "classic", "module" };
9756697570
</div>
9756797571

9756897572
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
97569-
handler event type">event handler event types</span>) that must be supported, as <span>event handler IDL attributes</span>,
97570-
by objects implementing the <code>Worker</code> interface:</p>
97573+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
97574+
as <span>event handler IDL attributes</span>, by objects implementing the <code>Worker</code>
97575+
interface:</p>
9757197576

9757297577
<table>
9757397578
<thead>
@@ -113572,8 +113577,9 @@ interface <dfn>HTMLMarqueeElement</dfn> : <span>HTMLElement</span> {
113572113577
<hr>
113573113578

113574113579
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
113575-
handler event type">event handler event types</span>) that must be supported, as <span>event handler content attributes</span> and <span>event handler IDL
113576-
attributes</span>, by <code>marquee</code> elements:</p>
113580+
handler event type">event handler event types</span>) <span w-nodev>that must be</span> supported,
113581+
as <span>event handler content attributes</span> and <span>event handler IDL attributes</span>, by
113582+
<code>marquee</code> elements:</p>
113577113583

113578113584
<table>
113579113585
<thead>

0 commit comments

Comments
 (0)