mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibWeb: Return absolutized computed value for outline width property
This commit is contained in:
parent
b05b9378ed
commit
32812f5db0
Notes:
github-actions[bot]
2025-04-05 10:55:27 +00:00
Author: https://github.com/tcl3
Commit: 32812f5db0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4233
7 changed files with 100 additions and 32 deletions
|
@ -496,15 +496,15 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'object-position': '50% 50%'
|
||||
'opacity': '1'
|
||||
'order': '0'
|
||||
'outline': 'rgb(0, 0, 0) none medium'
|
||||
'outline': 'rgb(0, 0, 0) none 0px'
|
||||
'outlineColor': 'rgb(0, 0, 0)'
|
||||
'outline-color': 'rgb(0, 0, 0)'
|
||||
'outlineOffset': '0px'
|
||||
'outline-offset': '0px'
|
||||
'outlineStyle': 'none'
|
||||
'outline-style': 'none'
|
||||
'outlineWidth': 'medium'
|
||||
'outline-width': 'medium'
|
||||
'outlineWidth': '0px'
|
||||
'outline-width': '0px'
|
||||
'overflow': 'visible'
|
||||
'overflowX': 'visible'
|
||||
'overflow-x': 'visible'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue