Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: sky/specs/markup.md

Issue 724093003: Specs: Make even the application scripts get 'module' as their local object, rather than 'applicati… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698