Skip to content

Commit ab8c431

Browse files
committed
[cssom-view] Editorial: link more instances of "CSS pixel"
Fixes w3c#1214.
1 parent cbd09c7 commit ab8c431

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cssom-view/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,12 @@ user agent must run these steps:
627627

628628
The <dfn attribute for=Window>screenX</dfn> attribute must return the x-coordinate,
629629
relative 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
631631
thing. <!--fingerprint-->
632632

633633
The <dfn attribute for=Window>screenY</dfn> attribute must return the y-coordinate,
634634
relative 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
636636
thing. <!--fingerprint-->
637637

638638
The <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>.
699699
1. 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

Comments
 (0)