Safari compatibility (<strong> / <em> tags)
marcoBauli - July 14, 2008 - 12:25
| Project: | HTMLBox |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Poetro |
| Status: | active |
Jump to:
Description
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.

#1
I'll use the same fix, as i used for the Mozilla family. Although it may slow the processing down a bit.
#2