mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Implement the CSS outline-offset
property
This allows you to push the outline a certain distance away from the border (or inside it, if the offset is negative).
This commit is contained in:
parent
fe7e797483
commit
73fa58da34
8 changed files with 70 additions and 7 deletions
|
@ -1603,6 +1603,14 @@
|
|||
"color"
|
||||
]
|
||||
},
|
||||
"outline-offset": {
|
||||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
"initial": "0",
|
||||
"valid-types": [
|
||||
"length [-∞,∞]"
|
||||
]
|
||||
},
|
||||
"outline-style": {
|
||||
"affects-layout": false,
|
||||
"inherited": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue