[Webkit-unassigned] [Bug 12198] execcommand italic and bold commands should generate <i> and <b>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 01:38:45 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12198





------- Comment #1 from dpopa at adobe.com  2007-03-05 01:38 PDT -------
(In reply to comment #0)
> I heard that currently "italic" and "bold" generic something along the lines
> of:
> 
>   <span style="font-style:italic"> ... </span>
> 
> that's not really useful. Given that this is mostly used by WYSIWYG editors
> generating <em> and <strong> isn't particularly useful either (that's what IE
> does at the moment).
> 
Consider implementing document.execCommand("styleWithCSS", false, bool) as in
Gecko.
When bool is false, formatting commands should use tags instead of styled
spans. Use B,I no STRONG,EM.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list