← back to v140 · element-scoped-view-transitions

conformance · v140

v140 · element-scoped-view-transitions — 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-view-transitions-2/ chromestatus: #5109852273377280 generated 2026-06-02T00:00:00Z by codex-auto-research
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
element-startviewtransition-exists Element.prototype.startViewTransition is exposed, not just document.startViewTransition. spec ↗ typeof
document-startviewtransition-still-works document.startViewTransition remains exposed for document-scoped transitions. spec ↗ typeof
element-startviewtransition-returns-viewtransition Calling element.startViewTransition returns a ViewTransition object with promise properties. spec ↗ script
scoped-transition-types-setlike A scoped ViewTransition exposes a setlike types object for interrogating transition types. spec ↗ script
view-transition-class-supported view-transition-class is recognized as the class-like selector hook for transition pseudos. spec ↗ css-supports
view-transition-group-supported view-transition-group is recognized for nesting element-scoped transition pseudo trees. spec ↗ css-supports