LibWeb: Parse border-image shorthand property

This commit is contained in:
Tim Ledbetter 2025-06-11 12:35:32 +01:00 committed by Sam Atkins
commit 923deb0c01
Notes: github-actions[bot] 2025-07-03 09:20:50 +00:00
10 changed files with 318 additions and 3 deletions

View file

@ -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'