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

conformance · v146

v146 · support-the-hanging-and-each-line-for-the-text-indent-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.

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
6
total
id contract kind verdict detail
text-indent-hanging-supported text-indent: <length> hanging is parsed as a valid declaration. css-supports
text-indent-each-line-supported text-indent: <length> each-line is parsed as a valid declaration. css-supports
text-indent-combined-keywords-supported Both keywords may appear together; order is flexible per the spec grammar. css-supports
text-indent-negative-length-with-hanging A negative length combined with hanging is accepted — hanging inverts which line is offset, not the sign. css-supports
text-indent-percent-with-each-line Percentages combine with each-line. css-supports
computed-style-preserves-each-line getComputedStyle reflects the each-line keyword when set via CSSOM. script