Make object, map, label, input, button, select, textarea inline elements
They are according to the HTML 4 spec.
<script> is also technically inline, but we omit it here because it is
usually used in in places where this doesn't matter, and readability
would suffer a lot if consecutive script elements were always joined on
the same line.