Skip to content

Commit ef5931f

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.3.0.
1 parent 8290e21 commit ef5931f

15 files changed

+797
-595
lines changed

tr/algorithms/webdriver-bidi.json

Lines changed: 232 additions & 200 deletions
Large diffs are not rendered by default.

tr/algorithms/webdriver2.json

Lines changed: 21 additions & 18 deletions
Large diffs are not rendered by default.

tr/algorithms/webnn.json

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

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ BrowsingContextEvent = (
388388
browsingContext.HistoryUpdated //
389389
browsingContext.Load //
390390
browsingContext.NavigationAborted //
391+
browsingContext.NavigationCommitted //
391392
browsingContext.NavigationFailed //
392393
browsingContext.NavigationStarted //
393394
browsingContext.UserPromptClosed //
@@ -720,6 +721,11 @@ browsingContext.NavigationAborted = (
720721
params: browsingContext.NavigationInfo
721722
)
722723

724+
browsingContext.NavigationCommitted = (
725+
method: "browsingContext.navigationCommitted",
726+
params: browsingContext.NavigationInfo
727+
)
728+
723729
browsingContext.NavigationFailed = (
724730
method: "browsingContext.navigationFailed",
725731
params: browsingContext.NavigationInfo

tr/cddl/webdriver-bidi-local.cddl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ BrowsingContextEvent = (
238238
browsingContext.HistoryUpdated //
239239
browsingContext.Load //
240240
browsingContext.NavigationAborted //
241+
browsingContext.NavigationCommitted //
241242
browsingContext.NavigationFailed //
242243
browsingContext.NavigationStarted //
243244
browsingContext.UserPromptClosed //
@@ -388,6 +389,11 @@ browsingContext.NavigationAborted = (
388389
params: browsingContext.NavigationInfo
389390
)
390391

392+
browsingContext.NavigationCommitted = (
393+
method: "browsingContext.navigationCommitted",
394+
params: browsingContext.NavigationInfo
395+
)
396+
391397
browsingContext.NavigationFailed = (
392398
method: "browsingContext.navigationFailed",
393399
params: browsingContext.NavigationInfo

tr/dfns/rdf12-concepts.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,25 @@
811811
},
812812
"definedIn": "prose"
813813
},
814+
{
815+
"id": "dfn-ill-typed",
816+
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-ill-typed",
817+
"linkingText": [
818+
"ill-typed"
819+
],
820+
"localLinkingText": [],
821+
"type": "dfn",
822+
"for": [],
823+
"access": "private",
824+
"informative": false,
825+
"heading": {
826+
"id": "section-Graph-Literal",
827+
"href": "https://www.w3.org/TR/rdf12-concepts/#section-Graph-Literal",
828+
"title": "Literals",
829+
"number": "3.3"
830+
},
831+
"definedIn": "prose"
832+
},
814833
{
815834
"id": "dfn-literal-term-equality",
816835
"href": "https://www.w3.org/TR/rdf12-concepts/#dfn-literal-term-equality",

tr/dfns/webdriver-bidi.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3509,6 +3509,25 @@
35093509
},
35103510
"definedIn": "prose"
35113511
},
3512+
{
3513+
"id": "webdriver-bidi-navigation-committed",
3514+
"href": "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigation-committed",
3515+
"linkingText": [
3516+
"WebDriver BiDi navigation committed"
3517+
],
3518+
"localLinkingText": [],
3519+
"type": "dfn",
3520+
"for": [],
3521+
"access": "public",
3522+
"informative": false,
3523+
"heading": {
3524+
"id": "event-browsingContext-navigationCommitted",
3525+
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-navigationCommitted",
3526+
"title": "The browsingContext.navigationCommitted Event",
3527+
"number": "7.3.4.10"
3528+
},
3529+
"definedIn": "prose"
3530+
},
35123531
{
35133532
"id": "webdriver-bidi-navigation-failed",
35143533
"href": "https://www.w3.org/TR/webdriver-bidi/#webdriver-bidi-navigation-failed",
@@ -3524,7 +3543,7 @@
35243543
"id": "event-browsingContext-navigationFailed",
35253544
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-navigationFailed",
35263545
"title": "The browsingContext.navigationFailed Event",
3527-
"number": "7.3.4.10"
3546+
"number": "7.3.4.11"
35283547
},
35293548
"definedIn": "prose"
35303549
},
@@ -3543,7 +3562,7 @@
35433562
"id": "event-browsingContext-userPromptClosed",
35443563
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-userPromptClosed",
35453564
"title": "The browsingContext.userPromptClosed Event",
3546-
"number": "7.3.4.11"
3565+
"number": "7.3.4.12"
35473566
},
35483567
"definedIn": "prose"
35493568
},
@@ -3562,7 +3581,7 @@
35623581
"id": "event-browsingContext-userPromptOpened",
35633582
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-userPromptOpened",
35643583
"title": "The browsingContext.userPromptOpened Event",
3565-
"number": "7.3.4.12"
3584+
"number": "7.3.4.13"
35663585
},
35673586
"definedIn": "prose"
35683587
},

tr/headings/webdriver-bidi.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,26 +609,33 @@
609609
"title": "The browsingContext.navigationAborted Event",
610610
"number": "7.3.4.9"
611611
},
612+
{
613+
"id": "event-browsingContext-navigationCommitted",
614+
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-navigationCommitted",
615+
"level": 5,
616+
"title": "The browsingContext.navigationCommitted Event",
617+
"number": "7.3.4.10"
618+
},
612619
{
613620
"id": "event-browsingContext-navigationFailed",
614621
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-navigationFailed",
615622
"level": 5,
616623
"title": "The browsingContext.navigationFailed Event",
617-
"number": "7.3.4.10"
624+
"number": "7.3.4.11"
618625
},
619626
{
620627
"id": "event-browsingContext-userPromptClosed",
621628
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-userPromptClosed",
622629
"level": 5,
623630
"title": "The browsingContext.userPromptClosed Event",
624-
"number": "7.3.4.11"
631+
"number": "7.3.4.12"
625632
},
626633
{
627634
"id": "event-browsingContext-userPromptOpened",
628635
"href": "https://www.w3.org/TR/webdriver-bidi/#event-browsingContext-userPromptOpened",
629636
"level": 5,
630637
"title": "The browsingContext.userPromptOpened Event",
631-
"number": "7.3.4.12"
638+
"number": "7.3.4.13"
632639
},
633640
{
634641
"id": "module-network",

tr/ids/rdf12-concepts.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@
369369
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-datatype-3",
370370
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-lexical-to-value-mapping-1",
371371
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-lexical-form-6",
372+
"https://www.w3.org/TR/rdf12-concepts/#dfn-ill-typed",
373+
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-ill-typed-1",
374+
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-ill-typed-2",
372375
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-datatype-iri-6",
373376
"https://www.w3.org/TR/rdf12-concepts/#dfn-literal-term-equality",
374377
"https://www.w3.org/TR/rdf12-concepts/#ref-for-dfn-literal-10",

tr/ids/rdf12-semantics.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,16 @@
222222
"https://www.w3.org/TR/rdf12-semantics/#dfn-lexical-to-value-mapping",
223223
"https://www.w3.org/TR/rdf12-semantics/#dfn-lexical-to-value-mapping-0",
224224
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-1",
225+
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-strings-1",
225226
"https://www.w3.org/TR/rdf12-semantics/#dfn-l2v",
226227
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-2",
228+
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-form-1",
227229
"https://www.w3.org/TR/rdf12-semantics/#dfn-value-space",
228230
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-2",
229231
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-denotes-3",
230232
"https://www.w3.org/TR/rdf12-semantics/#dfn-ill-typed",
231233
"https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-2",
234+
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-form-2",
232235
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-lexical-to-value-mapping-3",
233236
"https://www.w3.org/TR/rdf12-semantics/#ref-for-dfn-recognize-3",
234237
"https://www.w3.org/TR/rdf12-semantics/#ref-for-index-term-rdf-langstring-3",
@@ -499,6 +502,7 @@
499502
"https://www.w3.org/TR/rdf12-semantics/#index-term-inconsistent",
500503
"https://www.w3.org/TR/rdf12-semantics/#index-term-iri",
501504
"https://www.w3.org/TR/rdf12-semantics/#index-term-isomorphic",
505+
"https://www.w3.org/TR/rdf12-semantics/#index-term-lexical-form",
502506
"https://www.w3.org/TR/rdf12-semantics/#index-term-lexical-to-value-mapping",
503507
"https://www.w3.org/TR/rdf12-semantics/#index-term-literal",
504508
"https://www.w3.org/TR/rdf12-semantics/#index-term-node",
@@ -515,6 +519,7 @@
515519
"https://www.w3.org/TR/rdf12-semantics/#index-term-referent",
516520
"https://www.w3.org/TR/rdf12-semantics/#index-term-section-3-5",
517521
"https://www.w3.org/TR/rdf12-semantics/#index-term-section-5",
522+
"https://www.w3.org/TR/rdf12-semantics/#index-term-strings",
518523
"https://www.w3.org/TR/rdf12-semantics/#index-term-subject",
519524
"https://www.w3.org/TR/rdf12-semantics/#index-term-discussion",
520525
"https://www.w3.org/TR/rdf12-semantics/#index-term-char-production",

0 commit comments

Comments
 (0)