mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add "text-overflow" property to code generation
The CSS property "text-overflow" as well as its valid identifiers are added to the relevant json files for code generation
This commit is contained in:
committed by
Sam Atkins
parent
e746b2b133
commit
a8d3c077ea
Notes:
github-actions[bot]
2024-08-03 09:05:47 +00:00
Author: https://github.com/TobyAsE Commit: https://github.com/LadybirdBrowser/ladybird/commit/a8d3c077eab Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/813 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -2559,6 +2559,15 @@
|
||||
"text-justify"
|
||||
]
|
||||
},
|
||||
"text-overflow": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "discrete",
|
||||
"inherited": false,
|
||||
"initial": "clip",
|
||||
"valid-types": [
|
||||
"text-overflow"
|
||||
]
|
||||
},
|
||||
"text-shadow": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "custom",
|
||||
|
||||
Reference in New Issue
Block a user