Skip to content

Commit 48e3720

Browse files
authored
Merge pull request #398 from w3c/noticks
Editorial: Remove redundant ticks from <dfn event> text
2 parents af5536b + 4e1dd96 commit 48e3720

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -498,12 +498,12 @@ running.
498498
A [=/connection=]'s [=get the parent=] algorithm returns
499499
null.
500500

501-
An event with type <dfn event for=IDBDatabase>`versionchange`</dfn> will be fired at an open
501+
An event with type <dfn event for=IDBDatabase>versionchange</dfn> will be fired at an open
502502
[=/connection=] if an attempt is made to upgrade or delete the
503503
[=/database=]. This gives the [=/connection=] the opportunity to close
504504
to allow the upgrade or delete to proceed.
505505

506-
An event with type <dfn event for=IDBDatabase>`close`</dfn> will be fired at a [=/connection=] if the connection is [=/close a database connection|closed=] abnormally.
506+
An event with type <dfn event for=IDBDatabase>close</dfn> will be fired at a [=/connection=] if the connection is [=/close a database connection|closed=] abnormally.
507507

508508
</div>
509509

@@ -1133,10 +1133,10 @@ They will return true if any transactions were cleaned up, or false otherwise.
11331133
each [=/transaction=].
11341134
</aside>
11351135

1136-
An event with type <dfn event for=IDBTransaction>`complete`</dfn> is fired at
1136+
An event with type <dfn event for=IDBTransaction>complete</dfn> is fired at
11371137
a [=/transaction=] that has successfully [=transaction/committed=].
11381138

1139-
An event with type <dfn event for=IDBTransaction>`abort`</dfn> is fired at
1139+
An event with type <dfn event for=IDBTransaction>abort</dfn> is fired at
11401140
a [=/transaction=] that has [=transaction/aborted=].
11411141

11421142
<!-- ============================================================ -->
@@ -1241,12 +1241,12 @@ request=].
12411241
When a request is made, a new [=/request=] is returned with its [=request/done
12421242
flag=] set to false. If a request completes successfully, its [=request/done flag=]
12431243
is set to true, its [=request/result=] is set to the result of the request,
1244-
and an event with type <dfn event for=IDBRequest>`success`</dfn> is fired at the
1244+
and an event with type <dfn event for=IDBRequest>success</dfn> is fired at the
12451245
[=/request=].
12461246

12471247
If an error occurs while performing the operation, the request's [=request/done flag=]
12481248
is set to true, the request's [=request/error=] is set to the error, and an event with
1249-
type <dfn event for=IDBRequest>`error`</dfn> is fired at the request.
1249+
type <dfn event for=IDBRequest>error</dfn> is fired at the request.
12501250

12511251
A [=/request=]'s [=get the parent=] algorithm returns the request's
12521252
[=request/transaction=].
@@ -1269,7 +1269,7 @@ A [=/request=]'s [=get the parent=] algorithm returns the request's
12691269
An <dfn>open request</dfn> is a special type of [=/request=] used
12701270
when opening a [=/connection=] or deleting a [=/database=].
12711271
In addition to {{IDBRequest/success!!event}} and {{IDBRequest/error!!event}} events,
1272-
<dfn event for=IDBOpenDBRequest>`blocked`</dfn> and <dfn event for=IDBOpenDBRequest>`upgradeneeded`</dfn> events may be fired at an [=request/open
1272+
<dfn event for=IDBOpenDBRequest>blocked</dfn> and <dfn event for=IDBOpenDBRequest>upgradeneeded</dfn> events may be fired at an [=request/open
12731273
request=] to indicate progress.
12741274

12751275
The [=request/source=] of an [=request/open request=]

0 commit comments

Comments
 (0)