[Webkit-unassigned] [Bug 87539] New: createContextualFragment doesn't work with colTag, colgroupTag, framesetTag, headTag, styleTag, and titleTag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 15:28:28 PDT 2012


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

           Summary: createContextualFragment doesn't work with colTag,
                    colgroupTag, framesetTag, headTag, styleTag, and
                    titleTag
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, Ms2ger at gmail.com,
                    rafaelw at chromium.org


This restriction comes from khtml where it says:

http://trac.webkit.org/browser/trunk/WebCore/khtml/html/html_elementimpl.cpp?annotate=blame&rev=9169#L325
// IE disallows innerHTML on inline elements. I don't see why we should have this restriction, as our
// dhtml engine can cope with it. Lars
//if ( isInline() ) return false;

Given that this function is no longer used for innerHTML, I see why we'd want restrict createContextualFragment like this.

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