mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 15:43:20 +00:00
LibWeb: Parse the border-image-outset
property
This commit is contained in:
parent
245905b833
commit
98e63e3dd5
Notes:
github-actions[bot]
2025-07-03 09:21:04 +00:00
Author: https://github.com/tcl3
Commit: 98e63e3dd5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
12 changed files with 236 additions and 154 deletions
|
@ -243,6 +243,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'border-end-end-radius': '0px'
|
||||
'borderEndStartRadius': '0px'
|
||||
'border-end-start-radius': '0px'
|
||||
'borderImageOutset': '0'
|
||||
'border-image-outset': '0'
|
||||
'borderImageSlice': '100%'
|
||||
'border-image-slice': '100%'
|
||||
'borderImageSource': 'none'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue