Skip to content

Commit 693db15

Browse files
committed
Align with Web IDL change: [LenientSetter] → [LegacyLenientSetter]
Follows whatwg/webidl#870.
1 parent 7200301 commit 693db15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fullscreen.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ partial interface Element {
174174
};
175175

176176
partial interface Document {
177-
[LenientSetter] readonly attribute boolean fullscreenEnabled;
178-
[LenientSetter, Unscopable] readonly attribute boolean fullscreen; // historical
177+
[LegacyLenientSetter] readonly attribute boolean fullscreenEnabled;
178+
[LegacyLenientSetter, Unscopable] readonly attribute boolean fullscreen; // historical
179179

180180
Promise<void> exitFullscreen();
181181

@@ -184,7 +184,7 @@ partial interface Document {
184184
};
185185

186186
partial interface mixin DocumentOrShadowRoot {
187-
[LenientSetter] readonly attribute Element? fullscreenElement;
187+
[LegacyLenientSetter] readonly attribute Element? fullscreenElement;
188188
};
189189
</pre>
190190
<!-- The event handler attributes are intentially not in a partial DocumentAndElementEventHandlers

0 commit comments

Comments
 (0)