Skip to content

Commit e7fd1b8

Browse files
committed
[css-overflow-3] Add note that masking isn't affected; describe open issue for clip/clip-path.
1 parent 233b780 commit e7fd1b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css-overflow-3/Overview.bs

+4-2
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,11 @@ Scrollable overflow</h3>
163163
provided they themselves have ''overflow: visible''
164164
(i.e. do not themselves trap the overflow)
165165
and that overflow is not already clipped
166-
by the 'clip' or 'clip-path' properties.
166+
by the 'clip' property.
167167

168-
Issue: What about masking?
168+
Note: The 'masking' properties do not affect the <a>scrollable overflow region</a>.
169+
170+
Issue: Need to evaluate compat of honoring or ignoring 'clip' and 'clip-path'.
169171
</ul>
170172

171173
<p class="issue">

0 commit comments

Comments
 (0)