Skip to content

Commit

Permalink
Address feedback from Devlin
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Feb 24, 2025
1 parent 1a40c65 commit 9c6fc28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Filenames beginning with an underscore (`_`) are reserved for use by user agent.

# Isolated worlds

<dfn>Worlds</dfn> are isolated JavaScript contexts with access to the same underlying DOM tree but their own set of wrappers around those DOM objects.
<dfn>Worlds</dfn> are isolated JavaScript contexts with access to the same underlying DOM tree but their own set of wrappers around those DOM objects. Declarations in the global scope are also isolated.

# Unavailable APIs

Expand Down Expand Up @@ -207,7 +207,7 @@ A [=list=] of [=match patterns=] that are used to decide which pages the user ag

### Key `exclude_matches`

A [=list=] of [=match patterns=] that can be used to exclude URLs from where the content script runs.
A [=list=] of [=match patterns=] that can be used to specify URLs where the content script should not run, even if the URL matches entries in [[#key-matches]] and (if specified) [[#key-include_globs]].

### Key `js`

Expand Down Expand Up @@ -243,7 +243,7 @@ A list of [=globs=] that a document should match. A document matches if the URL

### Key `exclude_globs`

A list of [=globs=] that can be used to exclude URLs from where the content script runs.
A [=list=] of [=globs=] that can be used to specify URLs where the content script should not run, even if the URL matches entries in [[#key-matches]] and (if specified) [[#key-include_globs]].

### Key `world`

Expand Down

0 comments on commit 9c6fc28

Please sign in to comment.