- From: Daniel Ehrenberg <notifications@github.com>
- Date: Mon, 04 Mar 2019 04:25:16 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 March 2019 12:25:40 UTC
littledan commented on this pull request. > + }; +</pre> + +Note: As with partial interface definitions, partial module definitions are +intended for use as a specification editorial aide, allowing the definition +of a module to be separated over more than one section of the document, and +sometimes multiple documents. + +The order that members appear in has significance for property enumeration in +the <a href="#es-modules">ECMAScript binding</a>. + +Note that like namespaces, modules do not create types. + +Of the extended attributes defined in this specification, only the [{{Exposed}}] +and [{{SecureContext}}] extended attributes are applicable to modules. No +extended attributes are applicable to [=partial modules=]. This "applicable" wording is widespread in the WebIDL text; maybe we should make a separate issue to clean it up? -- 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/675#discussion_r262037683
Received on Monday, 4 March 2019 12:25:40 UTC