reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky

bustage fix
This commit is contained in:
bmlk%gmx.de 2004-10-09 12:25:31 +00:00
Родитель dc7f3d55d0
Коммит 9dbd8b92be
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -218,7 +218,7 @@ ProcessTableRulesAttribute(nsStyleStruct* aStyleStruct,
(NS_STYLE_BORDER_STYLE_SOLID != bStyle)) {
bStyle = NS_STYLE_BORDER_STYLE_SOLID;
}
bStyle |= NS_STYLE_BORDER_STYLE_RULES_MASK;
bStyle |= NS_STYLE_BORDER_STYLE_RULES_MARKER;
borderData->SetBorderStyle(aSide, bStyle);
nscolor borderColor;

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

@ -218,7 +218,7 @@ ProcessTableRulesAttribute(nsStyleStruct* aStyleStruct,
(NS_STYLE_BORDER_STYLE_SOLID != bStyle)) {
bStyle = NS_STYLE_BORDER_STYLE_SOLID;
}
bStyle |= NS_STYLE_BORDER_STYLE_RULES_MASK;
bStyle |= NS_STYLE_BORDER_STYLE_RULES_MARKER;
borderData->SetBorderStyle(aSide, bStyle);
nscolor borderColor;