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