Skip to content

Commit

Permalink
Avoid re-dfn-ing terms in monkey patches
Browse files Browse the repository at this point in the history
This helps avoid creating duplicate `dfn` when extracted for re-use by Bikeshed
  • Loading branch information
dontcallmedom committed Aug 23, 2024
1 parent a6ecf5d commit 52618ba
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 52618ba

Please sign in to comment.