[1] [CITE[html - Difference between type="text/css" and type="text/stylesheet"? - Stack Overflow]]
([TIME[2015-06-30 11:13:28 +09:00]] 版)
<http://stackoverflow.com/questions/12457812/difference-between-type-text-css-and-type-text-stylesheet>

[2] [CITE@en[Invalid <link rel type> causes Firefox to not render the stylesheet · Issue #14 · kpdecker/six-speed]]
([TIME[2015-06-30 11:14:05 +09:00]] 版)
<https://github.com/kpdecker/six-speed/issues/14>

[FIG(quote)[
[FIGCAPTION[
[3] [CITE@ja[IEのスタイルシート - 開発用メモ]]
([TIME[2015-06-30 11:15:06 +09:00]] 版)
<http://hariganet.hatenablog.com/entry/2013/08/01/020622>
]FIGCAPTION]

> type="text/stylesheet"
> という書き方自体がだめらしい。
> つくって覚えるJavaScript+HTML5入門では、type="text/stylesheet"になってたんだけど、なんで?

]FIG]


[FIG(quote)[
[FIGCAPTION[
[4] [CITE[Doing More with Less]]
([TIME[2015-06-30 11:15:27 +09:00]] 版)
<http://www.stylinwithcss.com/blog/post.php?s=2013-05-31-doing-more-with-less>
]FIGCAPTION]

> <link href="css/styles.less" rel="stylesheet/less" type="text/stylesheet" />

]FIG]


[FIG(quote)[
[FIGCAPTION[
[5] [CITE[Mojolicious::Plugin::AssetPack::Manual::Include - search.cpan.org]]
([TIME[2015-06-30 11:16:08 +09:00]] 版)
<http://search.cpan.org/~jhthorsen/Mojolicious-Plugin-AssetPack-0.55/lib/Mojolicious/Plugin/AssetPack/Manual/Include.pod>
]FIGCAPTION]

>   <style type="text/stylesheet">
>     /* your css here */
>   </style>

]FIG]


[FIG(quote)[
[FIGCAPTION[
[6] [CITE@en-gb[CSS loaded but not applied • mozillaZine Forums]]
([TIME[2015-06-30 11:17:07 +09:00]] 版)
<http://forums.mozillazine.org/viewtopic.php?f=25&t=645641>
]FIGCAPTION]

> CSS = document.createElement("link"); 
> CSS.href = "a.css"; 
> CSS.rel = "stylesheet"; 
> CSS.type = "text/stylesheet"; 

]FIG]
