mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Treat word-wrap as an alias for overflow-wrap
This commit is contained in:
parent
a010557205
commit
3299ea97c6
Notes:
github-actions[bot]
2025-09-30 12:52:20 +00:00
Author: https://github.com/tcl3
Commit: 3299ea97c6
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6324
Reviewed-by: https://github.com/AtkinsSJ ✅
14 changed files with 125 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue