[Bug 17112] [Custom]: Behavior of <script> element is different when a child of <element>

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17112

--- Comment #3 from Dominic Cooney <dominicc@chromium.org> 2012-05-23 04:58:21 UTC ---
Got it.

If you want to run the script in a different context, I don’t see how you get
around having different semantics. For example you could do <element
onmumble="f()"> and fire onmumble after the child script has run. But then that
script is running in the typical window context to define f.

-- 
Configure bugmail: https://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, 23 May 2012 04:58:44 UTC