|
197 | 197 | "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()"]},
|
198 | 198 | "tab-size": {"values": []},
|
199 | 199 | "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"]}, |
201 | 201 | "text-align-last": {"values": ["center", "left", "justify", "right", "inherit"]},
|
202 | 202 | "text-decoration": {"values": ["line-through", "none", "overline", "underline", "inherit"]},
|
203 | 203 | "text-decoration-color": {"values": [], "type": "color"},
|
|
209 | 209 | "text-emphasis-position": {"values": ["above", "below", "left", "right"]},
|
210 | 210 | "text-emphasis-style": {"values": ["circle", "dot", "double-circle", "filled", "none", "open", "sesame", "triangle"]},
|
211 | 211 | "text-indent": {"values": ["inherit"]},
|
| 212 | + "text-justify": {"values": ["auto", "none", "inter-word", "inter-character", "inherit"]}, |
212 | 213 | "text-overflow": {"values": ["clip", "ellipsis", "inherit"]},
|
213 | 214 | "text-shadow": {"values": []},
|
214 | 215 | "text-rendering": {"values": ["auto", "geometricPrecision", "optimizeLegibility", "optimizeSpeed"]},
|
|
0 commit comments