See this line
|
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { |
It seems that this is causing the contents of the <dialog>...</dialog> to be rendered when the page is loaded. If bootstrap is not used, it will hide the contents until myDialog.showModal() is called.
See this line
bootstrap/dist/css/bootstrap-reboot.css
Line 27 in 8f7bd41
It seems that this is causing the contents of the
<dialog>...</dialog>to be rendered when the page is loaded. If bootstrap is not used, it will hide the contents untilmyDialog.showModal()is called.