Skip to content

Commit 4b159a2

Browse files
Specify that the state refers to the passed transaction (#468)
SHA: c59639b Reason: push, by SteveBeckerMSFT Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 659fafe commit 4b159a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version 3f621ba99, updated Mon Jul 28 15:38:36 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/IndexedDB/" rel="canonical">
1010
<link href="logo-db.svg" rel="icon">
11-
<meta content="19e25f060e4c21a3a5cac5fdaeca0794bfe95dc6" name="revision">
11+
<meta content="c59639b66372fde59dbd7d548c8c1d3188af412b" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -1005,7 +1005,7 @@
10051005
</p>
10061006
<h1 class="p-name no-ref" id="title">Indexed Database API 3.0</h1>
10071007
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>,
1008-
<time class="dt-updated" datetime="2025-08-11">11 August 2025</time></p>
1008+
<time class="dt-updated" datetime="2025-08-12">12 August 2025</time></p>
10091009
<details open>
10101010
<summary>More details about this document</summary>
10111011
<div data-fill-with="spec-metadata">
@@ -1015,7 +1015,7 @@ <h1 class="p-name no-ref" id="title">Indexed Database API 3.0</h1>
10151015
<dt>Latest published version:
10161016
<dd><a href="https://www.w3.org/TR/IndexedDB/">https://www.w3.org/TR/IndexedDB/</a>
10171017
<dt>Previous Versions:
1018-
<dd><a href="https://www.w3.org/TR/2025/WD-IndexedDB-3-20250808/" rel="prev">https://www.w3.org/TR/2025/WD-IndexedDB-3-20250808/</a>
1018+
<dd><a href="https://www.w3.org/TR/2025/WD-IndexedDB-3-20250811/" rel="prev">https://www.w3.org/TR/2025/WD-IndexedDB-3-20250811/</a>
10191019
<dt>Test Suite:
10201020
<dd><a href="https://github.com/web-platform-tests/wpt/tree/master/IndexedDB">https://github.com/web-platform-tests/wpt/tree/master/IndexedDB</a>
10211021
<dt>Feedback:
@@ -5704,7 +5704,7 @@ <h3 class="heading settled" data-level="5.5" id="abort-transaction"><span class=
57045704
<p>To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="abort-a-transaction">abort a transaction</dfn> with the <var>transaction</var> to abort, and <var>error</var>, run these steps:</p>
57055705
<ol>
57065706
<li data-md>
5707-
<p>If <a data-link-type="dfn" href="#transaction-state" id="ref-for-transaction-state③⑧">state</a> is <a data-link-type="dfn" href="#transaction-finished" id="ref-for-transaction-finished①⑧">finished</a>, abort these steps.</p>
5707+
<p>If <var>transaction</var>’s <a data-link-type="dfn" href="#transaction-state" id="ref-for-transaction-state③⑧">state</a> is <a data-link-type="dfn" href="#transaction-finished" id="ref-for-transaction-finished①⑧">finished</a>, abort these steps.</p>
57085708
<li data-md>
57095709
<p>All the changes made to the <a data-link-type="dfn" href="#database" id="ref-for-database⑥④">database</a> by the <a data-link-type="dfn" href="#transaction-concept" id="ref-for-transaction-concept⑦⑤">transaction</a>
57105710
are reverted. For <a data-link-type="dfn" href="#upgrade-transaction" id="ref-for-upgrade-transaction④⑧">upgrade transactions</a> this includes changes

0 commit comments

Comments
 (0)