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 4e32b14 commit c159bccCopy full SHA for c159bcc
index.bs
@@ -1299,7 +1299,8 @@ used to declare that all objects implementing an [=interface=] |I|
1299
(identified by the first [=identifier=])
1300
must additionally include the [=interface mixin member|members] of [=interface mixin=] |M|
1301
(identified by the second identifier).
1302
-[=Interface=] |I| is said to <dfn>include</dfn> [=interface mixin=] |M|.
+[=Interface=] |I| is said to <dfn id="include" for="interface" export>include</dfn>
1303
+[=interface mixin=] |M|.
1304
1305
<pre highlight="webidl" class="syntax">
1306
interface_identifier includes mixin_indentifier;
0 commit comments