oddbird/css-anchor-positioning

Use Layout/Box tree order instead of DOM Tree order

Open

#209 opened on Jun 28, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (18 forks)auto 404
anchor-position-1enhancementgood first issueα alpha

Repository metrics

Stars
 (489 stars)
PR merge metrics
 (PR metrics pending)

Description

Per @mfreed7- " What matters is that the anchor element gets laid out first, and the anchored/positioned element gets laid out after that."

DOM and Layout/Box tree order are quite similar, but aren't identical. For a counter example, see https://github.com/web-platform-tests/wpt/blob/master/css/css-anchor-position/anchor-position-top-layer-005.html.

https://github.com/oddbird/css-anchor-positioning/pull/207

Related:

Contributor guide