mirror of
https://github.com/RGBCube/serenity
synced 2025-06-02 13:58:14 +00:00
LibWeb: Mark all text-decoration* CSS properties as not affecting layout
This commit is contained in:
parent
ccc37032a4
commit
aaed7b11f8
1 changed files with 4 additions and 0 deletions
|
@ -1228,6 +1228,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"text-decoration": {
|
"text-decoration": {
|
||||||
|
"affects-layout": false,
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "none",
|
"initial": "none",
|
||||||
"longhands": [
|
"longhands": [
|
||||||
|
@ -1238,6 +1239,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"text-decoration-color": {
|
"text-decoration-color": {
|
||||||
|
"affects-layout": false,
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "currentcolor",
|
"initial": "currentcolor",
|
||||||
"valid-types": [
|
"valid-types": [
|
||||||
|
@ -1258,6 +1260,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"text-decoration-style": {
|
"text-decoration-style": {
|
||||||
|
"affects-layout": false,
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "solid",
|
"initial": "solid",
|
||||||
"valid-identifiers": [
|
"valid-identifiers": [
|
||||||
|
@ -1269,6 +1272,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"text-decoration-thickness": {
|
"text-decoration-thickness": {
|
||||||
|
"affects-layout": false,
|
||||||
"inherited": false,
|
"inherited": false,
|
||||||
"initial": "auto",
|
"initial": "auto",
|
||||||
"valid-types": [
|
"valid-types": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue