← back to v140 · highlightsfrompoint-api

conformance · v140

v140 · highlightsfrompoint-api — 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-highlight-api-1/#interactions chromestatus: #4552801607483392 generated 2026-06-02T00:00:00Z by codex-auto-research
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
highlight-registry-exists CSS.highlights exposes the HighlightRegistry used to register custom highlights. spec ↗ exists
highlightsfrompoint-is-function HighlightRegistry.highlightsFromPoint is exposed as the point-hit-test entry point. spec ↗ typeof
highlight-constructor-exists Highlight is constructible from one or more AbstractRange objects. spec ↗ typeof
highlight-pseudo-selector-parses ::highlight(name) parses as the styling hook for registered custom highlights. spec ↗ css-supports
offscreen-point-returns-array Calling highlightsFromPoint for an offscreen point returns an array-like sequence, normally empty. spec ↗ script
shadowroots-option-accepted highlightsFromPoint accepts the shadowRoots option dictionary used to include shadow DOM hits. spec ↗ script