Skip to content

Conversation

@nicoburns
Copy link
Collaborator

Objective

An initial step in position: static support. This does not implement hoisting out-of-flow nodes (position:absolute and position:fixed) and positioning them relative to their non-direct-parent containing block. But it does implement ignoring inset for position:static nodes and adds some helper methods which can be built upon when we do come to implement hoisting.

@nicoburns nicoburns changed the title Implement Position::Static Implement naive Position::Static Oct 16, 2025
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
This allows us to land position:static without completing the implementation
of fixed position (which we will land later).
Signed-off-by: Nico Burns <nico@nicoburns.com>
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.

1 participant