oddbird/css-anchor-positioning

Use Layout/Box tree order instead of DOM Tree order

Aperta

#209 aperta il 28 giu 2024

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (18 fork)auto 404
anchor-position-1enhancementgood first issueα alpha

Metriche repository

Star
 (489 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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:

Guida contributor