Is it still necessary (or even good practice) when using HTML5 to declare the script type when using a script block?
e.g.
The current draft of HTML5 doesn't require the type attribute for script tags.
Also the is not required in HTML5 (it was XHTML specific anyway).
is not required in HTML5 (it was XHTML specific anyway).