Version 3.3.3
Version 3.3.3 preserves quoted HTML attributes, reports rejected body styles, and prevents default font settings from inserting empty font spans.
3 bug fixes
Bug fixes 3
- Attribute values lost their double quotes on every WYSIWYG round trip (id="child" came back as id=child)
- Setting DefaultFontSizeInPt or DefaultFontFamily ran the toolbar formatting command and injected empty font SPANs into the document
- SetBodyStyle silently discarded any style declaration the browser engine rejected, with no error to the caller