}
if (axis == RelativeAxis.BLOCK_PROGRESSION) {
return parent.traitBorderSeparationBpd(context);
}
if (axis == RelativeAxis.INLINE_PROGRESSION) {
return parent.traitBorderSeparationIpd(context);
}
throw Property.unexpectedInitialValueArgument(
FoProperty.BORDER_SEPARATION, PdBorderSeparation.class);
}