Skip to content

Commit 322f7f6

Browse files
Editorial: Fix event loop links
1 parent d1256fe commit 322f7f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ A [=/transaction=] has a <dfn>durability hint</dfn>. This is a hint to the user
951951
</aside>
952952

953953
A [=/transaction=] optionally has a <dfn>cleanup event loop</dfn>
954-
which is an [=event loop=].
954+
which is an [=/event loop=].
955955

956956
A [=/transaction=] has a <dfn>request list</dfn> of pending [=/requests=]
957957
which have been made against the transaction.
@@ -1099,10 +1099,10 @@ They will return true if any transactions were cleaned up, or false otherwise.
10991099

11001100
<div class=algorithm>
11011101
1. If there are no [=/transactions=] with [=transaction/cleanup
1102-
event loop=] matching the current [=event loop=], return false.
1102+
event loop=] matching the current [=/event loop=], return false.
11031103

11041104
1. For each [=/transaction=] |transaction| with [=transaction/cleanup event loop=]
1105-
matching the current [=event loop=]:
1105+
matching the current [=/event loop=]:
11061106

11071107
1. Set |transaction|'s [=transaction/state=] to [=transaction/inactive=].
11081108

@@ -1277,10 +1277,10 @@ further requests to be processed.
12771277

12781278
<aside class=note>
12791279
A [=connection queue=] is not a [=task queue=] associated with
1280-
an [=event loop=], as the requests are processed outside any
1280+
an [=/event loop=], as the requests are processed outside any
12811281
specific [=/browsing context=]. The delivery of events to
12821282
completed [=open request=] still goes through a [=task queue=]
1283-
associated with the [=event loop=] of the context where the
1283+
associated with the [=/event loop=] of the context where the
12841284
request was made.
12851285
</aside>
12861286

@@ -2666,7 +2666,7 @@ The <dfn method for=IDBDatabase>transaction(|storeNames|, |mode|, |options|)</df
26662666
1. Let |transaction| be a newly [=transaction/created=] [=/transaction=] with |connection|, |mode|, |options|' {{IDBTransactionOptions/durability}} member, and the set of [=/object stores=] named in |scope|.
26672667

26682668
1. Set |transaction|'s [=transaction/cleanup event loop=] to the
2669-
current [=event loop=].
2669+
current [=/event loop=].
26702670

26712671
1. Return an {{IDBTransaction}} object representing |transaction|.
26722672

0 commit comments

Comments
 (0)