bug 236202 : caption should inherit all font properties in quirks mode r=bernd sr=dbaron

This commit is contained in:
hpradhan%hotpop.com 2004-03-08 07:57:16 +00:00
Родитель 1f55f08bbd
Коммит 98daacd558
2 изменённых файлов: 8 добавлений и 18 удалений

Просмотреть файл

@ -98,19 +98,14 @@ li::-moz-list-bullet {
}
/* Quirk: cut off all font inheritance in tables and captions except for family. */
table, caption {
font-size: -moz-initial;
font-weight: -moz-initial;
font-style: -moz-initial;
font-variant: -moz-initial;
}
table {
text-align: -moz-initial;
white-space: normal; /* compatible with IE & spec */
line-height: normal;
font-size: -moz-initial; /* Quirk: cut off all font inheritance in tables
font-weight: -moz-initial; /* except for family. */
font-style: -moz-initial;
font-variant: -moz-initial;
}

Просмотреть файл

@ -98,19 +98,14 @@ li::-moz-list-bullet {
}
/* Quirk: cut off all font inheritance in tables and captions except for family. */
table, caption {
font-size: -moz-initial;
font-weight: -moz-initial;
font-style: -moz-initial;
font-variant: -moz-initial;
}
table {
text-align: -moz-initial;
white-space: normal; /* compatible with IE & spec */
line-height: normal;
font-size: -moz-initial; /* Quirk: cut off all font inheritance in tables
font-weight: -moz-initial; /* except for family. */
font-style: -moz-initial;
font-variant: -moz-initial;
}