mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Use correct initial value for border-image
Omitting the `/`s meant that `1` and `0` were parsed as part of border-slice instead of their intended values. No functional changes but this will be relied on in a later commit.
This commit is contained in:
parent
9f23b0a069
commit
588c611e7e
|
|
@ -722,7 +722,7 @@
|
|||
},
|
||||
"border-image": {
|
||||
"inherited": false,
|
||||
"initial": "none 100% 1 0 stretch",
|
||||
"initial": "none 100% / 1 / 0 stretch",
|
||||
"longhands": [
|
||||
"border-image-source",
|
||||
"border-image-slice",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user