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:
Tobias Christiansen
2024-07-24 20:52:21 +02:00
committed by Sam Atkins
parent e746b2b133
commit a8d3c077ea
Notes: github-actions[bot] 2024-08-03 09:05:47 +00:00
3 changed files with 14 additions and 0 deletions

View File

@@ -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",