inline-style
inline-style copied to clipboard
Inlined style parsing error
<div style="background-color: orange; font-size: 35px">...</div>
The style of this element is reduced to the background-color
element. Actually all such inlined styles that do not have the trailing ;
are stripped of their last element.