← back to v132 · dialog-toggle-events
conformance · v132
v132 · dialog-toggle-events — 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 |
|---|---|---|---|---|
toggle-event-constructor-exists |
ToggleEvent constructor is exposed globally; it's the same event interface popover already uses, now also fired by dialog. spec ↗ | exists | … | |
toggle-event-has-new-state |
ToggleEvent instances expose newState and oldState string properties. spec ↗ | script | … | |
dialog-fires-toggle-on-show |
HTMLDialogElement fires a toggle event when shown. spec ↗ | script | … | |
dialog-fires-beforetoggle |
HTMLDialogElement supports beforetoggle as a cancellable precursor event. spec ↗ | script | … | |
dialog-ontoggle-property |
HTMLDialogElement exposes an ontoggle IDL attribute for event handler registration. spec ↗ | script | … | |
dialog-onbeforetoggle-property |
HTMLDialogElement exposes an onbeforetoggle IDL attribute for event handler registration. spec ↗ | script | … |