Skip to content

[css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-* properties only apply to block containers #1364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SebastianZ opened this issue May 12, 2017 · 4 comments
Assignees
Labels
Closed Accepted by CSSWG Resolution Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-multicol-1 Current Work

Comments

@SebastianZ
Copy link
Contributor

Currently, the Flexbox and Grid specifications explicitly exclude the column-* properties from applying to flex or grid containers.

As discussed in #1352, those exclusions should be removed from Flexbox and Grid and Multi-column be updated to clarify that these properties only apply to block containers.

Sebastian

@Loirooriol
Copy link
Contributor

It's worth noting that table wrappers are technically block containers. Then, for table elements, should these properties apply to the principal table wrapper box (and thus work) or to the additionally-generated table box (and thus not work)? Analogous for block-level ruby.

@css-meeting-bot
Copy link
Member

The CSS Working Group just discussed Clarify that column-* properties only apply to block containers, and agreed to the following resolutions:

  • RESOLVED: Columns are properties applied to block containers only
The full IRC log of that discussion <dael> Topic: Clarify that column-* properties only apply to block containers
<dael> Github: https://github.com//issues/1364
<fantasai> It's possible to workaround the lack of clipping on columns by wrapping the columns entire contents in a block with overflow: hidden. This also addresses the weirdness of the clipping boundary being in the middle of the gap instead of at the near edge.
<dael> Florian: This is not a hard change for the spec. If there's agreement I'll do it.
<dael> Florian: There is behavior agreement, it's a question as to if we should udate multicol to say it or are we happy with where it's defined.
<dael> Rossen_: Opinions?
<dael> Rossen_: Proposed: leave it where it is, don't change.
<dbaron> yeah, seems better for the multicol spec to just say the right thing
<dael> fantasai: It's an error in the spec and needs to be changed. We need an exception for tables where they don't apply to tables or table wrapper box. THat should be called out.
<dael> fantasai: For sure block containers. THe list is really specific and not quite correct
<gregwhitworth> not tables
<dael> Rossen_: You propose to change to it applies to only block containers?
<dael> fantasai: Yeah. Block containers is well defined.
<dael> Rossen_: Reasonable. Other opinions?
<fantasai> fantasai: They weren't when the spec was originally written
<dael> Rossen_: Proposal: COlumns are properties applied to block containers only
<dael> Rossen_: Objections?
<dael> RESOLVED: Columns are properties applied to block containers only

@SebastianZ
Copy link
Contributor Author

SebastianZ commented Jun 22, 2017

Thank you for fixing this, Florian!

I've created #1557 covering the removal of the now redundant exclusions of the column-* properties from the Flexbox and Grid Layout specifications.

(Please excuse the bunch of merge commits! Something went wrong when committing the changes. 😞 The resulting file changes are ok, though.)

Sebastian

@frivoal frivoal added the Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. label Jun 23, 2017
@SebastianZ
Copy link
Contributor Author

For reference, I've closed #1557 in favor of #1560, which doesn't include the merge commits.

Sebastian

chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Mar 30, 2020
This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Mar 30, 2020
This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Mar 30, 2020
This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}
pull bot pushed a commit to Yannic/chromium that referenced this issue Mar 31, 2020
This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}
xeonchen pushed a commit to xeonchen/gecko that referenced this issue Apr 2, 2020
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this issue Apr 3, 2020
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this issue Apr 3, 2020
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgroganchromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Stephen McGruer <smcgruerchromium.org>
Reviewed-by: David Grogan <dgroganchromium.org>
Cr-Commit-Position: refs/heads/master{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534

UltraBlame original commit: 3b42fbbeae0ecc994138ea8b66849042fedbc950
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this issue Apr 3, 2020
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgroganchromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Stephen McGruer <smcgruerchromium.org>
Reviewed-by: David Grogan <dgroganchromium.org>
Cr-Commit-Position: refs/heads/master{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534

UltraBlame original commit: 3b42fbbeae0ecc994138ea8b66849042fedbc950
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this issue Apr 3, 2020
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgroganchromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Stephen McGruer <smcgruerchromium.org>
Reviewed-by: David Grogan <dgroganchromium.org>
Cr-Commit-Position: refs/heads/master{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534

UltraBlame original commit: 3b42fbbeae0ecc994138ea8b66849042fedbc950
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 13, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* and -moz-column-& by
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* and -moz-column-& by
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
blueboxd pushed a commit to blueboxd/chromium-legacy that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this issue Apr 14, 2020
….html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this issue Apr 22, 2020
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905
xeonchen pushed a commit to xeonchen/gecko that referenced this issue Apr 22, 2020
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this issue Apr 25, 2020
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgroganchromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Javier Fernandez <jfernandezigalia.com>
Reviewed-by: Manuel Rego <regoigalia.com>
Cr-Commit-Position: refs/heads/master{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905

UltraBlame original commit: f6763852d42898a2be22143ccbc27e7812a066aa
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this issue Apr 25, 2020
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgroganchromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Javier Fernandez <jfernandezigalia.com>
Reviewed-by: Manuel Rego <regoigalia.com>
Cr-Commit-Position: refs/heads/master{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905

UltraBlame original commit: f6763852d42898a2be22143ccbc27e7812a066aa
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this issue Apr 25, 2020
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgroganchromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitooigalia.com>
Reviewed-by: Javier Fernandez <jfernandezigalia.com>
Reviewed-by: Manuel Rego <regoigalia.com>
Cr-Commit-Position: refs/heads/master{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905

UltraBlame original commit: f6763852d42898a2be22143ccbc27e7812a066aa
bhearsum pushed a commit to mozilla-releng/staging-firefox that referenced this issue May 1, 2025
…i-column-property.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534
bhearsum pushed a commit to mozilla-releng/staging-firefox that referenced this issue May 1, 2025
…d-not-apply-on-grid-container.html to WPT, a=testonly

Automatic update from web-platform-tests
[css-grid] Migrate column-property-should-not-apply-on-grid-container.html to WPT

This CL moves column-property-should-not-apply-on-grid-container.html
from fast/css-grid-layout/ to external/wpt/css/css-grid/grid-model/.
It also adds links and references to the related spec, and expected behavior.
Last, it removes the uses of -webkit-column-* and -moz-column-* in favor of
their respective column-* counterparts.

Relevant spec change: w3c/csswg-drafts#1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=767015, 1063749
R=dgrogan@chromium.org

Change-Id: I1a5b27a863be4f7b10ffda4e65ed52050dbf0f39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144720
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#758841}

--

wpt-commits: 79e877ce6627712af06265aaf0d1fd2c2d0ef7f1
wpt-pr: 22905
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Accepted by CSSWG Resolution Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-multicol-1 Current Work
Projects
None yet
Development

No branches or pull requests

5 participants