Skip to content

Clarify grid-auto-flow column placement tracks#44355

Open
KirtiRamchandani wants to merge 1 commit into
mdn:mainfrom
KirtiRamchandani:docs/grid-auto-flow-column-example
Open

Clarify grid-auto-flow column placement tracks#44355
KirtiRamchandani wants to merge 1 commit into
mdn:mainfrom
KirtiRamchandani:docs/grid-auto-flow-column-example

Conversation

@KirtiRamchandani
Copy link
Copy Markdown
Contributor

Summary

  • clarify how the grid-auto-flow: column example uses row tracks before adding columns
  • point readers to grid-auto-columns for sizing implicit columns

Rationale

The issue report describes confusion when only column tracks are defined: column auto-placement creates additional implicit columns instead of wrapping items into the existing explicit columns. The note explains why the example defines rows and how implicit columns are sized.

Tests

  • git diff --check
  • npx --yes prettier@3.8.3 --check files/en-us/web/css/reference/properties/grid-auto-flow/index.md
  • npx --yes --package markdownlint-cli2@0.22.1 --package markdownlint-rule-search-replace@1.2.0 markdownlint-cli2 --config .markdownlint-cli2.jsonc files/en-us/web/css/reference/properties/grid-auto-flow/index.md

Fixes #44282

@KirtiRamchandani KirtiRamchandani requested a review from a team as a code owner June 4, 2026 13:49
@KirtiRamchandani KirtiRamchandani requested review from pepelsbey and removed request for a team June 4, 2026 13:49
@github-actions github-actions Bot added Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:CSS Cascading Style Sheets docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

grid-auto-flow: column;

2 participants