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

browser: spec: https://drafts.csswg.org/css-animations-2/#trigger-scope chromestatus: #5152759609425920 generated 2026-06-01T08:00:00Z by conformance-author-v1-subagent
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