suzrinブログ
HTML,CSS,Javascript,Nikon D5000での撮影記録あとPCパーツ大人のゲームなどなど
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ie8のlist-styleにおけるバグ発見
まぁ世界は広いので誰かしらは書いてると思うけど
自分用にメモ
前提としてw3cのCSS2 Specificationにはlist-styleに関して
The 'list-style' property is a shorthand notation for setting the three properties 'list-style-type', 'list-style-image', and 'list-style-position' at the same place in the style sheet.
(超適当日本語訳)「list-style」プロパティは「list-style-type」「list-style-image」と「list-style-position」三つを同時に指定する短縮型です
とあり、
A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none':
(超適当日本語訳)値を「none」に指定した場合は「list-style-type」と「list-style-image」ともに「none」を指定したことになる
とあります
なのにたとえば
li {
list-type:url(hogehoge);
}
li {
list-style : none ;
}
としても画像が消えてくれない罠がーーーーーーー
もちろんセレクタを足してカスケーディングの優先度を上げても駄目
IE8は標準準拠です(笑)
自分用にメモ
前提としてw3cのCSS2 Specificationにはlist-styleに関して
The 'list-style' property is a shorthand notation for setting the three properties 'list-style-type', 'list-style-image', and 'list-style-position' at the same place in the style sheet.
(超適当日本語訳)「list-style」プロパティは「list-style-type」「list-style-image」と「list-style-position」三つを同時に指定する短縮型です
とあり、
A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none':
(超適当日本語訳)値を「none」に指定した場合は「list-style-type」と「list-style-image」ともに「none」を指定したことになる
とあります
なのにたとえば
li {
list-type:url(hogehoge);
}
li {
list-style : none ;
}
としても画像が消えてくれない罠がーーーーーーー
もちろんセレクタを足してカスケーディングの優先度を上げても駄目
IE8は標準準拠です(笑)
PR
この記事にコメントする
カレンダー
01 | 2025/02 | 03 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
ブログ内検索
ツイッター
フリーエリア
18歳未満には不適切な内容がある場合が有ります閲覧にはご注意ください。
詳しくはりーどみーをご覧くださいお願いします
blogに関する連絡はこちらまで"suzrinあっとまーくmail.goo.ne.jp"
blogに関する連絡はこちらまで"suzrinあっとまーくmail.goo.ne.jp"
カテゴリー
最新記事
(09/15)
(07/25)
(04/24)
(03/08)
(02/06)
(01/22)
(11/19)
(06/01)
(05/09)
(05/07)
最新トラックバック
カウンター