[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:35:24 PDT 2012


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


Dan Wood <dwood at karelia.com> changed:

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




--- Comment #2 from Dan Wood <dwood at karelia.com>  2012-03-29 17:35:24 PST ---
I hope you don't mind reopening this to reconsider.  This is definitely not minimal, because it doesn't take nested context into account.  How about:

<div style="font-family: Helvetica; font-size: 12px;"> <!-- But only if this div's container is NOT already helvetica or 12px -->
<p style="margin: 0px;">foo</p> <!-- in this case, we want each paragraph to have its own zero margin
<p style="margin: 0px;">bar</p>
<p style="margin: 0px;">baz</p>
</div>

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