Active
Project:
HTMLBox
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2008 at 12:25 UTC
Updated:
30 Aug 2008 at 12:16 UTC
Similarly to what used to happen with TinyMCE (now solved, see issue here), also in HTMLbox under Safari (3.0) the Bold and Italics buttons give back this non-standard xhtml formatting:
<span style="font-weight: bold" class="Apple-style-span">This is bold text</span>
<span style="font-style: italic" class="Apple-style-span">and this is italic text</span>instead of the valid strong and em.
Comments
Comment #1
Poetro commentedI'll use the same fix, as i used for the Mozilla family. Although it may slow the processing down a bit.
Comment #2
Poetro commented