By empty I mean the following:
<link rel="stylesheet" href="reset.css" type="text/css" />
Been using XHTML transitional for several years now – and to validate properly the trailing /> is required for elements that do not contain other elements. Is this required for a valid HTML5 document?
No, it is not required.
http://dev.w3.org/html5/html-author/