зеркало из https://github.com/mozilla/gecko-dev.git
bug 236202 : caption should inherit all font properties in quirks mode r=bernd sr=dbaron
This commit is contained in:
Родитель
1f55f08bbd
Коммит
98daacd558
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче