| Index: sky/specs/markup.md
|
| diff --git a/sky/specs/markup.md b/sky/specs/markup.md
|
| index 29e92a4ac74d014552558ed7ee63fc5abff850c6..20d0151e77e3deeca64b518f16b190e856634898 100644
|
| --- a/sky/specs/markup.md
|
| +++ b/sky/specs/markup.md
|
| @@ -163,10 +163,9 @@ it's the runtime library). None of these elements have shadow trees.
|
|
|
| ``<script>``
|
| - Blocks until all previous imports have been loaded, then runs the
|
| - script, with either 'module' or 'application' as the first
|
| - argument, the exports of any imports that have "as" attributes at
|
| - this time passed in as subsequent arguments, and with "this" set to
|
| - null.
|
| + script, with 'module' as the first argument, the exports of any
|
| + imports that have "as" attributes at this time passed in as
|
| + subsequent arguments, and with "this" set to null.
|
|
|
| ``<style>``
|
| - Adds the contents to the document's styles.
|
|
|