mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Per CSS2 section 9.7, if position has the value absolute or fixed, the computed value of float is none. We were already blockifying the display for such elements, but not resetting the computed value of float. This made the wrong value observable via getComputedStyle().
3 lines
31 B
Plaintext
3 lines
31 B
Plaintext
float: none
|
|
position: absolute
|