Skip to content

Commit

Permalink
Editorial: Remove the note on @@unscopables and [Global] interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh authored and domenic committed Sep 10, 2023
1 parent bc4a416 commit 79aff82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11510,10 +11510,6 @@ with the [{{LegacyNoInterfaceObject}}] [=extended attribute=].
1. Otherwise, set |interfaceProtoObj| to [$OrdinaryObjectCreate$](|proto|).
1. If |interface| has any [=member=] declared with the [{{Unscopable}}] [=extended attribute=],
then:

Issue: Should an {{@@unscopables}} property also be defined if |interface| is
declared with the [{{Global}}] [=extended attribute=]?
This is discussed in <a href="https://github.com/whatwg/webidl/issues/544">issue #544</a>.
1. Let |unscopableObject| be [$OrdinaryObjectCreate$](<emu-val>null</emu-val>).
1. [=list/For each=] [=exposed=] [=member=] |member| of |interface|
that is declared with the [{{Unscopable}}] [=extended attribute=]:
Expand Down

0 comments on commit 79aff82

Please sign in to comment.