← back to v146 · support-hanging-and-each-line-for-text-indent

conformance · v146

v146 · support-hanging-and-each-line-for-text-indent — conformance probe

7 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.

browser: spec: https://drafts.csswg.org/css-text/#text-indent-property chromestatus: #5084062739988480 generated 2026-06-01T08:00:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
7
total
id contract kind verdict detail
text-indent-accepts-length text-indent still accepts a single <length> value (legacy syntax preserved). css-supports
text-indent-accepts-hanging text-indent accepts the 'hanging' keyword alongside a length. css-supports
text-indent-accepts-each-line text-indent accepts the 'each-line' keyword alongside a length. css-supports
text-indent-accepts-hanging-each-line text-indent accepts both 'hanging' and 'each-line' keywords in the same declaration. css-supports
text-indent-accepts-percentage text-indent accepts <percentage> values resolved against the containing block width. css-supports
text-indent-rejects-unknown-keyword Unknown keywords are not accepted on text-indent (parser rejects gibberish). script
computed-text-indent-roundtrips Setting text-indent through CSSOM round-trips through getComputedStyle. script