kobebryant1903 / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

unnecessary in HTML5 #325

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The output can be:
1. script = <script></script>
2. script:src = <script src=""></script>
3. link:css = <link rel="stylesheet" href="">

The type="text/css" and type="text/javascript" is unnecessary in HTML5!

Thanks!

Original issue reported on code.google.com by dtama...@gmail.com on 29 Feb 2012 at 10:51

GoogleCodeExporter commented 8 years ago
Yes. This is unnecessary in HTML5.

Original comment by samratmo...@gmail.com on 16 Jun 2012 at 6:07

GoogleCodeExporter commented 8 years ago
Fixed, will be available in the next release.

Original comment by serge....@gmail.com on 4 Jul 2012 at 10:04