mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00: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:
parent
e746b2b133
commit
a8d3c077ea
Notes:
github-actions[bot]
2024-08-03 09:05:47 +00:00
Author: https://github.com/TobyAsE
Commit: a8d3c077ea
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 ✅
3 changed files with 14 additions and 0 deletions
|
@ -369,6 +369,10 @@
|
|||
"middle",
|
||||
"end"
|
||||
],
|
||||
"text-overflow": [
|
||||
"clip",
|
||||
"ellipsis"
|
||||
],
|
||||
"scrollbar-gutter": [
|
||||
"auto",
|
||||
"stable",
|
||||
|
|
|
@ -141,6 +141,7 @@
|
|||
"ease-in",
|
||||
"ease-in-out",
|
||||
"ease-out",
|
||||
"ellipsis",
|
||||
"enabled",
|
||||
"end",
|
||||
"evenodd",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue