Posted by marcoBauli on July 14, 2008 at 12:25pm
Jump to:
| Project: | HTMLBox |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Poetro |
| Status: | active |
Issue Summary
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
#1
I'll use the same fix, as i used for the Mozilla family. Although it may slow the processing down a bit.
#2