// todo The instance created here is exactly the same as the one created in the BackgroundComponentHandler so reuse it.
// This may not be sensible if there are issues with sharing code with state in it.
mcsImageHandler = new ValueHandlerToPropertyAdapter(
StylePropertyDetails.MCS_IMAGE,
new BackgroundImageHandler(context.getPolicyReferenceResolver(),
context.getAssetResolver(),
context.getTranscodableUrlResolver()));
// A border should only be rendered if the border style is not none
// and the border width is valid.