Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid re-dfn-ing terms in monkey patches #49

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions isolated-contexts.bs
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ and a [=response=] |response|, run these steps. Possible return values are
### Patches to the "Main Fetch" algorithm ### {#fetch-main-fetch}
The [=main fetch=] algorithm is extended as follows:

<div algorithm>
To <dfn id="monkey-main-fetch">main fetch</dfn>, given a
<div>
To <strong id="monkey-main-fetch">main fetch</strong>, given a
[=fetch params=] |fetchParams| and an optional boolean
<var ignore>recursive</var> (default false), run these steps:

Expand Down Expand Up @@ -660,9 +660,9 @@ that does specify [{{IsolatedContext}}].
WebIDL's [=exposed=] algorithm is adjusted as follows, adding a single step
after similarly handling [{{CrossOriginIsolated}}] (step 4 below).

<div algorithm>
<div>
An [=interface=], [=callback interface=], [=namespace=], or [=member=]
|construct| is <dfn id="dfn-exposed" export>exposed</dfn> in a given
|construct| is <strong id="dfn-exposed" export>exposed</strong> in a given
[=realm=] |realm| if the following steps return true:

<ol>
Expand Down
Loading