[Webkit-unassigned] [Bug 12319] Paste of simple rich text results in way too verbose markup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 17:28:31 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=12319


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2012-03-29 17:28:31 PST ---
ToT WebKit generates:

<p style="margin: 0px; font-family: Helvetica; font-size: 12px; ">hello</p>
<p style="margin: 0px; font-family: Helvetica; font-size: 12px; ">world</p>
<p style="margin: 0px; font-family: Helvetica; font-size: 12px; ">webkit</p>

Since some old UAs don't support "font" shorthand, it seems like this is the minimal markup we can generate.

I'm closing this bug now since there are million ways to improve the generated markup and the current results look good enough. If you have more specific bug reports, please file new ones.

-- 
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