Security:Strawman Model: Difference between revisions

Line 59: Line 59:
                                         <i>document.appendChild(new Button(string, text))</i>
                                         <i>document.appendChild(new Button(string, text))</i>
             | < 'iframe' 'src' '=' string />
             | < 'iframe' 'src' '=' string />
                                         <i>document.appendChild(new IFrame(string))</i>
                                         <i>let frame:IFrame = new IFrame(string)
                                        document.appendChild(frame)
                                        frame.load(string)</i>
             | < 'script' > text </ 'script' >
             | < 'script' > text </ 'script' >
                                         <i>document.appendChild(new Script(text))
                                         <i>document.appendChild(new Script(text))
Confirmed users, Bureaucrats and Sysops emeriti
419

edits