Skip to content

Commit 9acdeb1

Browse files
committed
[css-overflow-3][editorial] Link fixes.
1 parent 63dde0e commit 9acdeb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-overflow-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
414414
whether or not any of its content is clipped.
415415
This avoids any problem with scrollbars appearing
416416
and disappearing in a dynamic environment.
417-
When the target medium is ''print'',
417+
When the target medium is ''@media/print'',
418418
overflowing content may be printed;
419419
it is not defined where it may be printed.
420420

@@ -593,7 +593,7 @@ Expanding Clipping Bounds: the 'overflow-clip-margin' property</h3>
593593
::
594594
Specifies the box edge to use as the [=overflow clip edge=] origin,
595595
i.e. when the specified offset is zero.
596-
Defaults to ''padding-box'' if omitted.
596+
Defaults to ''overflow-clip-margin/padding-box'' if omitted.
597597

598598
: <dfn><<length [0,∞]>></dfn>
599599
::
@@ -621,13 +621,13 @@ Overflow Viewport Propagation</h3>
621621

622622
UAs must apply the 'overflow-*' values
623623
set on the root element to the <a>viewport</a>
624-
when the root element’s 'display' value is not ''none''.
624+
when the root element’s 'display' value is not ''display/none''.
625625
However,
626626
when the root element is an [[!HTML]] <{html}> element
627627
(including <a href="https://html.spec.whatwg.org/multipage/introduction.html#html-vs-xhtml">XML syntax for HTML</a>)
628628
whose 'overflow' value is ''overflow/visible'' (in both axes),
629629
and that element has as a child
630-
a <{body}> element whose 'display' value is also not ''none'',
630+
a <{body}> element whose 'display' value is also not ''display/none'',
631631
user agents must instead apply the 'overflow-*' values
632632
of the first such child element to the viewport.
633633
The element from which the value is propagated must then have

0 commit comments

Comments
 (0)