Skip to content

Commit a524b9f

Browse files
authored
Require [Exposed] even when marked as [LegacyNoInterfaceObject]
Fixes #919.
1 parent 6bccbca commit a524b9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,7 @@ The following extended attributes are applicable to [=partial interfaces=]:
10161016
[{{LegacyOverrideBuiltIns}}], and
10171017
[{{SecureContext}}].
10181018

1019-
[=Interfaces=] which are not annotated
1020-
with a [{{LegacyNoInterfaceObject}}] [=extended attribute=]
1021-
must be annotated with an [{{Exposed}}] [=extended attribute=].
1019+
[=Interfaces=] must be annotated with an [{{Exposed}}] [=extended attribute=].
10221020

10231021
<div algorithm>
10241022

0 commit comments

Comments
 (0)