Skip to content

Implement CSS Grid named template areas - #146

Merged
wieslawsoltes merged 1 commit into
mainfrom
integrate/pr-105-css-grid-named-areas
Sep 16, 2026
Merged

wieslawsoltes merged 1 commit into
mainfrom
integrate/pr-105-css-grid-named-areas

Conversation

@wieslawsoltes

@wieslawsoltes wieslawsoltes commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

Integrates the focused CSS Grid named-template-area implementation reviewed in #105 directly into main.

The change parses named areas, resolves named lines during placement, preserves CSSOM mutation behavior, and retains the browser/native regression and bounded mutation gate.

Closes #98.

Validation:

  • dotnet test tests/WebScene.Css.Tests/WebScene.Css.Tests.csproj -f net10.0 -c Release — 352/352 passed
  • capability/profile JSON validation
  • git diff --check

Stack

  1. #146currentnamed grid areas #98
  2. #147 — depends on #146auto-maximum rows #106

Merge bottom-up: #146, then #147.

@wieslawsoltes
wieslawsoltes marked this pull request as draft September 16, 2026 10:20
@wieslawsoltes
wieslawsoltes added this pull request to stack #156 September 16, 2026 13:47
@wieslawsoltes
wieslawsoltes force-pushed the integrate/pr-105-css-grid-named-areas branch from f6f8e51 to 7d31c30 Compare September 16, 2026 14:42
@wieslawsoltes
wieslawsoltes marked this pull request as ready for review September 16, 2026 14:51
@wieslawsoltes
wieslawsoltes merged commit 000b48c into main Sep 16, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement CSS Grid named template areas for Code OSS Welcome layout

1 participant