// font-size
AttributeAndOrElementStyleEmulationPropertyRenderer fontSizeRenderer =
new AttributeAndOrElementStyleEmulationPropertyRenderer(
new StyleEmulationElementAttributeRenderer("font", "size",
new HTML3_2FontSizeEmulationAttributeValueRenderer()));
styleEmulationPropertyRendererSelector.register(
StylePropertyDetails.FONT_SIZE,
fontSizeRenderer);
}