← back to v147 · clip-text-overflow-on-user-interaction
conformance · v147
v147 · clip-text-overflow-on-user-interaction — 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-overflow-ellipsis-supported |
The text-overflow property accepts ellipsis for single-line truncation. spec ↗ | css-supports | … | |
text-overflow-clip-supported |
The text-overflow property accepts clip, the value used when an ellipsis is not painted. spec ↗ | css-supports | … | |
focused-input-keeps-cssom-ellipsis |
Focusing an overflowing input leaves the authored text-overflow value inspectable as ellipsis while the visual interaction is handled by the browser. spec ↗ | script | … | |
contenteditable-selection-on-overflowed-ellipsis |
An overflowing contenteditable element with text-overflow:ellipsis can receive focus and text selection, exercising the editable interaction path. spec ↗ | script | … | |
two-value-text-overflow-not-required |
The Chrome 147 interaction behavior does not require two-value text-overflow syntax; unsupported two-value parsing must not be treated as a failed interaction. spec ↗ | script | … | |
line-clamp-is-separate-boundary |
Multi-line clamping uses -webkit-line-clamp rather than the single-line text-overflow interaction path. spec ↗ | script | … |