mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Add support for the inline-size CSS property
This commit is contained in:
parent
dd593d16c4
commit
18fe86adc3
Notes:
sideshowbarker
2024-07-17 05:09:48 +09:00
Author: https://github.com/implicitfield
Commit: 18fe86adc3
Pull-request: https://github.com/SerenityOS/serenity/pull/23509
5 changed files with 35 additions and 7 deletions
|
@ -375,6 +375,8 @@ void StyleComputer::for_each_property_expanding_shorthands(PropertyID property_i
|
|||
return PropertyID::PaddingLeft;
|
||||
case PropertyID::PaddingInlineEnd:
|
||||
return PropertyID::PaddingRight;
|
||||
case PropertyID::InlineSize:
|
||||
return PropertyID::Width;
|
||||
case PropertyID::InsetBlockStart:
|
||||
return PropertyID::Top;
|
||||
case PropertyID::InsetBlockEnd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue