The background color is not respected when it is applied to part of the spans in a paragraph and the document is exported to PDF.
Html code in which the background color property is respected: <span style=""background-color:red;"">test with background</span>
Html code in which the background color property
is NOT respected:
test<span style=""background-color:red;"">test with background</span>