What fresh hell is THIS now? - Patrick Lauke
<button>
over type="button"
and/or to not <button type="button">
?
type
for button is submit
?
<button type="button">
, lest your button winds up in a form one day and accidentally starts submitting it
type="button"
though?
type="button"
and learned that second tidbit somewhere else on the internets. :)
role="button"
is generally a smell, but type
should be safe
<h1>
elements per page which goes against the HTML5.1 spec. Relevant content: http://www.w3.org/WAI/PF/aria-practices/#kbd_layout_header
font-weight: 200
should just fallback to 400
right?
@font-face
's if that's what you're getting at.