Name |
Last commit
|
Last update |
---|---|---|
.. | ||
css.html | ||
css.jinja | ||
inline_js.html | ||
inline_js.jinja | ||
js.html | ||
js.jinja |
Before: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... After: <script type="text/javascript" ... <script async type="text/javascript" ... <script defer type="text/javascript" ... <script async defer type="text/javascript" ... The charset attribute is not valid for inline scripts: "Element script must not have attribute charset unless attribute src is also specified." http://dev.w3.org/html5/markup/script.html
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
css.html | Loading commit data... | |
css.jinja | Loading commit data... | |
inline_js.html | Loading commit data... | |
inline_js.jinja | Loading commit data... | |
js.html | Loading commit data... | |
js.jinja | Loading commit data... |