私は次のようなCSSコードを持つテンプレートを使用しています:
h2:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
hr:last-child {
margin-bottom: 0;
}
/* IE class */
h2.last-child,
p.last-child,
ul.last-child,
ol.last-child,
dl.last-child,
hr.last-child {
margin-bottom: 0;
}
作者がIEに対して異なる方法でそれを行った理由を誰かが説明できますか?それは現代のブラウザにもまだ必要ですか?