Skip to content

Commit 9381b07

Browse files
committed
[css-overflow-3] Add overflow:overlay as a legacy value alias
See w3c#8063
1 parent 0f1d31b commit 9381b07

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-overflow-3/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
455455

456456
<pre class="propdef shorthand">
457457
Name: overflow
458-
Value: [ visible | hidden | clip | scroll | auto ]{1,2}
458+
Value: <'overflow-block'>{1,2}
459459
Initial: visible
460460
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
461461
Inherited: no
@@ -542,6 +542,10 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
542542
is neither ''overflow/visible'' nor ''overflow/clip'' nor a combination thereof,
543543
it [=establishes an independent formatting context=] for its contents.
544544

545+
User agents must also support
546+
the <dfn value for="overflow, overflow-x, overflow-y, overflow-block, overflow-inline">overlay</dfn> keyword
547+
as a [=legacy value alias=] of ''overflow/auto''.
548+
545549
<h4 id="scroll-visibility">
546550
Interaction of 'visibility' and 'overflow'</h4>
547551

0 commit comments

Comments
 (0)