Skip to content

Commit ef1db01

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 915c3c3 commit ef1db01

12 files changed

+122
-44
lines changed

ed/algorithms/notifications.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,9 @@
564564
{
565565
"html": "<p>Run the <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#notification-show-steps\" id=\"ref-for-notification-show-steps②\">notification show steps</a> for <var>notification</var>.\n\n </p>"
566566
},
567+
{
568+
"html": "<p>Set <var>notification</var>’s <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#service-worker-registration\" id=\"ref-for-service-worker-registration③\">service worker registration</a>’s\n <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#service-worker-registration-has-shownotification-been-successfully-invoked\" id=\"ref-for-service-worker-registration-has-shownotification-been-successfully-invoked\">has <code>showNotification()</code> been successfully invoked</a>\n to true.\n\n </p>"
569+
},
567570
{
568571
"html": "<p><a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\" id=\"ref-for-queue-a-global-task②\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\" id=\"ref-for-dom-manipulation-task-source②\">DOM manipulation task source</a> given\n <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\" id=\"ref-for-resolve①\">resolve</a> <var>promise</var> with undefined.\n </p>"
569572
}
@@ -600,7 +603,7 @@
600603
"html": "<p>Let <var>tag</var> be <var>filter</var>[\"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://notifications.spec.whatwg.org/#dom-getnotificationoptions-tag\" id=\"ref-for-dom-getnotificationoptions-tag\">tag</a></code>\"].\n\n </p>"
601604
},
602605
{
603-
"html": "<p>Let <var>notifications</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list③\">list</a> of all <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#concept-notification\" id=\"ref-for-concept-notification⑥③\">notifications</a> in the\n <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#list-of-notifications\" id=\"ref-for-list-of-notifications⑧\">list of notifications</a> whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin⑤\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①\">same origin</a> with\n <var>origin</var>, whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#service-worker-registration\" id=\"ref-for-service-worker-registration③\">service worker registration</a> is <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③⑤\">this</a>, and\n whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#tag\" id=\"ref-for-tag⑤\">tag</a>, if <var>tag</var> is not the empty string, is <var>tag</var>.\n\n </p>"
606+
"html": "<p>Let <var>notifications</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list③\">list</a> of all <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#concept-notification\" id=\"ref-for-concept-notification⑥③\">notifications</a> in the\n <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#list-of-notifications\" id=\"ref-for-list-of-notifications⑧\">list of notifications</a> whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#concept-origin\" id=\"ref-for-concept-origin⑤\">origin</a> is <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin①\">same origin</a> with\n <var>origin</var>, whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#service-worker-registration\" id=\"ref-for-service-worker-registration④\">service worker registration</a> is <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③⑤\">this</a>, and\n whose <a data-link-type=\"dfn\" href=\"https://notifications.spec.whatwg.org/#tag\" id=\"ref-for-tag⑤\">tag</a>, if <var>tag</var> is not the empty string, is <var>tag</var>.\n\n </p>"
604607
},
605608
{
606609
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\" id=\"ref-for-queue-a-global-task③\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\" id=\"ref-for-dom-manipulation-task-source③\">DOM manipulation task source</a> given <var>global</var>\n to run these steps:",

ed/algorithms/webdriver-bidi.json

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4746,8 +4746,11 @@
47464746
},
47474747
{
47484748
"html": "If <var>navigable</var> is null:",
4749-
"rationale": "return",
4749+
"rationale": "remove",
47504750
"steps": [
4751+
{
4752+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①②\">Remove</a> <var>collected data</var> from <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data④\">collected network data</a>.</p>"
4753+
},
47514754
{
47524755
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#resume\" id=\"ref-for-resume①③\">Resume</a> with \"<code>network data collected</code>\" and (<var>request</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#request-id\" id=\"ref-for-request-id④\">request id</a>, \"response\").</p>"
47534756
},
@@ -4785,8 +4788,11 @@
47854788
},
47864789
{
47874790
"html": "If <var>collectors</var> is <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-list-empty①①\">empty</a>:",
4788-
"rationale": "return",
4791+
"rationale": "remove",
47894792
"steps": [
4793+
{
4794+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①③\">Remove</a> <var>collected data</var> from <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data⑤\">collected network data</a>.</p>"
4795+
},
47904796
{
47914797
"html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#resume\" id=\"ref-for-resume①④\">Resume</a> with \"<code>network data collected</code>\" and (<var>request</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#request-id\" id=\"ref-for-request-id⑤\">request id</a>, \"response\").</p>"
47924798
},
@@ -4852,6 +4858,9 @@
48524858
"html": "<p>Set <var>collected data</var>’s <code>size</code> to <var>size</var>.</p>"
48534859
}
48544860
]
4861+
},
4862+
{
4863+
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①④\">remove</a> <var>collected data</var> from <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data⑥\">collected network data</a>.</p>"
48554864
}
48564865
]
48574866
},
@@ -4873,7 +4882,7 @@
48734882
"html": "<p>Let <var>already collected data</var> be an empty list.</p>"
48744883
},
48754884
{
4876-
"html": "For each <var>collected data</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>:",
4885+
"html": "For each <var>collected data</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>:",
48774886
"rationale": "if",
48784887
"steps": [
48794888
{
@@ -4927,14 +4936,14 @@
49274936
"rationale": "remove",
49284937
"steps": [
49294938
{
4930-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>collector id</var> from <var>collected data</var>’s <code>collectors</code>.</p>"
4939+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>collector id</var> from <var>collected data</var>’s <code>collectors</code>.</p>"
49314940
},
49324941
{
49334942
"html": "If <var>collected data</var>’s <code>collectors</code> is <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-list-empty①③\">empty</a>:",
49344943
"rationale": "remove",
49354944
"steps": [
49364945
{
4937-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>collected data</var> from <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>.</p>"
4946+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>collected data</var> from <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>.</p>"
49384947
}
49394948
]
49404949
}
@@ -6908,7 +6917,7 @@
69086917
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-remove\" id=\"ref-for-map-remove④\">Remove</a> <var>collector id</var> from <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#network-collectors\" id=\"ref-for-network-collectors⑦\">network collectors</a>.</p>"
69096918
},
69106919
{
6911-
"html": "<p>For <var>collected data</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#remove-collector-from-data\" id=\"ref-for-remove-collector-from-data③\">remove collector from data</a>\n with <var>collected data</var> and <var>collector id</var>.</p>"
6920+
"html": "<p>For <var>collected data</var> in <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#collected-network-data\" id=\"ref-for-collected-network-data\">collected network data</a>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#remove-collector-from-data\" id=\"ref-for-remove-collector-from-data③\">remove collector from data</a>\n with <var>collected data</var> and <var>collector id</var>.</p>"
69126921
},
69136922
{
69146923
"html": "<p>Return <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-success\" id=\"ref-for-dfn-success⑤⑦\">success</a> with data <a data-link-type=\"dfn\" href=\"https://tc39.es/ecma262/#sec-null-value\" id=\"ref-for-sec-null-value①\">null</a>.</p>"
@@ -9463,7 +9472,7 @@
94639472
"html": "<p>If <var>preload script map</var> does not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①①⓪\">contain</a> <var>script</var>, return\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#errors\" id=\"ref-for-errors①③①\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-error-code\" id=\"ref-for-dfn-error-code①②⑥\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver-bidi/#errors-no-such-script\" id=\"ref-for-errors-no-such-script\">no such script</a>.</p>"
94649473
},
94659474
{
9466-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>script</var> from <var>preload script map</var>.</p>"
9475+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove①\">Remove</a> <var>script</var> from <var>preload script map</var>.</p>"
94679476
},
94689477
{
94699478
"html": "<p>Return null</p>"

ed/dfns/notifications.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2459,6 +2459,28 @@
24592459
"definedIn": "pre",
24602460
"links": []
24612461
},
2462+
{
2463+
"id": "service-worker-registration-has-shownotification-been-successfully-invoked",
2464+
"href": "https://notifications.spec.whatwg.org/#service-worker-registration-has-shownotification-been-successfully-invoked",
2465+
"linkingText": [
2466+
"has showNotification() been successfully invoked"
2467+
],
2468+
"localLinkingText": [],
2469+
"type": "dfn",
2470+
"for": [
2471+
"service worker registration"
2472+
],
2473+
"access": "public",
2474+
"informative": false,
2475+
"heading": {
2476+
"id": "service-worker-api",
2477+
"href": "https://notifications.spec.whatwg.org/#service-worker-api",
2478+
"title": "Service worker API",
2479+
"number": "4"
2480+
},
2481+
"definedIn": "prose",
2482+
"links": []
2483+
},
24622484
{
24632485
"id": "dom-serviceworkerregistration-shownotification",
24642486
"href": "https://notifications.spec.whatwg.org/#dom-serviceworkerregistration-shownotification",

ed/headings/notifications.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@
221221
"level": 3,
222222
"title": "Normative References"
223223
},
224+
{
225+
"id": "informative",
226+
"href": "https://notifications.spec.whatwg.org/#informative",
227+
"level": 3,
228+
"title": "Informative References"
229+
},
224230
{
225231
"id": "idl-index",
226232
"href": "https://notifications.spec.whatwg.org/#idl-index",

ed/ids/notifications.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,9 @@
696696
"https://notifications.spec.whatwg.org/#ref-for-dom-serviceworkerglobalscope-onnotificationclick",
697697
"https://notifications.spec.whatwg.org/#ref-for-eventhandler%E2%91%A4",
698698
"https://notifications.spec.whatwg.org/#ref-for-dom-serviceworkerglobalscope-onnotificationclose",
699+
"https://notifications.spec.whatwg.org/#ref-for-dfn-service-worker-registration%E2%91%A0",
700+
"https://notifications.spec.whatwg.org/#service-worker-registration-has-shownotification-been-successfully-invoked",
701+
"https://notifications.spec.whatwg.org/#ref-for-boolean",
699702
"https://notifications.spec.whatwg.org/#dom-serviceworkerregistration-shownotification",
700703
"https://notifications.spec.whatwg.org/#ref-for-this%E2%91%A1%E2%91%A6",
701704
"https://notifications.spec.whatwg.org/#ref-for-concept-relevant-global%E2%91%A0",
@@ -719,6 +722,8 @@
719722
"https://notifications.spec.whatwg.org/#ref-for-reject%E2%91%A1",
720723
"https://notifications.spec.whatwg.org/#ref-for-exceptiondef-typeerror%E2%91%A4",
721724
"https://notifications.spec.whatwg.org/#ref-for-notification-show-steps%E2%91%A1",
725+
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration%E2%91%A2",
726+
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration-has-shownotification-been-successfully-invoked",
722727
"https://notifications.spec.whatwg.org/#ref-for-queue-a-global-task%E2%91%A1",
723728
"https://notifications.spec.whatwg.org/#ref-for-dom-manipulation-task-source%E2%91%A1",
724729
"https://notifications.spec.whatwg.org/#ref-for-resolve%E2%91%A0",
@@ -738,7 +743,7 @@
738743
"https://notifications.spec.whatwg.org/#ref-for-list-of-notifications%E2%91%A7",
739744
"https://notifications.spec.whatwg.org/#ref-for-concept-origin%E2%91%A4",
740745
"https://notifications.spec.whatwg.org/#ref-for-same-origin%E2%91%A0",
741-
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration%E2%91%A2",
746+
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration%E2%91%A3",
742747
"https://notifications.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%91%A4",
743748
"https://notifications.spec.whatwg.org/#ref-for-tag%E2%91%A4",
744749
"https://notifications.spec.whatwg.org/#ref-for-queue-a-global-task%E2%91%A2",
@@ -758,7 +763,7 @@
758763
"https://notifications.spec.whatwg.org/#ref-for-concept-notification%E2%91%A5%E2%91%A6",
759764
"https://notifications.spec.whatwg.org/#ref-for-fire-functional-event",
760765
"https://notifications.spec.whatwg.org/#ref-for-notificationevent",
761-
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration%E2%91%A3",
766+
"https://notifications.spec.whatwg.org/#ref-for-service-worker-registration%E2%91%A4",
762767
"https://notifications.spec.whatwg.org/#ref-for-dom-notificationevent-notification%E2%91%A0",
763768
"https://notifications.spec.whatwg.org/#ref-for-notification%E2%91%A0%E2%91%A5",
764769
"https://notifications.spec.whatwg.org/#ref-for-dom-notificationevent-action%E2%91%A0",
@@ -817,6 +822,7 @@
817822
"https://notifications.spec.whatwg.org/#bd736ec6",
818823
"https://notifications.spec.whatwg.org/#deb80b93",
819824
"https://notifications.spec.whatwg.org/#53275e46",
825+
"https://notifications.spec.whatwg.org/#36858240",
820826
"https://notifications.spec.whatwg.org/#ae8def21",
821827
"https://notifications.spec.whatwg.org/#03afaf9c",
822828
"https://notifications.spec.whatwg.org/#1243a891",
@@ -875,6 +881,8 @@
875881
"https://notifications.spec.whatwg.org/#biblio-url",
876882
"https://notifications.spec.whatwg.org/#biblio-vibration",
877883
"https://notifications.spec.whatwg.org/#biblio-webidl",
884+
"https://notifications.spec.whatwg.org/#informative",
885+
"https://notifications.spec.whatwg.org/#biblio-push-api",
878886
"https://notifications.spec.whatwg.org/#idl-index"
879887
]
880888
}

ed/ids/resource-timing.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,8 @@
377377
"https://w3c.github.io/resource-timing/#bib-beacon",
378378
"https://w3c.github.io/resource-timing/#bib-css-values",
379379
"https://w3c.github.io/resource-timing/#bib-css-values-4",
380+
"https://w3c.github.io/resource-timing/#bib-early_hints",
381+
"https://w3c.github.io/resource-timing/#bib-incremental_font_transfer",
380382
"https://w3c.github.io/resource-timing/#bib-svg11",
381383
"https://w3c.github.io/resource-timing/#bib-svg2",
382384
"https://w3c.github.io/resource-timing/#bib-xhr",

0 commit comments

Comments
 (0)