- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 13 Jul 2020 09:41:47 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 13 July 2020 16:41:59 UTC
Hmm, now I am worried about the case where the topmost script-having execution context is null. In that case we still need to capture the incumbent settings object as per the backup stack. I think this could still be done, but we would have to convert the backup incumbent settings object stack into a backup incumbent _execution context_ stack. That is a larger change. So I would prefer to land this plus whatwg/html#5722 first using the mechanism from this PR, i.e. an (incumbent settings object, active script) tuple. Then I can follow up with a refactoring to consolidate everything to use execution contexts. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/902#issuecomment-657666942
Received on Monday, 13 July 2020 16:41:59 UTC