AttributeOnlyStyleEmulationPropertyRenderer borderStyleRenderer =
new AttributeOnlyStyleEmulationPropertyRenderer(
new StyleEmulationElementAppendAttributeRenderer(
elementsSupportingBorderStyleProperty, "style",
new CSSBorderStylePropertyRenderer(cssPropertyName)));
propertiesRenderer.register(styleProperty, borderStyleRenderer);
}