mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Parse border-image
shorthand property
This commit is contained in:
parent
c0390f759c
commit
923deb0c01
Notes:
github-actions[bot]
2025-07-03 09:20:50 +00:00
Author: https://github.com/tcl3
Commit: 923deb0c01
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5253
Reviewed-by: https://github.com/AtkinsSJ ✅
10 changed files with 318 additions and 3 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'
|
||||
'borderImage': 'none 100% / 1 / 0 stretch'
|
||||
'border-image': 'none 100% / 1 / 0 stretch'
|
||||
'borderImageOutset': '0'
|
||||
'border-image-outset': '0'
|
||||
'borderImageRepeat': 'stretch'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue