Dialog elements now correctly establish a close watcher when shown modally. This means modal dialogs now correctly close with an escape key press.
This implements most of the CloseWatcher API from the html spec. AbortSignal support is unimplemented. Integration with dialogs and popovers is also unimplemented.