Style changes

This commit is contained in:
Kognise 2020-10-02 17:35:01 +00:00 committed by GitHub
parent f89b85b65e
commit d785c31c8b
4 changed files with 20 additions and 20 deletions

View file

@ -279,9 +279,15 @@
</details>
<p>The dialog (form, and menu) tag</p>
<button type='button' id='dialog-trigger'>Show me the dialog!</button>
<span id='dialog-result'></span>
<dialog id='dialog'>
<div>
<button type="button" id="dialog-trigger">
Show me the dialog!
</button>
<span id="dialog-result"></span>
</div>
<dialog id="dialog">
<header>This is a sample dialog</header>
<form method="dialog">
<p>What is your favorite pet animal?</p>