Skip to content

Commit a90480b

Browse files
committed
[css-overflow-3] Cross-link padding box
1 parent e72e104 commit a90480b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-overflow-3/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
388388
<dt><dfn>hidden</dfn>
389389
<dd>
390390
This value indicates that
391-
the box’s content is clipped to its padding box
391+
the box’s content is clipped to its [=padding box=]
392392
and that the UA must not provide any scrolling user interface
393393
to view the content outside the clipping region,
394394
nor allow scrolling by direct intervention of the user,
@@ -419,7 +419,7 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
419419
<dt><dfn>scroll</dfn>
420420
<dd>
421421
This value indicates that
422-
the content is clipped to the padding box,
422+
the content is clipped to the [=padding box=],
423423
but can be scrolled into view
424424
(and therefore the box is a <a>scroll container</a>).
425425
Furthermore, if the user agent uses a scrolling mechanism

0 commit comments

Comments
 (0)