Skip to content

Commit 902a201

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.0.
1 parent 8aa4394 commit 902a201

8 files changed

+104
-188
lines changed

ed/algorithms/privacy-preserving-attribution.json

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,14 @@
141141
]
142142
},
143143
{
144-
"name": "save an impression",
145-
"href": "https://w3c.github.io/ppa/#save-an-impression",
146-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"save-an-impression\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">save an impression</dfn>,\ngiven an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object\" id=\"ref-for-environment-settings-object\">environment settings object</a> <var>settings</var> and given <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionimpressionoptions\" id=\"ref-for-dictdef-privateattributionimpressionoptions①\"><var>options</var></a>:",
147-
"rationale": "collect",
144+
"name": "PrivateAttribution/saveImpression(options)",
145+
"href": "https://w3c.github.io/ppa/#dom-privateattribution-saveimpression",
146+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"PrivateAttribution\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-privateattribution-saveimpression\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>saveImpression(<var>options</var>)</code></dfn> method steps are:",
147+
"rationale": "let",
148148
"steps": [
149+
{
150+
"html": "<p>Let <var>settings</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#relevant-settings-object\" id=\"ref-for-relevant-settings-object③\">relevant settings object</a>.</p>"
151+
},
149152
{
150153
"html": "Collect the implicit API inputs from <var>settings</var>:",
151154
"rationale": "let",
@@ -200,11 +203,14 @@
200203
]
201204
},
202205
{
203-
"name": "measure a conversion",
204-
"href": "https://w3c.github.io/ppa/#measure-a-conversion",
205-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"measure-a-conversion\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">measure a conversion</dfn>,\ngiven a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object\" id=\"ref-for-environment-settings-object①\">environment settings object</a> <var>settings</var> and <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions\" id=\"ref-for-dictdef-privateattributionconversionoptions②\"><var>options</var></a>:",
206-
"rationale": "collect",
206+
"name": "PrivateAttribution/measureConversion(options)",
207+
"href": "https://w3c.github.io/ppa/#dom-privateattribution-measureconversion",
208+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"PrivateAttribution\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-privateattribution-measureconversion\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>measureConversion(<var>options</var>)</code></dfn> method steps are:",
209+
"rationale": "let",
207210
"steps": [
211+
{
212+
"html": "<p>Let <var>settings</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#relevant-settings-object\" id=\"ref-for-relevant-settings-object④\">relevant settings object</a>.</p>"
213+
},
208214
{
209215
"html": "Collect the implicit API inputs from <var>settings</var>:",
210216
"rationale": "let",
@@ -288,7 +294,7 @@
288294
{
289295
"name": "do attribution and fill a histogram",
290296
"href": "https://w3c.github.io/ppa/#do-attribution-and-fill-a-histogram",
291-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"do-attribution-and-fill-a-histogram\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">do attribution and fill a histogram</dfn>, given <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions\" id=\"ref-for-dictdef-privateattributionconversionoptions\"><var>options</var></a>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑤\">site</a> <var>topLevelSite</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-moment\" id=\"ref-for-dfn-moment⑦\">moment</a> <var>now</var>:",
297+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"do-attribution-and-fill-a-histogram\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">do attribution and fill a histogram</dfn>, given <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions\" id=\"ref-for-dictdef-privateattributionconversionoptions\"><var>options</var></a>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑤\">site</a> <var>topLevelSite</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-moment\" id=\"ref-for-dfn-moment⑦\">moment</a> <var>now</var>:",
292298
"rationale": "let",
293299
"steps": [
294300
{
@@ -358,7 +364,7 @@
358364
{
359365
"name": "common matching logic",
360366
"href": "https://w3c.github.io/ppa/#common-matching-logic",
361-
"html": "To perform <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"common-matching-logic\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">common matching logic</dfn>, given <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions\" id=\"ref-for-dictdef-privateattributionconversionoptions\"><var>options</var></a>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑥\">site</a> <var>topLevelSite</var>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#epoch-index\" id=\"ref-for-epoch-index①①\">epoch index</a> <var>epoch</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-moment\" id=\"ref-for-dfn-moment⑧\">moment</a> <var>now</var>:",
367+
"html": "To perform <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"common-matching-logic\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">common matching logic</dfn>, given <a class=\"idl-code\" data-link-type=\"dictionary\" href=\"https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions\" id=\"ref-for-dictdef-privateattributionconversionoptions\"><var>options</var></a>, <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑥\">site</a> <var>topLevelSite</var>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ppa/#epoch-index\" id=\"ref-for-epoch-index①①\">epoch index</a> <var>epoch</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-moment\" id=\"ref-for-dfn-moment⑧\">moment</a> <var>now</var>:",
362368
"rationale": "let",
363369
"steps": [
364370
{

ed/algorithms/writing-assistance-apis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
"operation": "switch",
377377
"steps": [
378378
{
379-
"case": "\"tl;dr\"",
379+
"case": "\"tldr\"",
380380
"html": "<p>The summary should fit within 1 sentence.</p>"
381381
},
382382
{
@@ -403,7 +403,7 @@
403403
"operation": "switch",
404404
"steps": [
405405
{
406-
"case": "\"tl;dr\"",
406+
"case": "\"tldr\"",
407407
"html": "<p>The summary should fit within 1 short paragraph.</p>"
408408
},
409409
{
@@ -430,7 +430,7 @@
430430
"operation": "switch",
431431
"steps": [
432432
{
433-
"case": "\"tl;dr\"",
433+
"case": "\"tldr\"",
434434
"html": "<p>The summary should fit within 1 paragraph.</p>"
435435
},
436436
{

ed/dfns/privacy-preserving-attribution.json

Lines changed: 16 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -378,27 +378,6 @@
378378
},
379379
"definedIn": "dt"
380380
},
381-
{
382-
"id": "dom-privateattribution-saveimpression",
383-
"href": "https://w3c.github.io/ppa/#dom-privateattribution-saveimpression",
384-
"linkingText": [
385-
"saveImpression()"
386-
],
387-
"localLinkingText": [],
388-
"type": "method",
389-
"for": [
390-
"PrivateAttribution"
391-
],
392-
"access": "public",
393-
"informative": false,
394-
"heading": {
395-
"id": "save-impression-api",
396-
"href": "https://w3c.github.io/ppa/#save-impression-api",
397-
"title": "Saving Impressions",
398-
"number": "3.4"
399-
},
400-
"definedIn": "prose"
401-
},
402381
{
403382
"id": "dictdef-privateattributionimpressionoptions",
404383
"href": "https://w3c.github.io/ppa/#dictdef-privateattributionimpressionoptions",
@@ -523,48 +502,6 @@
523502
},
524503
"definedIn": "dt"
525504
},
526-
{
527-
"id": "dom-privateattribution-saveimpression-options",
528-
"href": "https://w3c.github.io/ppa/#dom-privateattribution-saveimpression-options",
529-
"linkingText": [
530-
"saveImpression(options)"
531-
],
532-
"localLinkingText": [],
533-
"type": "method",
534-
"for": [
535-
"PrivateAttribution"
536-
],
537-
"access": "public",
538-
"informative": false,
539-
"heading": {
540-
"id": "save-impression-api",
541-
"href": "https://w3c.github.io/ppa/#save-impression-api",
542-
"title": "Saving Impressions",
543-
"number": "3.4"
544-
},
545-
"definedIn": "prose"
546-
},
547-
{
548-
"id": "dom-privateattribution-measureconversion",
549-
"href": "https://w3c.github.io/ppa/#dom-privateattribution-measureconversion",
550-
"linkingText": [
551-
"measureConversion()"
552-
],
553-
"localLinkingText": [],
554-
"type": "method",
555-
"for": [
556-
"PrivateAttribution"
557-
],
558-
"access": "public",
559-
"informative": false,
560-
"heading": {
561-
"id": "measure-conversion-api",
562-
"href": "https://w3c.github.io/ppa/#measure-conversion-api",
563-
"title": "Requesting Attribution for a Conversion",
564-
"number": "3.5"
565-
},
566-
"definedIn": "prose"
567-
},
568505
{
569506
"id": "dictdef-privateattributionconversionoptions",
570507
"href": "https://w3c.github.io/ppa/#dictdef-privateattributionconversionoptions",
@@ -895,27 +832,6 @@
895832
},
896833
"definedIn": "dt"
897834
},
898-
{
899-
"id": "dom-privateattribution-measureconversion-options",
900-
"href": "https://w3c.github.io/ppa/#dom-privateattribution-measureconversion-options",
901-
"linkingText": [
902-
"measureConversion(options)"
903-
],
904-
"localLinkingText": [],
905-
"type": "method",
906-
"for": [
907-
"PrivateAttribution"
908-
],
909-
"access": "public",
910-
"informative": false,
911-
"heading": {
912-
"id": "measure-conversion-api",
913-
"href": "https://w3c.github.io/ppa/#measure-conversion-api",
914-
"title": "Requesting Attribution for a Conversion",
915-
"number": "3.5"
916-
},
917-
"definedIn": "prose"
918-
},
919835
{
920836
"id": "dom-permissionpolicy-save-impression",
921837
"href": "https://w3c.github.io/ppa/#dom-permissionpolicy-save-impression",
@@ -1376,15 +1292,17 @@
13761292
"definedIn": "prose"
13771293
},
13781294
{
1379-
"id": "save-an-impression",
1380-
"href": "https://w3c.github.io/ppa/#save-an-impression",
1295+
"id": "dom-privateattribution-saveimpression",
1296+
"href": "https://w3c.github.io/ppa/#dom-privateattribution-saveimpression",
13811297
"linkingText": [
1382-
"save an impression"
1298+
"saveImpression(options)"
13831299
],
13841300
"localLinkingText": [],
1385-
"type": "dfn",
1386-
"for": [],
1387-
"access": "private",
1301+
"type": "method",
1302+
"for": [
1303+
"PrivateAttribution"
1304+
],
1305+
"access": "public",
13881306
"informative": false,
13891307
"heading": {
13901308
"id": "save-impression-api-operation",
@@ -1395,15 +1313,17 @@
13951313
"definedIn": "prose"
13961314
},
13971315
{
1398-
"id": "measure-a-conversion",
1399-
"href": "https://w3c.github.io/ppa/#measure-a-conversion",
1316+
"id": "dom-privateattribution-measureconversion",
1317+
"href": "https://w3c.github.io/ppa/#dom-privateattribution-measureconversion",
14001318
"linkingText": [
1401-
"measure a conversion"
1319+
"measureConversion(options)"
14021320
],
14031321
"localLinkingText": [],
1404-
"type": "dfn",
1405-
"for": [],
1406-
"access": "private",
1322+
"type": "method",
1323+
"for": [
1324+
"PrivateAttribution"
1325+
],
1326+
"access": "public",
14071327
"informative": false,
14081328
"heading": {
14091329
"id": "measure-conversion-api-operation",

ed/dfns/writing-assistance-apis.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,8 +1165,8 @@
11651165
"id": "dom-summarizertype-tldr",
11661166
"href": "https://webmachinelearning.github.io/writing-assistance-apis/#dom-summarizertype-tldr",
11671167
"linkingText": [
1168-
"\"tl;dr\"",
1169-
"tl;dr"
1168+
"\"tldr\"",
1169+
"tldr"
11701170
],
11711171
"localLinkingText": [],
11721172
"type": "enum-value",

ed/idl/writing-assistance-apis.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dictionary SummarizerSummarizeOptions {
5656
DOMString context;
5757
};
5858

59-
enum SummarizerType { "tl;dr", "teaser", "key-points", "headline" };
59+
enum SummarizerType { "tldr", "teaser", "key-points", "headline" };
6060
enum SummarizerFormat { "plain-text", "markdown" };
6161
enum SummarizerLength { "short", "medium", "long" };
6262

0 commit comments

Comments
 (0)