Skip to content

Commit 3329d79

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.9.
1 parent fb84a0b commit 3329d79

33 files changed

+2056
-1678
lines changed

ed/algorithms/IFT.json

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

ed/algorithms/css-grid-1.json

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

ed/algorithms/css-grid-2.json

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

ed/algorithms/shared-storage.json

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

ed/algorithms/web-animations-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@
11511151
{
11521152
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
11531153
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
1154-
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect\">KeyframeEffect</a></code> object as\nfollows:",
1154+
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source\">KeyframeEffect</a></code> object as\nfollows:",
11551155
"rationale": "if",
11561156
"steps": [
11571157
{

ed/algorithms/webauthn-3.json

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

ed/css/css-rhythm.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
{
2424
"name": "block-step-insert",
2525
"href": "https://drafts.csswg.org/css-rhythm-1/#propdef-block-step-insert",
26-
"value": "margin | padding",
27-
"initial": "margin",
26+
"value": "margin-box | padding-box | content-box",
27+
"initial": "margin-box",
2828
"appliesTo": "block-level boxes",
2929
"inherited": "no",
3030
"percentages": "N/A",
@@ -33,18 +33,25 @@
3333
"animationType": "discrete",
3434
"values": [
3535
{
36-
"name": "margin",
36+
"name": "margin-box",
3737
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted outside the box’s border, as extra margin.",
38-
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin",
38+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin-box",
3939
"type": "value",
40-
"value": "margin"
40+
"value": "margin-box"
4141
},
4242
{
43-
"name": "padding",
43+
"name": "padding-box",
4444
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted inside the box’s border, as extra padding.",
45-
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding",
45+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding-box",
4646
"type": "value",
47-
"value": "padding"
47+
"value": "padding-box"
48+
},
49+
{
50+
"name": "content-box",
51+
"prose": "Any extra space resulting from a block-step-size-induced adjustment is inserted inside the box’s border by increasing the height of the content area.",
52+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-content-box",
53+
"type": "value",
54+
"value": "content-box"
4855
}
4956
],
5057
"styleDeclaration": [
@@ -155,7 +162,7 @@
155162
"name": "line-height-step",
156163
"href": "https://drafts.csswg.org/css-rhythm-1/#propdef-line-height-step",
157164
"value": "<length [0,∞]>",
158-
"initial": "0px",
165+
"initial": "0",
159166
"appliesTo": "block containers",
160167
"inherited": "yes",
161168
"percentages": "N/A",

ed/dfns/IFT.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,10 +1150,10 @@
11501150
"definedIn": "table"
11511151
},
11521152
{
1153-
"id": "mapping-entry-copycount",
1154-
"href": "https://w3c.github.io/IFT/Overview.html#mapping-entry-copycount",
1153+
"id": "mapping-entry-copymodeandcount",
1154+
"href": "https://w3c.github.io/IFT/Overview.html#mapping-entry-copymodeandcount",
11551155
"linkingText": [
1156-
"copyCount"
1156+
"copyModeAndCount"
11571157
],
11581158
"localLinkingText": [],
11591159
"type": "dfn",

ed/dfns/css-rhythm-1.json

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"definedIn": "table"
4444
},
4545
{
46-
"id": "valdef-block-step-insert-margin",
47-
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin",
46+
"id": "valdef-block-step-insert-margin-box",
47+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-margin-box",
4848
"linkingText": [
49-
"margin"
49+
"margin-box"
5050
],
5151
"localLinkingText": [],
5252
"type": "value",
@@ -64,10 +64,31 @@
6464
"definedIn": "dt"
6565
},
6666
{
67-
"id": "valdef-block-step-insert-padding",
68-
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding",
67+
"id": "valdef-block-step-insert-padding-box",
68+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-padding-box",
6969
"linkingText": [
70-
"padding"
70+
"padding-box"
71+
],
72+
"localLinkingText": [],
73+
"type": "value",
74+
"for": [
75+
"block-step-insert"
76+
],
77+
"access": "public",
78+
"informative": false,
79+
"heading": {
80+
"id": "block-step-insert",
81+
"href": "https://drafts.csswg.org/css-rhythm-1/#block-step-insert",
82+
"title": "Specifying the Spacing Type: the block-step-insert property",
83+
"number": "2.2"
84+
},
85+
"definedIn": "dt"
86+
},
87+
{
88+
"id": "valdef-block-step-insert-content-box",
89+
"href": "https://drafts.csswg.org/css-rhythm-1/#valdef-block-step-insert-content-box",
90+
"linkingText": [
91+
"content-box"
7192
],
7293
"localLinkingText": [],
7394
"type": "value",

ed/dfns/shared-storage.json

Lines changed: 76 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -23,67 +23,6 @@
2323
},
2424
"definedIn": "pre"
2525
},
26-
{
27-
"id": "enumdef-sharedstoragedataorigin",
28-
"href": "https://wicg.github.io/shared-storage/#enumdef-sharedstoragedataorigin",
29-
"linkingText": [
30-
"SharedStorageDataOrigin"
31-
],
32-
"localLinkingText": [],
33-
"type": "enum",
34-
"for": [],
35-
"access": "public",
36-
"informative": false,
37-
"heading": {
38-
"id": "worklet",
39-
"href": "https://wicg.github.io/shared-storage/#worklet",
40-
"title": "The SharedStorageWorklet Interface",
41-
"number": "2"
42-
},
43-
"definedIn": "pre"
44-
},
45-
{
46-
"id": "dom-sharedstoragedataorigin-context-origin",
47-
"href": "https://wicg.github.io/shared-storage/#dom-sharedstoragedataorigin-context-origin",
48-
"linkingText": [
49-
"\"context-origin\""
50-
],
51-
"localLinkingText": [],
52-
"type": "enum-value",
53-
"for": [
54-
"SharedStorageDataOrigin"
55-
],
56-
"access": "public",
57-
"informative": false,
58-
"heading": {
59-
"id": "worklet",
60-
"href": "https://wicg.github.io/shared-storage/#worklet",
61-
"title": "The SharedStorageWorklet Interface",
62-
"number": "2"
63-
},
64-
"definedIn": "pre"
65-
},
66-
{
67-
"id": "dom-sharedstoragedataorigin-script-origin",
68-
"href": "https://wicg.github.io/shared-storage/#dom-sharedstoragedataorigin-script-origin",
69-
"linkingText": [
70-
"\"script-origin\""
71-
],
72-
"localLinkingText": [],
73-
"type": "enum-value",
74-
"for": [
75-
"SharedStorageDataOrigin"
76-
],
77-
"access": "public",
78-
"informative": false,
79-
"heading": {
80-
"id": "worklet",
81-
"href": "https://wicg.github.io/shared-storage/#worklet",
82-
"title": "The SharedStorageWorklet Interface",
83-
"number": "2"
84-
},
85-
"definedIn": "pre"
86-
},
8726
{
8827
"id": "sharedstorageworklet",
8928
"href": "https://wicg.github.io/shared-storage/#sharedstorageworklet",
@@ -512,6 +451,82 @@
512451
},
513452
"definedIn": "prose"
514453
},
454+
{
455+
"id": "trusted-origin-type",
456+
"href": "https://wicg.github.io/shared-storage/#trusted-origin-type",
457+
"linkingText": [
458+
"trusted origin type"
459+
],
460+
"localLinkingText": [],
461+
"type": "dfn",
462+
"for": [],
463+
"access": "private",
464+
"informative": false,
465+
"heading": {
466+
"id": "add-module-monkey-patch",
467+
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
468+
"title": "Monkey Patch for addModule()",
469+
"number": "2.2.6"
470+
},
471+
"definedIn": "prose"
472+
},
473+
{
474+
"id": "check-for-script-and-context-origin-match",
475+
"href": "https://wicg.github.io/shared-storage/#check-for-script-and-context-origin-match",
476+
"linkingText": [
477+
"check for script and context origin match"
478+
],
479+
"localLinkingText": [],
480+
"type": "dfn",
481+
"for": [],
482+
"access": "private",
483+
"informative": false,
484+
"heading": {
485+
"id": "add-module-monkey-patch",
486+
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
487+
"title": "Monkey Patch for addModule()",
488+
"number": "2.2.6"
489+
},
490+
"definedIn": "prose"
491+
},
492+
{
493+
"id": "check-for-trusted-origin-match",
494+
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match",
495+
"linkingText": [
496+
"check for trusted origin match"
497+
],
498+
"localLinkingText": [],
499+
"type": "dfn",
500+
"for": [],
501+
"access": "private",
502+
"informative": false,
503+
"heading": {
504+
"id": "add-module-monkey-patch",
505+
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
506+
"title": "Monkey Patch for addModule()",
507+
"number": "2.2.6"
508+
},
509+
"definedIn": "prose"
510+
},
511+
{
512+
"id": "check-for-trusted-origin-match-on-a-string",
513+
"href": "https://wicg.github.io/shared-storage/#check-for-trusted-origin-match-on-a-string",
514+
"linkingText": [
515+
"check for trusted origin match on a string"
516+
],
517+
"localLinkingText": [],
518+
"type": "dfn",
519+
"for": [],
520+
"access": "private",
521+
"informative": false,
522+
"heading": {
523+
"id": "add-module-monkey-patch",
524+
"href": "https://wicg.github.io/shared-storage/#add-module-monkey-patch",
525+
"title": "Monkey Patch for addModule()",
526+
"number": "2.2.6"
527+
},
528+
"definedIn": "prose"
529+
},
515530
{
516531
"id": "callbackdef-runfunctionforsharedstorageselecturloperation",
517532
"href": "https://wicg.github.io/shared-storage/#callbackdef-runfunctionforsharedstorageselecturloperation",

0 commit comments

Comments
 (0)