Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
Name: overflow-x, overflow-y, overflow-block, overflow-inline
Value: visible | hidden | clip | scroll | auto
Initial: ''visible''
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], grid containers [[!CSS3-GRID-LAYOUT]]
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], grid containers [[!CSS3-GRID-LAYOUT]] and replaced elements
Inherited: no
Logical property group: overflow
Percentages: N/A
Expand All @@ -461,7 +461,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
Name: overflow
Value: <<'overflow-block'>>{1,2}
Initial: visible
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], and grid containers [[!CSS3-GRID-LAYOUT]]
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], grid containers [[!CSS3-GRID-LAYOUT]] and replaced elements
Inherited: no
Percentages: N/A
Computed value: see individual properties
Expand Down