Open
Description
The example code in Updating UI with JavaScript currently uses:
<script type="text/javascript"></script>
As per the HTML5 spec:
"Authors should omit the type attribute instead of redundantly setting it."
Suggested fix:
- <script type="text/javascript"></script>
+ <script></script>
Metadata
Metadata
Assignees
Labels
No labels