dom-examples
dom-examples copied to clipboard
simplify / correct markup of dialog example
- adds
lang=en
to thehtml
element - removes unnecessary use of
section
element fromdialog
- swap invalid use of
menu
element withdiv
(bystander comment) Would it be possible to add viewport to example in this same PR? Currently this is not very nice experience in mobile. I suspect I'm not the only one reading and using examples with smaller screen :)
<meta name="viewport" content="width=device-width">