← back to v136 · dispatching-click-events-to-captured-pointer
conformance · v136
v136 · dispatching-click-events-to-captured-pointer — 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 |
|---|---|---|---|---|
set-pointer-capture-exists |
Element.prototype.setPointerCapture is a function — the entry point that produces a captured target. spec ↗ | typeof | … | |
release-pointer-capture-exists |
Element.prototype.releasePointerCapture is a function. spec ↗ | typeof | … | |
has-pointer-capture-exists |
Element.prototype.hasPointerCapture is a function. spec ↗ | typeof | … | |
pointer-event-constructor |
PointerEvent is exposed as a constructor. spec ↗ | typeof | … | |
gotpointercapture-handler |
Element.prototype exposes an ongotpointercapture handler — fired before captured-target click dispatch begins. spec ↗ | script | … | |
lostpointercapture-handler |
Element.prototype exposes an onlostpointercapture handler — completes the capture lifecycle. spec ↗ | script | … |