[Bug 10522] New: Consider making iframe, noframes or noembed as the ancestor of a script prevent execution

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

           Summary: Consider making iframe, noframes or noembed as the
                    ancestor of a script prevent execution
           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@w3.org


When running a script, Gecko checks if the script has an iframe, noframes or
noembed (in the HTML namespace) ancestor. If there is one, the script is marked
as already started and the running steps are terminated.

Please consider adding this to the spec.

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

Received on Wednesday, 1 September 2010 12:36:22 UTC