[w3ctag/design-reviews] Column wrapping for multicol (Issue #1073)

mstensho created an issue (w3ctag/design-reviews#1073)

こんにちは TAG-さん! Mazda Toyota!

I'm requesting a TAG review of [Column wrapping for multicol](https://chromestatus.com/feature/5176206485618688).

The `column-wrap` property is intended to enable column wrapping (there's already some support for implicit column wrapping in nested multicol, when breaking in the outer fragmentation context, but that's all). If the value of `column-wrap` is `wrap`, and all the specified columns have been filled in the inline direction, instead of overflowing in the inline direction, a new row for columns will be created, so that more content can be added below the previous row of columns. The block-size of the rows can be set via the `column-height` property. If it is `auto`, the block-size of the content box will be used instead. Treating auto like this is useful for scrollable overflow, so that there's room for one row of columns in the scrollport.

  - Explainer: https://github.com/mstensho/column-wrap/
  - Specification: https://drafts.csswg.org/css-multicol-2/
  - WPT Tests: https://wpt.fyi/results/css/css-multicol?label=master&label=experimental&aligned&q=column-height-*.html
  - Primary contacts:
      - Rachel Andrew (@rachelandrew), Google, spec editor
      - Morten Stenshorne (@mstensho), Google, implementor
  - Primary standards group developing this feature: CSSWG
  - Incubation and standards groups that have discussed the design:
    - https://github.com/w3c/csswg-drafts/issues/2923#issuecomment-2625930018
  - Multi-stakeholder support:
    - Chromium comments:
    - Mozilla comments: https://github.com/mozilla/standards-positions/issues/NNN <!-- And/or other places they've given feedback -->
    - WebKit comments: https://github.com/WebKit/standards-positions/issues/NNN <!-- And/or other places they've given feedback -->
    - {{...include feedback/review from developers, implementers, civil society, and others}}
  - Status/issue trackers for implementations: https://chromestatus.com/feature/5176206485618688

Further details:

  - [x] I have reviewed the TAG's [Web Platform Design Principles](https://www.w3.org/TR/design-principles/)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/1073
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/1073@github.com>

Received on Wednesday, 26 March 2025 08:45:47 UTC