You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>If there is no output device, return 1 and abort these steps.
745
745
<li><p>Let <var>CSS pixel size</var> be the size of a CSS pixel at the current <ahref="#page-zoom">page zoom</a> scale factor and at a <ahref="#pinch-zoom">pinch zoom</a> scale
746
746
factor of 1.0.
747
-
<li><p>Let <var>device pixel size</var> be the size of a device pixel of the output device, in one dimension (vertical or horizontal). If the device pixel is
748
-
not square, then use the smaller of the vertical or horizontal size of the smallest bounding box of the device pixel.
747
+
<li><p>Let <var>device pixel size</var> be the vertical size of a device pixel of the output device.
749
748
<li><p>Return the result of dividing <var>CSS pixel size</var> by <var>device pixel size</var>.
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -700,8 +700,7 @@ <h2>Extensions to the <code title>Window</code> Interface</h2>
700
700
<li><p>If there is no output device, return 1 and abort these steps.
701
701
<li><p>Let <var>CSS pixel size</var> be the size of a CSS pixel at the current <span>page zoom</span> scale factor and at a <span>pinch zoom</span> scale
702
702
factor of 1.0.
703
-
<li><p>Let <var>device pixel size</var> be the size of a device pixel of the output device, in one dimension (vertical or horizontal). If the device pixel is
704
-
not square, then use the smaller of the vertical or horizontal size of the smallest bounding box of the device pixel.
703
+
<li><p>Let <var>device pixel size</var> be the vertical size of a device pixel of the output device.
705
704
<li><p>Return the result of dividing <var>CSS pixel size</var> by <var>device pixel size</var>.
0 commit comments