diff --git a/isolated-contexts.bs b/isolated-contexts.bs index 8a9a9f9..0ee69bc 100644 --- a/isolated-contexts.bs +++ b/isolated-contexts.bs @@ -17,8 +17,33 @@ Abstract: Markup Shorthands: markdown yes -Introduction {#intro} -===================== + + +

Introduction

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

Isolated Contexts

+ +Isolated context will be defined here. + +

[IsolatedContext]

+ +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.