Recently I came up with the idea of using a <ui> tag in order to semantically separate my app's content from it's UI chrome. I could use <form> but then even clicking a simple <button> submits the form's data when what I'm creating is more of a stateful toolbar than a proper form.<div>
<br></div><div>To that end, is there something like <ui> already available, or in the works, or a better solution that I'm not aware of?</div><div><br></div><div>Thanks,</div><div>Darcy Murphy</div>