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
Copy file name to clipboardExpand all lines: cssom-view-1/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ An element <var>body</var> (which will be <a>the <code>body</code> element</a>)
99
99
Note: A <{body}> element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a>.
100
100
For instance, it could have a used value of 'overflow' being ''overflow/auto'' but not have its content overflowing its content area.
101
101
102
-
A <dfn>scrolling box</dfn> of a <a>viewport</a> or element has two <dfn>overflow directions</dfn>, which are the <a>block-end</a> and <a>inline-end</a> directions for that viewport or element.
102
+
A <dfn export>scrolling box</dfn> of a <a>viewport</a> or element has two <dfn>overflow directions</dfn>, which are the <a>block-end</a> and <a>inline-end</a> directions for that viewport or element.
103
103
Note that the initial scroll position might not be aligned with the [=scrolling area origin=]
104
104
depending on the [=content-distribution properties=], see [[css-align-3#overflow-scroll-position]].
105
105
@@ -267,7 +267,7 @@ The <dfn>ending edges</dfn> of a particular set of edges of a box or element are
267
267
</dl>
268
268
269
269
The <dfn>visual viewport</dfn> is a kind of <a>viewport</a> whose <a>scrolling area</a> is another <a>viewport</a>,
270
-
called the <dfn>layout viewport</dfn>.
270
+
called the <dfn export>layout viewport</dfn>.
271
271
272
272
In addition to scrolling, the <a>visual viewport</a> may also apply a scale transform to its <a>layout viewport</a>.
273
273
This transform is applied to the <a>canvas</a> of the <a>layout viewport</a> and does not affect its internal coordinate space.
0 commit comments