← back to v150 · css4-text-decoration-skip-spaces
conformance · v150
v150 · css4-text-decoration-skip-spaces — conformance probe
8 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
8
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
skip-spaces-property |
text-decoration-skip-spaces is recognised as a CSS property via CSS.supports. spec ↗ | css-supports | … | |
skip-spaces-none |
The 'none' keyword is accepted — decorations cross spaces with no skipping. | css-supports | … | |
skip-spaces-start |
The 'start' keyword is accepted for logical inline-start whitespace skipping. spec ↗ | css-supports | … | |
skip-spaces-end |
The 'end' keyword is accepted for logical inline-end whitespace skipping. spec ↗ | css-supports | … | |
skip-spaces-start-end |
The 'start end' multi-keyword value is accepted (skip only leading and trailing whitespace). | css-supports | … | |
skip-spaces-rejects-bogus-value |
A clearly invalid value is rejected (regression check on the property's value grammar). | script | … | |
skip-spaces-rejects-obsolete-physical-values |
Obsolete physical keywords such as 'leading' and 'trailing' are rejected; authors should use logical start/end. spec ↗ | script | … | |
skip-spaces-roundtrips |
Setting text-decoration-skip-spaces via CSSOM round-trips through getComputedStyle. | script | … |