LibWeb: Treat word-wrap as an alias for overflow-wrap

This commit is contained in:
Tim Ledbetter 2025-09-27 19:52:51 +01:00 committed by Sam Atkins
parent a010557205
commit 3299ea97c6
Notes: github-actions[bot] 2025-09-30 12:52:20 +00:00
14 changed files with 125 additions and 13 deletions

View file

@ -2805,6 +2805,16 @@
"mapping": "inline-xy"
}
},
"overflow-wrap": {
"animation-type": "discrete",
"inherited": true,
"initial": "normal",
"valid-identifiers": [
"anywhere",
"break-word",
"normal"
]
},
"overflow-x": {
"animation-type": "discrete",
"inherited": false,
@ -3744,14 +3754,7 @@
]
},
"word-wrap": {
"animation-type": "discrete",
"inherited": true,
"initial": "normal",
"valid-identifiers": [
"anywhere",
"break-word",
"normal"
]
"legacy-alias-for": "overflow-wrap"
},
"writing-mode": {
"animation-type": "none",