Skip to content

Commit 27afa8c

Browse files
committed
Disallow combining LegacyWindowAlias and LegacyNamespace
This doesn't currently happen, and we don't expect it to happen in the future. Fixes #645.
1 parent 4d049be commit 27afa8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9072,6 +9072,9 @@ and must not be one of the [=reserved identifiers=].
90729072
The [{{LegacyWindowAlias}}] and [{{NoInterfaceObject}}]
90739073
extended attributes must not be specified on the same interface.
90749074

9075+
The [{{LegacyWindowAlias}}] and [{{LegacyNamespace}}]
9076+
extended attributes must not be specified on the same interface.
9077+
90759078
The [{{LegacyWindowAlias}}] extended attribute must not be specified
90769079
on an interface that does not include the {{Window}} [=interface=]
90779080
in its [=exposure set=].

0 commit comments

Comments
 (0)