[Bug 6257] New: Please specify document.write()-safe points in the parse

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

           Summary: Please specify document.write()-safe points in the parse
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Spec proposals
        AssignedTo: dave.null@w3.org
        ReportedBy: hsivonen@iki.fi
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


Please enumerate the situations where as a side effect of a parse
document.write() may be called and is not a no-op. (I.e. document.write() is a
re-entrant call to the parser.)

Please specify that in situations other than the enumerated ones, a re-entrant
call to document.write() is a no-op. (This may end up being an empty set of
situations.)

The enumeration should include at least popping an HTML or SVG <script> off the
stack. The enumeration might include popping an <svg> element off the stack
(and firing a load event for it).


-- 
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 Saturday, 29 November 2008 12:50:44 UTC