[Webkit-unassigned] [Bug 58043] New: Unify the way we generate HTML for an image
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 7 07:30:07 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=58043
Summary: Unify the way we generate HTML for an image
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: P3
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: benjamin at webkit.org
Currently, when adding an image to the clipboard, we have the following behaviors:
-GTK serialize the full image element with createMarkup()
-Chromium has a custom method imageToMarkup() to serialize the img element and all its attribute
-The Windows port has a custom method imageToMarkup() creating an img element
That means the behavior change when passing an image around. I think it would be simpler to use createMarkup() everywhere.
--
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