Skip to content

Commit

Permalink
Disallow combining LegacyWindowAlias and LegacyNamespace
Browse files Browse the repository at this point in the history
This doesn't currently happen, and we don't expect it to happen in the future.

Fixes #645.
  • Loading branch information
Ms2ger committed Feb 25, 2019
1 parent 4d049be commit 27afa8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9072,6 +9072,9 @@ and must not be one of the [=reserved identifiers=].
The [{{LegacyWindowAlias}}] and [{{NoInterfaceObject}}]
extended attributes must not be specified on the same interface.

The [{{LegacyWindowAlias}}] and [{{LegacyNamespace}}]
extended attributes must not be specified on the same interface.

The [{{LegacyWindowAlias}}] extended attribute must not be specified
on an interface that does not include the {{Window}} [=interface=]
in its [=exposure set=].
Expand Down

0 comments on commit 27afa8c

Please sign in to comment.