Skip to content

Commit 746d163

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.1.7.
1 parent 889da44 commit 746d163

10 files changed

+79
-71
lines changed

tr/algorithms/IndexedDB-3.json

Lines changed: 23 additions & 20 deletions
Large diffs are not rendered by default.

tr/algorithms/payment-request.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
{
953953
"name": "user accepts the payment request algorithm",
954954
"href": "https://www.w3.org/TR/payment-request/#dfn-user-accepts-the-payment-request-algorithm",
955-
"html": "The <dfn data-local-lt=\"user accepts the payment request\" data-export=\"\" data-lt=\"user accepts the payment request algorithm|user accepts the payment request\" id=\"dfn-user-accepts-the-payment-request-algorithm\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">user accepts the payment request algorithm</dfn> runs\n when the user accepts the payment request and confirms that they want\n to pay. It <em class=\"rfc2119\">MUST</em> <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\">queue a task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task\n source</a> to perform the following steps:",
955+
"html": "The <dfn data-local-lt=\"user accepts the payment request\" data-export=\"\" id=\"dfn-user-accepts-the-payment-request-algorithm\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">user accepts the payment request algorithm</dfn> runs\n when the user accepts the payment request and confirms that they want\n to pay. It <em class=\"rfc2119\">MUST</em> <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-task\">queue a task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task\n source</a> to perform the following steps:",
956956
"rationale": ".algorithm",
957957
"steps": [
958958
{

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ network.SetExtraHeaders = (
12411241
)
12421242

12431243
network.SetExtraHeadersParameters = {
1244-
headers: [+network.Header]
1244+
headers: [*network.Header]
12451245
? contexts: [+browsingContext.BrowsingContext]
12461246
? userContexts: [+browser.UserContext]
12471247
}
@@ -3047,7 +3047,7 @@ network.SetExtraHeaders = (
30473047
)
30483048

30493049
network.SetExtraHeadersParameters = {
3050-
headers: [+network.Header]
3050+
headers: [*network.Header]
30513051
? contexts: [+browsingContext.BrowsingContext]
30523052
? userContexts: [+browser.UserContext]
30533053
}

tr/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@ network.SetExtraHeaders = (
20252025
)
20262026

20272027
network.SetExtraHeadersParameters = {
2028-
headers: [+network.Header]
2028+
headers: [*network.Header]
20292029
? contexts: [+browsingContext.BrowsingContext]
20302030
? userContexts: [+browser.UserContext]
20312031
}

tr/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ network.SetExtraHeaders = (
828828
)
829829

830830
network.SetExtraHeadersParameters = {
831-
headers: [+network.Header]
831+
headers: [*network.Header]
832832
? contexts: [+browsingContext.BrowsingContext]
833833
? userContexts: [+browser.UserContext]
834834
}
@@ -2402,7 +2402,7 @@ network.SetExtraHeaders = (
24022402
)
24032403

24042404
network.SetExtraHeadersParameters = {
2405-
headers: [+network.Header]
2405+
headers: [*network.Header]
24062406
? contexts: [+browsingContext.BrowsingContext]
24072407
? userContexts: [+browser.UserContext]
24082408
}

tr/dfns/IndexedDB-3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8412,9 +8412,9 @@
84128412
"links": [
84138413
{
84148414
"type": "dev",
8415-
"id": "ref-for-dom-idbtransaction-abort",
8415+
"id": "ref-for-dom-idbtransaction-abort",
84168416
"name": "transaction . abort()",
8417-
"href": "https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A1",
8417+
"href": "https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A2",
84188418
"heading": {
84198419
"id": "transaction",
84208420
"href": "https://www.w3.org/TR/IndexedDB-3/#transaction",

tr/dfns/payment-request.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3731,8 +3731,7 @@
37313731
"id": "dfn-user-accepts-the-payment-request-algorithm",
37323732
"href": "https://www.w3.org/TR/payment-request/#dfn-user-accepts-the-payment-request-algorithm",
37333733
"linkingText": [
3734-
"user accepts the payment request algorithm",
3735-
"user accepts the payment request"
3734+
"user accepts the payment request algorithm"
37363735
],
37373736
"localLinkingText": [
37383737
"user accepts the payment request"

tr/ids/IndexedDB-3.json

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
"https://www.w3.org/TR/IndexedDB-3/#transaction-error",
416416
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A1%E2%91%A3",
417417
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-abort",
418+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort",
418419
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A1%E2%91%A4",
419420
"https://www.w3.org/TR/IndexedDB-3/#ref-for-get-the-parent%E2%91%A0",
420421
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-connection",
@@ -471,7 +472,7 @@
471472
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished",
472473
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A1",
473474
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-start%E2%91%A2",
474-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort",
475+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A0",
475476
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-abort%E2%91%A0",
476477
"https://www.w3.org/TR/IndexedDB-3/#ref-for-database%E2%91%A0%E2%91%A7",
477478
"https://www.w3.org/TR/IndexedDB-3/#ref-for-object-store%E2%91%A1%E2%91%A0",
@@ -3362,7 +3363,7 @@
33623363
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-undefined%E2%91%A5",
33633364
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-commit%E2%91%A0",
33643365
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-undefined%E2%91%A6",
3365-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A0",
3366+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A1",
33663367
"https://www.w3.org/TR/IndexedDB-3/#ref-for-eventhandler%E2%91%A7",
33673368
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-onabort",
33683369
"https://www.w3.org/TR/IndexedDB-3/#ref-for-eventhandler%E2%91%A8",
@@ -3434,7 +3435,7 @@
34343435
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idbobjectstore%E2%91%A0%E2%91%A6",
34353436
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A6%E2%93%AA",
34363437
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-scope%E2%91%A0%E2%91%A0",
3437-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A1",
3438+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-idbtransaction-abort%E2%91%A2",
34383439
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request%E2%91%A2%E2%91%A1",
34393440
"https://www.w3.org/TR/IndexedDB-3/#ref-for-aborterror%E2%91%A1",
34403441
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4%E2%91%A6",
@@ -3645,6 +3646,8 @@
36453646
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-transaction%E2%91%A2",
36463647
"https://www.w3.org/TR/IndexedDB-3/#abort-transaction",
36473648
"https://www.w3.org/TR/IndexedDB-3/#abort-a-transaction",
3649+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A2%E2%91%A8",
3650+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished%E2%91%A0%E2%91%A7",
36483651
"https://www.w3.org/TR/IndexedDB-3/#ref-for-database%E2%91%A5%E2%91%A3",
36493652
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A6%E2%91%A4",
36503653
"https://www.w3.org/TR/IndexedDB-3/#ref-for-upgrade-transaction%E2%91%A3%E2%91%A8",
@@ -3658,8 +3661,8 @@
36583661
"https://www.w3.org/TR/IndexedDB-3/#ref-for-connection%E2%91%A5%E2%91%A2",
36593662
"https://www.w3.org/TR/IndexedDB-3/#ref-for-object-store-handle%E2%91%A0%E2%91%A1",
36603663
"https://www.w3.org/TR/IndexedDB-3/#ref-for-index-handle%E2%91%A0%E2%93%AA",
3661-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A2%E2%91%A8",
3662-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished%E2%91%A0%E2%91%A7",
3664+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%93%AA",
3665+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished%E2%91%A0%E2%91%A8",
36633666
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-error%E2%91%A0",
36643667
"https://www.w3.org/TR/IndexedDB-3/#ref-for-list-iterate%E2%91%A2",
36653668
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-request-list%E2%91%A0",
@@ -3701,15 +3704,15 @@
37013704
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A5",
37023705
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A6%E2%91%A6",
37033706
"https://www.w3.org/TR/IndexedDB-3/#ref-for-assert%E2%91%A0",
3704-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%93%AA",
3707+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A0",
37053708
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A2%E2%91%A6",
37063709
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request%E2%91%A2%E2%91%A8",
37073710
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-source%E2%91%A2",
37083711
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-request-list%E2%91%A1",
37093712
"https://www.w3.org/TR/IndexedDB-3/#ref-for-in-parallel%E2%91%A3",
37103713
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-request-list%E2%91%A2",
37113714
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-processed%E2%91%A1",
3712-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A0",
3715+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A1",
37133716
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-committing%E2%91%A4",
37143717
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A6",
37153718
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-processed-flag%E2%91%A7",
@@ -3731,7 +3734,7 @@
37313734
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-scope%E2%91%A0%E2%91%A2",
37323735
"https://www.w3.org/TR/IndexedDB-3/#ref-for-connection-object-store-set%E2%91%A1",
37333736
"https://www.w3.org/TR/IndexedDB-3/#ref-for-database-upgrade-transaction%E2%91%A3",
3734-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A1",
3737+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A2",
37353738
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A3",
37363739
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A6%E2%91%A7",
37373740
"https://www.w3.org/TR/IndexedDB-3/#ref-for-connection%E2%91%A5%E2%91%A5",
@@ -3745,19 +3748,19 @@
37453748
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-result%E2%91%A0%E2%91%A0",
37463749
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-transaction%E2%91%A4",
37473750
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request-done-flag%E2%91%A0%E2%91%A7",
3748-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A2",
3751+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A3",
37493752
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A2%E2%91%A7",
37503753
"https://www.w3.org/TR/IndexedDB-3/#ref-for-fire-a-version-change-event%E2%91%A4",
37513754
"https://www.w3.org/TR/IndexedDB-3/#ref-for-eventdef-idbopendbrequest-upgradeneeded%E2%91%A0%E2%93%AA",
3752-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A3",
3753-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A2%E2%91%A8",
37543755
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A4",
3756+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A2%E2%91%A8",
3757+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A5",
37553758
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A4",
37563759
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A7",
37573760
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dfn-create-exception%E2%91%A4",
37583761
"https://www.w3.org/TR/IndexedDB-3/#ref-for-aborterror%E2%91%A6",
37593762
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6%E2%93%AA",
3760-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished%E2%91%A0%E2%91%A8",
3763+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-finished%E2%91%A1%E2%93%AA",
37613764
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A7%E2%93%AA",
37623765
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-lifetime%E2%91%A0",
37633766
"https://www.w3.org/TR/IndexedDB-3/#ref-for-commit-a-transaction%E2%91%A0",
@@ -3825,14 +3828,14 @@
38253828
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-event-bubbles%E2%91%A4",
38263829
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-event-cancelable%E2%91%A3",
38273830
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A7%E2%91%A2",
3828-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A5",
3829-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A5",
38303831
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A6",
3832+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A5",
3833+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A7",
38313834
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%93%AA",
38323835
"https://www.w3.org/TR/IndexedDB-3/#ref-for-concept-event-dispatch%E2%91%A1",
3833-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A7",
3834-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A0",
38353836
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A3%E2%91%A8",
3837+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A0",
3838+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%93%AA",
38363839
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A6",
38373840
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A0%E2%91%A0",
38383841
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dfn-create-exception%E2%91%A5",
@@ -3848,15 +3851,15 @@
38483851
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-event-bubbles%E2%91%A5",
38493852
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dom-event-cancelable%E2%91%A4",
38503853
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A7%E2%91%A3",
3851-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%93%AA",
3852-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A7",
38533854
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A0",
3855+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A7",
3856+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A1",
38543857
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A1",
38553858
"https://www.w3.org/TR/IndexedDB-3/#ref-for-concept-event-dispatch%E2%91%A2",
38563859
"https://www.w3.org/TR/IndexedDB-3/#ref-for-request%E2%91%A3%E2%93%AA",
3857-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A1",
3858-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A2",
38593860
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A2",
3861+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A2",
3862+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A3",
38603863
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A8",
38613864
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A0%E2%91%A1",
38623865
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dfn-create-exception%E2%91%A6",
@@ -3876,17 +3879,17 @@
38763879
"https://www.w3.org/TR/IndexedDB-3/#clone-value",
38773880
"https://www.w3.org/TR/IndexedDB-3/#clone",
38783881
"https://www.w3.org/TR/IndexedDB-3/#ref-for-assert%E2%91%A1",
3879-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A3",
3880-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A3",
38813882
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A4",
3883+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A3",
3884+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A5",
38823885
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A0%E2%93%AA",
38833886
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A7%E2%91%A4",
38843887
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-inactive%E2%91%A0%E2%91%A0",
38853888
"https://www.w3.org/TR/IndexedDB-3/#ref-for-sec-algorithm-conventions",
38863889
"https://www.w3.org/TR/IndexedDB-3/#ref-for-structuredserializeforstorage%E2%91%A1",
38873890
"https://www.w3.org/TR/IndexedDB-3/#ref-for-sec-algorithm-conventions%E2%91%A0",
38883891
"https://www.w3.org/TR/IndexedDB-3/#ref-for-structureddeserialize",
3889-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A5",
3892+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A6",
38903893
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A4",
38913894
"https://www.w3.org/TR/IndexedDB-3/#create-request-to-retrieve-multiple-items",
38923895
"https://www.w3.org/TR/IndexedDB-3/#create-a-request-to-retrieve-multiple-items",
@@ -3907,7 +3910,7 @@
39073910
"https://www.w3.org/TR/IndexedDB-3/#ref-for-invalidstateerror%E2%91%A5%E2%93%AA",
39083911
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A6%E2%91%A3",
39093912
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-concept%E2%91%A7%E2%91%A5",
3910-
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A6",
3913+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-state%E2%91%A4%E2%91%A7",
39113914
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-active%E2%91%A3%E2%91%A5",
39123915
"https://www.w3.org/TR/IndexedDB-3/#ref-for-dfn-throw%E2%91%A0%E2%91%A1%E2%91%A2",
39133916
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transactioninactiveerror%E2%91%A2%E2%91%A1",
@@ -4426,6 +4429,8 @@
44264429
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idbindex%E2%91%A0%E2%91%A7",
44274430
"https://www.w3.org/TR/IndexedDB-3/#ref-for-quotaexceedederror%E2%91%A6",
44284431
"https://www.w3.org/TR/IndexedDB-3/#ref-for-idl-DOMException%E2%91%A0%E2%91%A7%E2%91%A2",
4432+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-transaction-error%E2%91%A1",
4433+
"https://www.w3.org/TR/IndexedDB-3/#ref-for-abort-a-transaction%E2%91%A0%E2%91%A3",
44294434
"https://www.w3.org/TR/IndexedDB-3/#acknowledgements",
44304435
"https://www.w3.org/TR/IndexedDB-3/#w3c-conformance",
44314436
"https://www.w3.org/TR/IndexedDB-3/#w3c-conventions",

0 commit comments

Comments
 (0)