-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Apologies if I'm missing something but I believe that the spec as currently written blocks any inline script elements from executing.
A new [[ScriptText]] slot is added and is initially null, this is only every set via the IDL OR when running "prepare the script text" algorithm.
The problem is that the "prepare the script text" algorithm will always throw unless a default policy exists. This means that the test suite for example fails to run.
Chromium I believe has an additional step that parsed script elements set their [[ScriptText]] slot when parsing has finished, this needs speccing.