After a while looking around on the web i seems can't find any jQuery wysiwyg editors that support html5 formating. Almost every plugin out there use <font font-size="x">text</font>
or <big>text</big>
.
Both of those are not supported in HTML5. So i would like to kindly ask if anyone know any wysiwyg editor that uses <style>
tag to format things.
I really love CLEditor but again there's that <font>
tag formating or maybe someone could edit original code of CLEditor to use <span style="font-size:XXpx">
instead.
EDIT: I would actually go without jQuery one even if there is some lightweight standalone javascript wysiwyg.
Thanks.