We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c212e5 commit d3dbda5Copy full SHA for d3dbda5
source
@@ -90412,8 +90412,8 @@ interface mixin <dfn>DocumentAndElementEventHandlers</dfn> {
90412
<code>Window</code> and <code>WorkerGlobalScope</code> objects.</p>
90413
90414
<p class="note">Other standards are encouraged to further extend it using <code data-x="">partial
90415
- interface <span>WindowOrWorkerGlobalScope</span> { … };</code> along with an appropriate
90416
- reference.</p>
+ interface mixin <span>WindowOrWorkerGlobalScope</span> { … };</code> along with an
+ appropriate reference.</p>
90417
90418
<pre class="idl">typedef (DOMString or <span data-x="idl-Function">Function</span>) <dfn>TimerHandler</dfn>;
90419
0 commit comments