Skip to content

Commit 8e17921

Browse files
annevkdomenic
authored andcommitted
Correct [Global] example
Fixes #1087.
1 parent e5afaf7 commit 8e17921

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
@@ -9878,7 +9878,7 @@ corresponding to [=interface members=].
98789878
attributes will not create a property that replaces the existing one.
98799879

98809880
<pre highlight="webidl">
9881-
[Exposed=Window, Global]
9881+
[Exposed=Window, Global=Window]
98829882
interface Window {
98839883
getter any (DOMString name);
98849884
attribute DOMString name;
@@ -14773,6 +14773,7 @@ David Bruant,
1477314773
Jan-Ivar Bruaroey,
1477414774
Marcos Cáceres,
1477514775
Giovanni Campagna,
14776+
François Daoust,
1477614777
Domenic Denicola,
1477714778
Chris Dumez,
1477814779
Michael Dyck,

0 commit comments

Comments
 (0)