Subject: | mozilla html |
Mozilla based composers place css styles into the code, like:
<span style="text-decoration: underline;">asdf</span><br>
<span style="font-style: italic;">asdf</span><br>
<span style="font-weight: bold;">asd</span><br>
<span style="color: rgb(255, 0, 0);">asdf</span><br>
Currently span styles are stripped from the text. Any plans on including
them in the future?