You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent execution of (some) scripts moving between documents
This causes scripts that move between documents between the preparation
and execution phases to not execute, aligning with most browsers. Closes#2469.
This does not address #2137, which is about scripts moving between
documents between the parsing and preparation, or parsing and execution
phases.
Tests: web-platform-tests/wpt#19632
0 commit comments