← back to v146 · trigger-scope
conformance · v146
v146 · trigger-scope — 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 |
|---|---|---|---|---|
trigger-scope-supported |
trigger-scope is a recognised CSS property — needed to bound the elements a named animation-trigger applies to. | css-supports | … | |
trigger-scope-none-keyword |
trigger-scope accepts the 'none' keyword (default — no scoping). | css-supports | … | |
trigger-scope-all-keyword |
trigger-scope accepts the 'all' keyword (this element scopes all named triggers in its subtree). | css-supports | … | |
trigger-scope-named-list |
trigger-scope accepts a comma-separated list of <custom-ident> trigger names. | css-supports | … | |
trigger-scope-cssom-roundtrip |
Setting trigger-scope through CSSOM is reflected in getComputedStyle. | script | … | |
trigger-scope-rejects-bogus |
Unknown values are rejected — the property is not a freeform string. | script | … |