← back to v133 · dialog-light-dismiss
conformance · v133
v133 · dialog-light-dismiss — conformance probe
5 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
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
dialog-closedby-idl |
HTMLDialogElement.prototype exposes a closedBy IDL attribute reflecting the closedby content attribute. spec ↗ | script | … | |
dialog-closedby-default-state |
On a fresh <dialog>, closedBy reflects a string value (the default state derived from how the dialog was opened). | script | … | |
dialog-closedby-any |
Setting closedby='any' is reflected through the IDL attribute and remembered. spec ↗ | script | … | |
dialog-closedby-closerequest |
closedby='closerequest' is accepted and surfaces through the IDL attribute. | script | … | |
dialog-closedby-none |
closedby='none' is accepted and surfaces through the IDL attribute. | script | … |