diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-02-17 18:51:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 17:51:10 +0000 |
commit | c2224d5afc470b0137e018697357b9806bb2a05f (patch) | |
tree | 1297619c8af84b6fd33b4153f31ca3a26fc2eec1 /components/script/dom/svgelement.rs | |
parent | 5fa14c97bd64f01e90389119853cb92e94b3ba3d (diff) | |
download | servo-c2224d5afc470b0137e018697357b9806bb2a05f.tar.gz servo-c2224d5afc470b0137e018697357b9806bb2a05f.zip |
layout: Partial support for sizing keywords on flex items (#35469)
* Add tests for sizing keywords on flex items
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
* layout: Partial support for sizing keywords on flex items
When a flex item has `flex-basis: auto`, the used `flex-basis` is the
value of the main size property. In that case, if the main size property
was set to keyword, we were always assuming it was `auto`. Now we handle
non-`auto` keywords correctly.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
---------
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/svgelement.rs')
0 files changed, 0 insertions, 0 deletions