Inside a <dialog>, what does a <form method="dialog"> do when submitted, and what is the dialog's returnValue?<dialog id="d"> <form method="dialog"> <button value="cancel">Cancel</button> <button value="ok">OK</button> </form> </dialog>