mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 19:56:30 +00:00
LibWeb: Add the border-inline-*
shorthand properties
This commit is contained in:
parent
90da2f5418
commit
04a3a227c3
Notes:
github-actions[bot]
2025-06-30 12:53:27 +00:00
Author: https://github.com/tcl3
Commit: 04a3a227c3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5247
8 changed files with 78 additions and 53 deletions
|
@ -239,6 +239,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'border-collapse': 'separate'
|
||||
'borderColor': 'rgb(0, 0, 0)'
|
||||
'border-color': 'rgb(0, 0, 0)'
|
||||
'borderInlineColor': 'rgb(0, 0, 0)'
|
||||
'border-inline-color': 'rgb(0, 0, 0)'
|
||||
'borderInlineEnd': '0px rgb(0, 0, 0)'
|
||||
'border-inline-end': '0px rgb(0, 0, 0)'
|
||||
'borderInlineEndColor': 'rgb(0, 0, 0)'
|
||||
|
@ -255,6 +257,10 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'border-inline-start-style': 'none'
|
||||
'borderInlineStartWidth': '0px'
|
||||
'border-inline-start-width': '0px'
|
||||
'borderInlineStyle': 'none'
|
||||
'border-inline-style': 'none'
|
||||
'borderInlineWidth': '0px'
|
||||
'border-inline-width': '0px'
|
||||
'borderLeft': '0px rgb(0, 0, 0)'
|
||||
'border-left': '0px rgb(0, 0, 0)'
|
||||
'borderLeftColor': 'rgb(0, 0, 0)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue