RichTextBox: HtmlFormatProvider: CSS properties in 'style' attribute should take precedence over HTML attributes
When HTML attribute is set and the same property is set in CSS, the element should be styled according to the CSS values, because they have higher priority. For example:
<table border="5" style="border: 1px solid black">