Skip to content

Commit a433fae

Browse files
committed
[css-overflow-3] Make 'clip' reference non-exhaustive. Fix links.
1 parent 9f63d8d commit a433fae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-overflow-3/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Scrollable overflow</h3>
154154
the border boxes
155155
of all boxes for which it is the containing block,
156156
accounting for transforms by projecting each box onto
157-
the plane of the element that establishes its <a>3d-rendering context</a>.
158-
[[!CSS-TRANSFORMS-1]]
157+
the plane of the element that establishes its <a>3D rendering context</a>.
158+
[[!CSS3-TRANSFORMS]]
159159

160160
Issue: Is this description of handling transforms
161161
sufficiently accurate?
@@ -165,8 +165,8 @@ Scrollable overflow</h3>
165165
(accounting for transforms as described above),
166166
provided they themselves have ''overflow: visible''
167167
(i.e. do not themselves trap the overflow)
168-
and that overflow is not already clipped
169-
by the 'clip' property.
168+
and that <a>scrollable overflow</a> is not already clipped
169+
(e.g. by the 'clip' property or the 'contain' property).
170170

171171
Note: The 'mask-*' properties [[!CSS-MASKING-1]]
172172
do not affect the <a>scrollable overflow region</a>.

0 commit comments

Comments
 (0)