← back to v145 · text-justify-css-property
conformance · v145
v145 · text-justify-css-property — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
text-justify-auto-supported |
text-justify: auto is supported — the default UA-chosen behaviour. spec ↗ | css-supports | … | |
text-justify-inter-word-supported |
text-justify: inter-word is supported — justifies by stretching word spaces only. spec ↗ | css-supports | … | |
text-justify-inter-character-supported |
text-justify: inter-character is supported — stretches between every character, including for CJK. spec ↗ | css-supports | … | |
text-justify-none-supported |
text-justify: none is supported — suppresses the additional justification on top of text-align: justify. spec ↗ | css-supports | … | |
text-align-justify-still-supported |
The pre-existing text-align: justify value is supported — text-justify is meaningful only when text-align: justify is in effect. | css-supports | … | |
text-justify-roundtrip-cssom |
Setting text-justify through CSSOM round-trips through getComputedStyle. spec ↗ | script | … |