1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00

LibWeb: Mark all text-decoration* CSS properties as not affecting layout

This commit is contained in:
Andreas Kling 2022-03-16 19:11:25 +01:00
parent ccc37032a4
commit aaed7b11f8

View file

@ -1228,6 +1228,7 @@
]
},
"text-decoration": {
"affects-layout": false,
"inherited": false,
"initial": "none",
"longhands": [
@ -1238,6 +1239,7 @@
]
},
"text-decoration-color": {
"affects-layout": false,
"inherited": false,
"initial": "currentcolor",
"valid-types": [
@ -1258,6 +1260,7 @@
]
},
"text-decoration-style": {
"affects-layout": false,
"inherited": false,
"initial": "solid",
"valid-identifiers": [
@ -1269,6 +1272,7 @@
]
},
"text-decoration-thickness": {
"affects-layout": false,
"inherited": false,
"initial": "auto",
"valid-types": [