Skip to content

Commit a1e524e

Browse files
SebastianZtabatkins
authored andcommitted
[css-flexbox][css-grid] Removed redundant exclusion of column-* properties from applying to flex and grid containers (#1560)
1 parent 34fc665 commit a1e524e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

css-flexbox/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Former Editor: Neil Deakin, Mozilla Corporation, enndeakin@gmail.com
2828
Former Editor: Ian Hickson, formerly of Opera Software, ian@hixie.ch
2929
Former Editor: David Hyatt, formerly of Netscape Corporation, hyatt@apple.com
3030
!Issues List: <a href="https://drafts.csswg.org/css-flexbox-1/issues">https://drafts.csswg.org/css-flexbox-1/issues</a>
31-
Ignored Terms: column-*, auto, first formatted line, first letter, static position
31+
Ignored Terms: auto, first formatted line, first letter, static position
3232
Ignored Vars: item’s own max-content, maximum min-content among all items
3333
</pre>
3434

@@ -523,7 +523,6 @@ Flex Containers: the ''flex'' and ''inline-flex'' 'display' values</h2>
523523
and so some properties that were designed with the assumption of block layout don't apply in the context of flex layout.
524524
In particular:
525525

526-
* the 'column-*' properties in the Multi-column Layout module [[!CSS3COL]] have no effect on a flex container.
527526
* 'float' and 'clear' do not create floating or clearance of <a>flex item</a>,
528527
and do not take it out-of-flow.
529528
* 'vertical-align' has no effect on a flex item.

css-grid/Overview.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -842,9 +842,6 @@ Establishing Grid Containers: the ''display/grid'' and ''inline-grid'' 'display'
842842
In particular:
843843

844844
<ul>
845-
<li>
846-
the 'column-*' properties in the Multi-column Layout module [[!CSS3COL]] have no effect on a grid container.
847-
848845
<li>
849846
'float' and 'clear' have no effect on a <a>grid item</a>.
850847
However, the 'float' property still affects the computed value of 'display' on children of a grid container,

0 commit comments

Comments
 (0)