← back to v145 · focus-s-focusvisible-option

conformance · v145

v145 · focus-s-focusvisible-option — conformance probe

5 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://html.spec.whatwg.org/#dom-focusoptions-focusvisible chromestatus: #5612989944299520 generated 2026-06-01T08:14:32Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
focus-options-dictionary-accepted HTMLElement.prototype.focus accepts a FocusOptions dictionary — the surface that gains focusVisible. script
focus-visible-true-roundtrip After focus({focusVisible:true}), the focused element matches :focus-visible. spec ↗ script
focus-visible-false-roundtrip After focus({focusVisible:false}), the focused element does not match :focus-visible. spec ↗ script
svg-element-focus-is-function SVGElement.prototype.focus is a function — the focusVisible option is added at the HTML/SVG element level. typeof
focus-visible-pseudo-supported CSS supports the :focus-visible pseudo-class via the selector() function, the target state focusVisible toggles. css-supports