Skip to content

Commit

Permalink
Add stub [IsolatedContext] definition (WICG#36)
Browse files Browse the repository at this point in the history
* Add stub [IsolatedContext] definition

* Add stub [IsolatedContext] definition
  • Loading branch information
robbiemc authored May 8, 2024
1 parent 8830bab commit 4a3320d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions isolated-contexts.bs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,33 @@ Abstract:
Markup Shorthands: markdown yes
</pre>

Introduction {#intro}
=====================
<pre class="link-defaults">
spec:webidl; type:dfn; text:namespace
</pre>

<h1 id="introduction">Introduction</h1>

This specification is currently being drafted. In the meantime, please see the
[Isolated Web Apps Explainer](https://github.com/WICG/isolated-web-apps).

<h1 id="isolated-contexts">Isolated Contexts</h1>

<dfn export>Isolated context</dfn> will be defined here.

<h2 id="IsolatedContext" extended-attribute lt="IsolatedContext">[IsolatedContext]</h2>

If the [{{IsolatedContext}}] [=extended attribute=] appears on an
[=interface=],
[=partial interface=],
[=interface mixin=],
[=partial interface mixin=],
[=callback interface=],
[=namespace=],
[=partial namespace=],
[=interface member=],
[=interface mixin member=], or
[=namespace member=],
it indicates that the construct is [=exposed=]
only within a [=isolated context=].
The [{{IsolatedContext}}] extended attribute must not be used
on any other construct.

0 comments on commit 4a3320d

Please sign in to comment.