mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
When `position-anchor` is used, resolve the insets for that absolutely positioned box. Co-authored-by: Rob Ryan <rob@affclicks.com>
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
Last in tree order wins:
|
|
target.top: 250
|
|
a2.bottom: 250
|
|
target.left: 300
|
|
a2.left: 300
|
|
After recomputing earlier element's style:
|
|
target.top: 250
|
|
a2.bottom: 250
|
|
target.left: 300
|
|
a2.left: 300
|
|
After removing last element:
|
|
target.top: 50
|
|
a1.bottom: 50
|
|
target.left: 0
|
|
a1.left: 0
|