Declaring Multiple Script Tags
It would be nice if we could use a <script> tag like this to keep our HTML code nice and clean.
<script type="text/javascript">
<source src="_/app.js" />
<source src="_/views/Viewport.js" />
<source src="_/classes/Storage.js" />
</script>
It’d make pages lighter and I think it’s much easier to read. This is similar to how the new HTML5 <video> or <audio> tags work.
Would you prefer this at all?