File tree 1 file changed +2
-21
lines changed
1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -362,27 +362,8 @@ only the value previously set to it.
362
362
}
363
363
</pre>
364
364
365
- <h2 id=extensions-to-the-window-interface>Extensions to the {{Window}} Interface</h2>
366
-
367
- <pre class=idl>
368
- partial interface Window {
369
- [SameObject, Replaceable] readonly attribute Viewport? viewport;
370
- };
371
- </pre>
372
-
373
- <h2 id=viewport>Viewport</h2>
374
-
375
- <h3 id="the-viewport-interface">The {{Viewport}} Interface</h3>
376
-
377
- <pre class=idl>
378
- [Exposed=Window]
379
- interface Viewport : EventTarget {
380
- readonly attribute double zoom;
381
- };
382
- </pre>
383
-
384
- <h2 id='zoom'>
385
- The <dfn attribute for=Viewport>zoom</dfn> property
365
+ <h2 id='zoom-property'>
366
+ The 'zoom' property
386
367
</h2>
387
368
388
369
An element becomes zoomed when the 'zoom' property has a positive computed value different than 1
You can’t perform that action at this time.
0 commit comments