+ * Return the margin-before offset for printing text + * (sum of region border and padding)
Isn't this a bit of an unlucky choice for a name? The spec states start-indent = margin-corresponding + padding-corresponding + border-corresponding-width or margin-corresponding = padding-corresponding + border-corresponding-width - start-indent I know, useing getBorderAndPaddiongWidthBefore is longer, but the term "margin" seems to be already taken.
J.Pietschmann