File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ Note: See also the similarly named [=callback function=] definition.
1446
1446
unless required to describe the requirements of existing APIs.
1447
1447
Instead, a [=callback function=] should be used.
1448
1448
1449
- The definition of <code class="idl"> EventListener</code> as a
1449
+ The definition of {{ EventListener}} as a
1450
1450
[=callback interface=]
1451
1451
is an example of an existing API that needs to allow
1452
1452
objects with a
@@ -5637,7 +5637,7 @@ will not be treated as platform objects that implement <code class="idl">Node</c
5637
5637
[=Callback interfaces=], on the other hand, can be implemented by any ECMAScript object. This
5638
5638
allows Web APIs to invoke author-defined operations. For example, the DOM Events implementation
5639
5639
allows authors to register callbacks by providing objects that implement the
5640
- <code class="idl"> EventListener</code> interface.
5640
+ {{ EventListener}} interface.
5641
5641
5642
5642
5643
5643
<h3 id="idl-types">Types</h3>
You can’t perform that action at this time.
0 commit comments