Skip to content

Commit 1423ea6

Browse files
narayani28ficristo
authored andcommitted
Update CSSProperties.json for text-align and text-justify (adobe#14563)
* Adding css3 new values start, end, match-parent, justify-all to text-align property and adding the property text-justify with its values. * Update CSSProperties.json * Adding "inherit" value for text-justify
1 parent dd49883 commit 1423ea6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"shape-outside": {"values": ["none", "inherit", "circle()", "ellipse()", "polygon()", "inset()", "margin-box", "border-box", "padding-box", "content-box", "url()", "image()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()"]},
198198
"tab-size": {"values": []},
199199
"table-layout": {"values": ["auto", "fixed", "inherit"]},
200-
"text-align": {"values": ["center", "left", "justify", "right", "inherit"]},
200+
"text-align": {"values": ["start", "end", "center", "left", "justify", "right", "match-parent", "justify-all", "inherit"]},
201201
"text-align-last": {"values": ["center", "left", "justify", "right", "inherit"]},
202202
"text-decoration": {"values": ["line-through", "none", "overline", "underline", "inherit"]},
203203
"text-decoration-color": {"values": [], "type": "color"},
@@ -209,6 +209,7 @@
209209
"text-emphasis-position": {"values": ["above", "below", "left", "right"]},
210210
"text-emphasis-style": {"values": ["circle", "dot", "double-circle", "filled", "none", "open", "sesame", "triangle"]},
211211
"text-indent": {"values": ["inherit"]},
212+
"text-justify": {"values": ["auto", "none", "inter-word", "inter-character", "inherit"]},
212213
"text-overflow": {"values": ["clip", "ellipsis", "inherit"]},
213214
"text-shadow": {"values": []},
214215
"text-rendering": {"values": ["auto", "geometricPrecision", "optimizeLegibility", "optimizeSpeed"]},

0 commit comments

Comments
 (0)