← back to v144 · clipboardchange-event

conformance · v144

v144 · clipboardchange-event — conformance probe

4 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://github.com/w3c/clipboard-apis/pull/239 chromestatus: #5085102657503232 generated 2026-06-01T08:03:56Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
4
total
id contract kind verdict detail
clipboard-instance-exposed navigator.clipboard exists as the target on which clipboardchange fires. spec ↗ exists
onclipboardchange-handler-on-clipboard The Clipboard interface exposes an onclipboardchange event handler IDL attribute. spec ↗ script
clipboard-is-event-target navigator.clipboard inherits from EventTarget so addEventListener('clipboardchange', ...) is callable. spec ↗ script
addEventListener-clipboardchange-accepts-listener Registering a clipboardchange listener does not throw. spec ↗ script