Skip to content

Commit 1d1a8e9

Browse files
committed
[css-overflow-3] Define that clip computes to hidden when the other axis is neither visible nor clip. #1971
1 parent 99275ce commit 1d1a8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Scrollable Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</
277277
Inherited: no
278278
Percentages: N/A
279279
Media: visual
280-
Computed value: as specified, except with ''visible'' computing to ''auto'' if one of 'overflow-x' or 'overflow-y' is not ''visible''
280+
Computed value: as specified, except with ''visible''/''clip'' computing to ''auto''/''hidden'' (respectively) if one of 'overflow-x' or 'overflow-y' is neither ''visible'' nor ''clip''
281281
Animatable: no
282282
</pre>
283283

0 commit comments

Comments
 (0)