Skip to content

Commit 3f41d2e

Browse files
committed
[css-values-4] Minor wording fixes to viewport units section.
1 parent bc2469d commit 3f41d2e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-values-4/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ The Large, Small, and Dynamic Viewport Sizes</h5>
18391839
during the UI animation.
18401840
(It is recommended that UAs assume the fully-retracted size
18411841
for this duration.)
1842-
</dl>
1842+
</dl>
18431843

18441844
Whether the expansion/retraction of a particular interface
18451845
changes the sizes of all of the [=viewport-percentage lengths=]
@@ -1851,17 +1851,18 @@ The Large, Small, and Dynamic Viewport Sizes</h5>
18511851
However,
18521852
UAs <em>must</em> categorize as the latter
18531853
any changes in interface that happen as a result of scrolling
1854-
or other frequent actions that would disturb the user
1854+
or other frequent page interactions that would disturb the user
18551855
if they resulted in substantial layout changes.
18561856
Additionally,
18571857
UAs may have some dynamically-shown interfaces which intentionally overlay content
1858-
and do not cause any shifts in layout;
1858+
and do not cause any shifts in layout
1859+
(and therefore have no effect on any of the [=viewport-percentage lengths=];
18591860
typically on-screen keyboards will fit into this category.
18601861

18611862
For [=paged media=], the exact definition of the viewport-percentage lengths
18621863
is deferred to [[!CSS3PAGE]].
18631864
However, in the typical case of all pages being the same size,
1864-
they are sized relative to the [=page area=].
1865+
they are sized relative to the [=initial containing block=].
18651866

18661867
In all cases, scrollbars are assumed not to exist.
18671868
<span class='note'>Note however that the [=initial containing block=]'s size
@@ -1975,7 +1976,7 @@ The Various Viewport-relative Units</h5>
19751976
In situations where there is no root element
19761977
or it hasn't yet been styled
19771978
(such as when evaluating <a>media queries</a>),
1978-
the ''vi'' and ''vb'' units use the initial value of the 'writing-mode' property
1979+
the ''*vi'' and ''*vb'' units use the initial value of the 'writing-mode' property
19791980
to determine which axis they correspond to.
19801981

19811982
<!--

0 commit comments

Comments
 (0)