-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Description
We currently have <script type='text/javascript'> but this type attribute is not needed, and the validator warns about it.
In HTML5, the type attribute for the <script> tag is not required and defaults to text/javascript. Including it is unnecessary, unless we want to ensure backwards compatibility
Steps to Reproduce
- Add inline code
- Notice it adds
<script type='text/javascript'> - Notice validation error due to
type