Valid XHTML 1.1!に
Another HTML-lint や W3C HTML Validator でエラーが出ていた部分を修正。ただIEはapplication/xhtml+xmlを出力すると表示できないのでどうしたものかと悩み中。
あるサイトではあきらめ、あるサイトではユーザーエージェントで変えているみたい。
Posted by J.Harada on Wed, 16 Jul 2008
application/xhtml+xmlに対応するためにブラウザが返すAcceptを調べたのでまとめておく
| ブラウザ | バージョン | Accept |
|---|---|---|
| Firefox | 3.0.1 | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| Opera | 9.51 | text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 |
| Opera | 8.54 | text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 |
| Safari | 3.1.1 | text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| IE | 6.0 | image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-silverlight, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* ※リロードすると*/* |
| IE | 7.0 | image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-silverlight, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* ※リロードすると*/* ※普通にインストールしていないので実際は違うのかもしれない。 |
| hv3 | */* | |
| Amaya | 10.0 | */*;q=0.1,image/svg+xml,application/mathml+xml,application/xhtml+xml |
| Validator | バージョン | Accept |
| Another HTML-lint | htmllint.cgi 1.23 htmllint.pm 3.47 | text/html, application/xhtml+xml, */*;q=0.1 |
| W3C_Validator | 1.575 | 未出力 |
Posted by J.Harada on Thu, 17 Jul 2008
Posted by J.Harada on Wed, 16 Jul 2008
マイナーだけど触ってみた感じよさそうだったのでFrog CMSなるサイト構築ツールを入れてみた。 ページ数がごく少ないのでそんなに時間がかからずに入れ替えが出来たので満足。 ついでに自作のダサいデザインともおさらばしてデザインも出来合いのを入れてみる。
Posted by J.Harada on Thu, 3 Jul 2008