Skip to content

Commit c159bcc

Browse files
authored
Meta: export "includes" dfn. (#530)
Closes #529.
1 parent 4e32b14 commit c159bcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,8 @@ used to declare that all objects implementing an [=interface=] |I|
12991299
(identified by the first [=identifier=])
13001300
must additionally include the [=interface mixin member|members] of [=interface mixin=] |M|
13011301
(identified by the second identifier).
1302-
[=Interface=] |I| is said to <dfn>include</dfn> [=interface mixin=] |M|.
1302+
[=Interface=] |I| is said to <dfn id="include" for="interface" export>include</dfn>
1303+
[=interface mixin=] |M|.
13031304

13041305
<pre highlight="webidl" class="syntax">
13051306
interface_identifier includes mixin_indentifier;

0 commit comments

Comments
 (0)