Add support for external Javascript via <script> tags in <head> or <body>.
Consider practical and security implications: what would be the execution context/scope of external scripts? (documents get aggregated into shadow-roots, so there's no dedicated document-scope for external scripts...?)
Needs discussion/specification before implementation.
Add support for external Javascript via
<script>tags in<head>or<body>.Consider practical and security implications: what would be the execution context/scope of external scripts? (documents get aggregated into shadow-roots, so there's no dedicated document-scope for external scripts...?)
Needs discussion/specification before implementation.