-
Notifications
You must be signed in to change notification settings - Fork 715
[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
Comments
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. |
The CSS Working Group just discussed
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 |
Thank you for fixing this, Florian! I've created #1557 covering the removal of the now redundant exclusions of the (Please excuse the bunch of merge commits! Something went wrong when committing the changes. 😞 The resulting file changes are ok, though.) Sebastian |
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
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}
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}
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}
…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
…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
…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
…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
…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
….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
….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
….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
….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
….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}
….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}
….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}
…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
…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
…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
…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
…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
…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
…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
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
The text was updated successfully, but these errors were encountered: