[Webkit-unassigned] [Bug 21679] ExecCommand fontsize does not change size of background color
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 18 11:12:02 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=21679
--- Comment #5 from Aryeh Gregor <Simetrical+webkit at gmail.com> 2011-08-18 11:12:02 PST ---
. . . FWIW, the problem is not limited to creating extra span tags. If you have markup like
foo<font size=6>bar</font>baz
then the markup you need to generate is actually
<span style=background-color:aqua>foo<font size=6 style=background-color:aqua>bar</font>baz</span>
or something. You need to actually check each descendant for this condition and fix it -- in some cases you'll really need to add more markup. Of course, it's less of an issue if you don't create extra spans, but that brings its own problems.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list