mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 16:58:58 +00:00
LibWeb/CSS: Resolve used value for the inline-size
property
This commit is contained in:
parent
1739e2851d
commit
53bf0ef225
Notes:
github-actions[bot]
2025-03-10 13:02:08 +00:00
Author: https://github.com/tcl3
Commit: 53bf0ef225
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3881
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 67 additions and 4 deletions
|
@ -374,8 +374,8 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'height': '0px'
|
||||
'imageRendering': 'auto'
|
||||
'image-rendering': 'auto'
|
||||
'inlineSize': 'auto'
|
||||
'inline-size': 'auto'
|
||||
'inlineSize': '284px'
|
||||
'inline-size': '284px'
|
||||
'inset': 'auto auto auto auto'
|
||||
'insetBlock': 'auto auto auto auto'
|
||||
'inset-block': 'auto auto auto auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue