[Bug 11091] New: Clarify whether importNode copies the 'already executed' flag

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11091

           Summary: Clarify whether importNode copies the 'already
                    executed' flag
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: hsivonen@iki.fi
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


See http://hsivonen.iki.fi/test/moz/scripts/xhr-importNode.html
In Gecko, it seems the 'already executed' flag is copied. In WebKit, it seems
it isn't copied.

Opera seems to execute the script because 'already executed' hasn't been set in
the first place:
http://hsivonen.iki.fi/test/moz/scripts/xhr.html

IE9 beta1 seems to be unable to either adopt or import nodes from a non-ActiveX
XHR doc into a doc in a browsing context.

Please define the correct behavior for importNode in this case. In any case, it
would be a bad idea to copy the 'parser-inserted' flag.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 19 October 2010 12:38:29 UTC