Skip to content

Commit 9e21f54

Browse files
authored
[CSSOM-VIEW] Export 'scrolling box','layout viewport' dfns (w3c#8325)
1 parent b44d8c0 commit 9e21f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cssom-view-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ An element <var>body</var> (which will be <a>the <code>body</code> element</a>)
9999
Note: A <{body}> element that is <a>potentially scrollable</a> might not have a <a>scrolling box</a>.
100100
For instance, it could have a used value of 'overflow' being ''overflow/auto'' but not have its content overflowing its content area.
101101

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.
103103
Note that the initial scroll position might not be aligned with the [=scrolling area origin=]
104104
depending on the [=content-distribution properties=], see [[css-align-3#overflow-scroll-position]].
105105

@@ -267,7 +267,7 @@ The <dfn>ending edges</dfn> of a particular set of edges of a box or element are
267267
</dl>
268268

269269
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>.
271271

272272
In addition to scrolling, the <a>visual viewport</a> may also apply a scale transform to its <a>layout viewport</a>.
273273
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

Comments
 (0)