[Webkit-unassigned] [Bug 62112] New: [chromium] Add plumbing to support pasting context in HTML paste

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 22:38:06 PDT 2011


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

           Summary: [chromium] Add plumbing to support pasting context in
                    HTML paste
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dcheng at chromium.org


We need this so we can support pastes of table cells without the surrounding table; otherwise, the HTML5 parser will normally strip them out. We plan to support this by passing the entire context with the fragment range--that way, we can recreate the entire document and then extract just the markup we care about. If we pass the fragment directly to the HTML5 parser, elements that are 'impossible' in the current context just get removed.

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