Skip to content

Commit d67813a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.1.
1 parent 39fa841 commit d67813a

11 files changed

+115
-139
lines changed

ed/algorithms/privacy-preserving-attribution.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@
371371
"html": "<p>If <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionconversionoptions-value\" id=\"ref-for-dom-attributionconversionoptions-value②\">value</a></code>\nis greater than <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionconversionoptions-maxvalue\" id=\"ref-for-dom-attributionconversionoptions-maxvalue①\">maxValue</a></code>,\nthrow a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-rangeerror\" id=\"ref-for-exceptiondef-rangeerror⑦\">RangeError</a></code>.</p>"
372372
},
373373
{
374-
"html": "If <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dictdef-attributionconversionoptions\" id=\"ref-for-dictdef-attributionconversionoptions\">AttributionConversionOptions</a></code>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionlogicoptions-credit\" id=\"ref-for-dom-attributionlogicoptions-credit\">credit</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists③\">exists</a>:",
374+
"html": "If <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionconversionoptions-logicoptions\" id=\"ref-for-dom-attributionconversionoptions-logicoptions\">logicOptions</a></code>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionlogicoptions-credit\" id=\"ref-for-dom-attributionlogicoptions-credit\">credit</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists③\">exists</a>:",
375375
"rationale": "set",
376376
"steps": [
377377
{
378-
"html": "<p>Set <var>credit</var> to <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dictdef-attributionconversionoptions\" id=\"ref-for-dictdef-attributionconversionoptions\">AttributionConversionOptions</a></code>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionlogicoptions-credit\" id=\"ref-for-dom-attributionlogicoptions-credit①\">credit</a></code>.</p>"
378+
"html": "<p>Set <var>credit</var> to <var>options</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionconversionoptions-logicoptions\" id=\"ref-for-dom-attributionconversionoptions-logicoptions①\">logicOptions</a></code>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/ppa/#dom-attributionlogicoptions-credit\" id=\"ref-for-dom-attributionlogicoptions-credit①\">credit</a></code>.</p>"
379379
},
380380
{
381381
"html": "<p>If <var>credit</var> is not a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\" id=\"ref-for-list\">list</a> or <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-is-empty\" id=\"ref-for-list-is-empty\">is empty</a>, throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-rangeerror\" id=\"ref-for-exceptiondef-rangeerror⑧\">RangeError</a></code>.</p>"
@@ -583,7 +583,7 @@
583583
"html": "<p>Let <var>shuffledFractionalIndices</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-get-the-indices\" id=\"ref-for-list-get-the-indices\">the indices</a> of <var>credit</var>, ordered randomly.</p>"
584584
},
585585
{
586-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove③\">Remove</a> any index <var>i</var> from <var>shuffledFractionalIndices</var> where <var>rawNormalizedCredit</var>[<var>i</var>] has no fractional part.</p>"
586+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-remove\" id=\"ref-for-list-remove③\">Remove</a> all indices <var>i</var> from <var>shuffledFractionalIndices</var> where <var>rawNormalizedCredit</var>[<var>i</var>] has no fractional part.</p>"
587587
},
588588
{
589589
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate②\">For each</a> <var>index</var> of <var>shuffledFractionalIndices</var>:",

ed/dfns/dapt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@
15691569
"alternateIds": [
15701570
"extension-xmlLang-audio-nonMatching"
15711571
],
1572-
"number": "G.16"
1572+
"number": "G.15"
15731573
},
15741574
"definedIn": "prose",
15751575
"links": []

ed/dfns/privacy-preserving-attribution.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,10 @@
335335
"links": []
336336
},
337337
{
338-
"id": "enumdef-privateattributionaggregationprotocol",
339-
"href": "https://w3c.github.io/ppa/#enumdef-privateattributionaggregationprotocol",
338+
"id": "enumdef-attributionaggregationprotocol",
339+
"href": "https://w3c.github.io/ppa/#enumdef-attributionaggregationprotocol",
340340
"linkingText": [
341-
"PrivateAttributionAggregationProtocol"
341+
"AttributionAggregationProtocol"
342342
],
343343
"localLinkingText": [],
344344
"type": "enum",
@@ -355,16 +355,16 @@
355355
"links": []
356356
},
357357
{
358-
"id": "dom-privateattributionaggregationprotocol-dap-15-histogram",
359-
"href": "https://w3c.github.io/ppa/#dom-privateattributionaggregationprotocol-dap-15-histogram",
358+
"id": "dom-attributionaggregationprotocol-dap-15-histogram",
359+
"href": "https://w3c.github.io/ppa/#dom-attributionaggregationprotocol-dap-15-histogram",
360360
"linkingText": [
361361
"\"dap-15-histogram\"",
362362
"dap-15-histogram"
363363
],
364364
"localLinkingText": [],
365365
"type": "enum-value",
366366
"for": [
367-
"PrivateAttributionAggregationProtocol"
367+
"AttributionAggregationProtocol"
368368
],
369369
"access": "public",
370370
"informative": false,
@@ -378,16 +378,16 @@
378378
"links": []
379379
},
380380
{
381-
"id": "dom-privateattributionaggregationprotocol-tee-00",
382-
"href": "https://w3c.github.io/ppa/#dom-privateattributionaggregationprotocol-tee-00",
381+
"id": "dom-attributionaggregationprotocol-tee-00",
382+
"href": "https://w3c.github.io/ppa/#dom-attributionaggregationprotocol-tee-00",
383383
"linkingText": [
384384
"\"tee-00\"",
385385
"tee-00"
386386
],
387387
"localLinkingText": [],
388388
"type": "enum-value",
389389
"for": [
390-
"PrivateAttributionAggregationProtocol"
390+
"AttributionAggregationProtocol"
391391
],
392392
"access": "public",
393393
"informative": false,

ed/headings/dapt.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -959,16 +959,6 @@
959959
],
960960
"number": "G.8"
961961
},
962-
{
963-
"id": "scripteventgrouping",
964-
"href": "https://w3c.github.io/dapt/#scripteventgrouping",
965-
"level": 3,
966-
"title": "#scriptEventGrouping",
967-
"alternateIds": [
968-
"extension-scriptEventGrouping"
969-
],
970-
"number": "G.9"
971-
},
972962
{
973963
"id": "scripteventmapping",
974964
"href": "https://w3c.github.io/dapt/#scripteventmapping",
@@ -977,7 +967,7 @@
977967
"alternateIds": [
978968
"extension-scriptEventMapping"
979969
],
980-
"number": "G.10"
970+
"number": "G.9"
981971
},
982972
{
983973
"id": "scriptrepresents-root",
@@ -987,7 +977,7 @@
987977
"alternateIds": [
988978
"extension-scriptRepresents-root"
989979
],
990-
"number": "G.11"
980+
"number": "G.10"
991981
},
992982
{
993983
"id": "scripttype-root",
@@ -997,7 +987,7 @@
997987
"alternateIds": [
998988
"extension-scriptType-root"
999989
],
1000-
"number": "G.12"
990+
"number": "G.11"
1001991
},
1002992
{
1003993
"id": "serialization",
@@ -1007,7 +997,7 @@
1007997
"alternateIds": [
1008998
"extension-serialization"
1009999
],
1010-
"number": "G.13"
1000+
"number": "G.12"
10111001
},
10121002
{
10131003
"id": "source-data",
@@ -1017,7 +1007,7 @@
10171007
"alternateIds": [
10181008
"extension-source-data"
10191009
],
1020-
"number": "G.14"
1010+
"number": "G.13"
10211011
},
10221012
{
10231013
"id": "textlanguagesource",
@@ -1027,7 +1017,7 @@
10271017
"alternateIds": [
10281018
"extension-textLanguageSource"
10291019
],
1030-
"number": "G.15"
1020+
"number": "G.14"
10311021
},
10321022
{
10331023
"id": "xmllang-audio-nonmatching",
@@ -1037,7 +1027,7 @@
10371027
"alternateIds": [
10381028
"extension-xmlLang-audio-nonMatching"
10391029
],
1040-
"number": "G.16"
1030+
"number": "G.15"
10411031
},
10421032
{
10431033
"id": "xmllang-root",
@@ -1047,7 +1037,7 @@
10471037
"alternateIds": [
10481038
"extension-xmlLang-root"
10491039
],
1050-
"number": "G.17"
1040+
"number": "G.16"
10511041
},
10521042
{
10531043
"id": "registry-section",

ed/idl/privacy-preserving-attribution.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ partial interface Navigator {
77
[SecureContext, SameObject] readonly attribute Attribution attribution;
88
};
99

10-
enum PrivateAttributionAggregationProtocol { "dap-15-histogram", "tee-00" };
10+
enum AttributionAggregationProtocol { "dap-15-histogram", "tee-00" };
1111

1212
dictionary AttributionAggregationService {
1313
required DOMString protocol;

ed/ids/dapt.json

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@
12411241
"https://w3c.github.io/dapt/#index-term-metadata",
12421242
"https://w3c.github.io/dapt/#index-term-metadata-item",
12431243
"https://w3c.github.io/dapt/#index-term-metadata-version-2",
1244+
"https://w3c.github.io/dapt/#index-term-nested-div",
12441245
"https://w3c.github.io/dapt/#index-term-pan",
12451246
"https://w3c.github.io/dapt/#index-term-permitfeaturenarrowing",
12461247
"https://w3c.github.io/dapt/#index-term-permitfeaturewidening",
@@ -1598,6 +1599,8 @@
15981599
"https://w3c.github.io/dapt/#ref-for-index-term-pan-1",
15991600
"https://w3c.github.io/dapt/#dfn-permitfeaturenarrowing",
16001601
"https://w3c.github.io/dapt/#ref-for-index-term-permitfeaturenarrowing-1",
1602+
"https://w3c.github.io/dapt/#dfn-nested-div",
1603+
"https://w3c.github.io/dapt/#ref-for-index-term-nested-div-1",
16011604
"https://w3c.github.io/dapt/#dfn-permitfeaturewidening",
16021605
"https://w3c.github.io/dapt/#ref-for-index-term-permitfeaturewidening-1",
16031606
"https://w3c.github.io/dapt/#dfn-pitch-0",
@@ -1747,70 +1750,64 @@
17471750
"https://w3c.github.io/dapt/#ref-for-index-term-timed-text-content-document-instance-8",
17481751
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-represents-8",
17491752
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-24",
1750-
"https://w3c.github.io/dapt/#scripteventgrouping",
1751-
"https://w3c.github.io/dapt/#extension-scriptEventGrouping",
1752-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-23",
1753-
"https://w3c.github.io/dapt/#issue-container-generatedID-85",
1754-
"https://w3c.github.io/dapt/#h-note-79",
1755-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-25",
17561753
"https://w3c.github.io/dapt/#scripteventmapping",
17571754
"https://w3c.github.io/dapt/#extension-scriptEventMapping",
1758-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-24",
1755+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-23",
17591756
"https://w3c.github.io/dapt/#ref-for-dfn-dapt-document-75",
1757+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-25",
1758+
"https://w3c.github.io/dapt/#issue-container-generatedID-85",
1759+
"https://w3c.github.io/dapt/#h-note-79",
17601760
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-26",
1761-
"https://w3c.github.io/dapt/#issue-container-generatedID-86",
1762-
"https://w3c.github.io/dapt/#h-note-80",
1763-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-27",
17641761
"https://w3c.github.io/dapt/#ref-for-dfn-dapt-document-76",
1765-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-25",
1762+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-24",
17661763
"https://w3c.github.io/dapt/#extension-scriptRepresents",
17671764
"https://w3c.github.io/dapt/#scriptrepresents-root",
17681765
"https://w3c.github.io/dapt/#extension-scriptRepresents-root",
1769-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-26",
1766+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-25",
17701767
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-scriptrepresents-2",
1771-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-28",
1768+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-27",
17721769
"https://w3c.github.io/dapt/#example-43",
1773-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-27",
1770+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-26",
17741771
"https://w3c.github.io/dapt/#ref-for-index-term-content-profile-14",
17751772
"https://w3c.github.io/dapt/#ref-for-index-term-timed-text-content-document-instance-9",
17761773
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-scriptrepresents-3",
1777-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-29",
1774+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-28",
17781775
"https://w3c.github.io/dapt/#scripttype-root",
17791776
"https://w3c.github.io/dapt/#extension-scriptType-root",
1780-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-28",
1777+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-27",
17811778
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-scripttype-1",
17821779
"https://w3c.github.io/dapt/#example-44",
1783-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-29",
1780+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-28",
17841781
"https://w3c.github.io/dapt/#ref-for-dfn-dapt-document-77",
17851782
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-scripttype-2",
17861783
"https://w3c.github.io/dapt/#ref-for-index-term-content-profile-15",
17871784
"https://w3c.github.io/dapt/#ref-for-index-term-timed-text-content-document-instance-10",
17881785
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-scripttype-3",
1789-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-30",
1786+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-29",
17901787
"https://w3c.github.io/dapt/#serialization",
17911788
"https://w3c.github.io/dapt/#extension-serialization",
1789+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-29",
1790+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-30",
17921791
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-30",
1793-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-31",
1794-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-31",
17951792
"https://w3c.github.io/dapt/#source-data",
17961793
"https://w3c.github.io/dapt/#extension-source-data",
1797-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-32",
1798-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-32",
1794+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-31",
1795+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-31",
17991796
"https://w3c.github.io/dapt/#textlanguagesource",
18001797
"https://w3c.github.io/dapt/#extension-textLanguageSource",
1801-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-33",
1798+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-32",
18021799
"https://w3c.github.io/dapt/#ref-for-dfn-daptm-langsrc-17",
1803-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-33",
1800+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-32",
18041801
"https://w3c.github.io/dapt/#xmllang-audio-nonmatching",
18051802
"https://w3c.github.io/dapt/#extension-xmlLang-audio-nonMatching",
1806-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-34",
1803+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-33",
18071804
"https://w3c.github.io/dapt/#dfn-non-matching",
1808-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-34",
1805+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-33",
18091806
"https://w3c.github.io/dapt/#ref-for-dfn-non-matching-1",
18101807
"https://w3c.github.io/dapt/#xmllang-root",
18111808
"https://w3c.github.io/dapt/#extension-xmlLang-root",
1812-
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-35",
1813-
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-35",
1809+
"https://w3c.github.io/dapt/#ref-for-index-term-transformation-processor-34",
1810+
"https://w3c.github.io/dapt/#ref-for-index-term-presentation-processor-34",
18141811
"https://w3c.github.io/dapt/#registry-section",
18151812
"https://w3c.github.io/dapt/#h-registry-section",
18161813
"https://w3c.github.io/dapt/#registry-definition",
@@ -1844,8 +1841,8 @@
18441841
"https://w3c.github.io/dapt/#ref-for-index-term-registry-entries-3",
18451842
"https://w3c.github.io/dapt/#ref-for-dfn-status-1",
18461843
"https://w3c.github.io/dapt/#ref-for-index-term-registry-entries-4",
1847-
"https://w3c.github.io/dapt/#issue-container-generatedID-87",
1848-
"https://w3c.github.io/dapt/#h-note-81",
1844+
"https://w3c.github.io/dapt/#issue-container-generatedID-86",
1845+
"https://w3c.github.io/dapt/#h-note-80",
18491846
"https://w3c.github.io/dapt/#ref-for-dfn-change-request-2",
18501847
"https://w3c.github.io/dapt/#ref-for-dfn-ttwg-3",
18511848
"https://w3c.github.io/dapt/#change-request-assessment",
@@ -1887,8 +1884,8 @@
18871884
"https://w3c.github.io/dapt/#ref-for-dfn-fields-2",
18881885
"https://w3c.github.io/dapt/#ref-for-dfn-key-1",
18891886
"https://w3c.github.io/dapt/#ref-for-index-term-registry-entries-8",
1890-
"https://w3c.github.io/dapt/#issue-container-generatedID-88",
1891-
"https://w3c.github.io/dapt/#h-note-82",
1887+
"https://w3c.github.io/dapt/#issue-container-generatedID-87",
1888+
"https://w3c.github.io/dapt/#h-note-81",
18921889
"https://w3c.github.io/dapt/#ref-for-dfn-fields-3",
18931890
"https://w3c.github.io/dapt/#ref-for-dfn-fields-4",
18941891
"https://w3c.github.io/dapt/#ref-for-dfn-key-2",

0 commit comments

Comments
 (0)