mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Add support for the text-justify property
This commit adds the text-justify property as defined in: https://drafts.csswg.org/css-text/#propdef-text-justify
This commit is contained in:
parent
7fe3f2d970
commit
0679eadd62
7 changed files with 50 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
"decimal-leading-zero",
|
||||
"default",
|
||||
"disc",
|
||||
"distribute",
|
||||
"dotted",
|
||||
"double",
|
||||
"e-resize",
|
||||
|
@ -129,6 +130,8 @@
|
|||
"inset",
|
||||
"inside",
|
||||
"interlace",
|
||||
"inter-character",
|
||||
"inter-word",
|
||||
"invert",
|
||||
"italic",
|
||||
"justify",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue