@@ -627,12 +627,12 @@ user agent must run these steps:
627627
628628The <dfn attribute for=Window>screenX</dfn> attribute must return the x-coordinate,
629629relative to the origin of the <a>Web-exposed screen area</a> , of the left of
630- the client window as number of pixels, or zero if there is no such
630+ the client window as number of <a lt=px value>CSS pixels</a> , or zero if there is no such
631631thing. <!--fingerprint-->
632632
633633The <dfn attribute for=Window>screenY</dfn> attribute must return the y-coordinate,
634634relative to the origin of the screen of the <a>Web-exposed screen area</a> , of the top of
635- the client window as number of pixels, or zero if there is no such
635+ the client window as number of <a lt=px value>CSS pixels</a> , or zero if there is no such
636636thing. <!--fingerprint-->
637637
638638The <dfn attribute for=Window>outerWidth</dfn> attribute must return the width of the
@@ -692,8 +692,8 @@ To <dfn export>set up browsing context features</dfn> for a browsing context <va
692692 1. Optionally, clamp <var> width</var> in a user-agent-defined manner so that the window does
693693 not get too small or bigger than the <a>Web-exposed available screen area</a> .
694694 1. Optionally, size <var> target</var> 's window by moving its right edge such that the
695- distance between the left and right edges of the viewport are <var> width</var> CSS
696- pixels of <var> target</var> .
695+ distance between the left and right edges of the viewport are <var> width</var>
696+ <a lt=px value>CSS pixels</a> of <var> target</var> .
697697 1. Optionally, move <var> target</var> 's window in a user-agent-defined manner so that it
698698 does not grow outside the <a>Web-exposed available screen area</a> .
6996991. If <var> tokenizedFeatures</var> ["<a for="supported open() feature name">height</a>"]
@@ -705,8 +705,8 @@ To <dfn export>set up browsing context features</dfn> for a browsing context <va
705705 1. Optionally, clamp <var> height</var> in a user-agent-defined manner so that the window
706706 does not get too small or bigger than the <a>Web-exposed available screen area</a> .
707707 1. Optionally, size <var> target</var> 's window by moving its bottom edge such that the
708- distance between the top and bottom edges of the viewport are <var> height</var> CSS
709- pixels of <var> target</var> .
708+ distance between the top and bottom edges of the viewport are <var> height</var>
709+ <a lt=px value>CSS pixels</a> of <var> target</var> .
710710 1. Optionally, move <var> target</var> 's window in a user-agent-defined manner so that it
711711 does not grow outside the <a>Web-exposed available screen area</a> .
712712
0 commit comments