File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ partial interface Element {
174
174
};
175
175
176
176
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
179
179
180
180
Promise<void> exitFullscreen();
181
181
@@ -184,7 +184,7 @@ partial interface Document {
184
184
};
185
185
186
186
partial interface mixin DocumentOrShadowRoot {
187
- [LenientSetter ] readonly attribute Element? fullscreenElement;
187
+ [LegacyLenientSetter ] readonly attribute Element? fullscreenElement;
188
188
};
189
189
</pre>
190
190
<!-- The event handler attributes are intentially not in a partial DocumentAndElementEventHandlers
You can’t perform that action at this time.
0 commit comments