Skip to content

Commit 9331853

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.8.0.
1 parent 5d17c89 commit 9331853

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+5056
-855
lines changed

ed/algorithms/css-borders-4.json

Lines changed: 75 additions & 5 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/css-mixins-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"html": "<p>Let <var>body rule</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-mixins-1/#custom-function-function-body\" id=\"ref-for-custom-function-function-body③\">function body</a> of <var>custom function</var>,\nas a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-syntax-3/#style-rule\" id=\"ref-for-style-rule②\">style rule</a>.</p>"
7474
},
7575
{
76-
"html": "<p>For each <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-properties-values-api-1/#custom-property-registration\" id=\"ref-for-custom-property-registration③\">custom property registration</a> of <var>registrations</var>,\nset its initial value\nto the corresponding value in <var>argument styles</var>,\nset its syntax\nto the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-properties-values-api-1/#universal-syntax-definition\" id=\"ref-for-universal-syntax-definition\">universal syntax definition</a>,\nand prepend a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-variables-1/#custom-property\" id=\"ref-for-custom-property①⑥\">custom property</a> to <var>body rule</var> with the property name and value in <var>argument styles</var>.</p>"
76+
"html": "<p>For each <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-properties-values-api-1/#custom-property-registration\" id=\"ref-for-custom-property-registration③\">custom property registration</a> of <var>registrations</var> except the registration with the name \"result\",\nset its initial value\nto the corresponding value in <var>argument styles</var>,\nset its syntax\nto the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-properties-values-api-1/#universal-syntax-definition\" id=\"ref-for-universal-syntax-definition\">universal syntax definition</a>,\nand prepend a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-variables-1/#custom-property\" id=\"ref-for-custom-property①⑥\">custom property</a> to <var>body rule</var> with the property name and value in <var>argument styles</var>.</p>"
7777
},
7878
{
7979
"html": "<p><a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-mixins-1/#resolve-function-styles\" id=\"ref-for-resolve-function-styles②\">Resolve function styles</a> using <var>custom function</var>, <var>body rule</var>, <var>registrations</var>, and <var>calling context</var>.\nLet <var>body styles</var> be the result.</p>"
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"spec": {
3+
"title": "Pointer-driven Animations",
4+
"url": "https://drafts.csswg.org/pointer-animations-1/"
5+
},
6+
"algorithms": [
7+
{
8+
"name": "PointerTimeline/PointerTimeline(options)",
9+
"href": "https://drafts.csswg.org/pointer-animations-1/#dom-pointertimeline-pointertimeline",
10+
"html": "Creates a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/pointer-animations-1/#pointertimeline\" id=\"ref-for-pointertimeline④\">PointerTimeline</a></code> object using the following procedure:",
11+
"rationale": "let",
12+
"steps": [
13+
{
14+
"html": "<p>Let <var>timeline</var> be the new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/pointer-animations-1/#pointertimeline\" id=\"ref-for-pointertimeline⑤\">PointerTimeline</a></code> object.</p>"
15+
},
16+
{
17+
"html": "Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/pointer-animations-1/#dom-pointertimeline-source\" id=\"ref-for-dom-pointertimeline-source①\">source</a></code> of <var>timeline</var> to:",
18+
"rationale": ".switch",
19+
"steps": [
20+
{
21+
"operation": "switch",
22+
"steps": [
23+
{
24+
"case": "If the source member of options is present,",
25+
"html": "<p>The <code>source</code> member of <var>options</var>.</p>"
26+
},
27+
{
28+
"case": "Otherwise,",
29+
"html": "<p>The <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-display-4/#root-element\" id=\"ref-for-root-element\">root element</a>.</p>"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"html": "<p>Set the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/pointer-animations-1/#dom-pointertimeline-axis\" id=\"ref-for-dom-pointertimeline-axis①\">axis</a></code> property of <var>timeline</var> to the corresponding value from <var>options</var>.</p>"
37+
}
38+
]
39+
}
40+
]
41+
}

ed/algorithms/privacy-preserving-attribution.json

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

ed/algorithms/sri-2.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
{
234234
"html": "<p>If <var>parsedMetadata</var> is not the empty set and <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-mode\" id=\"ref-for-concept-request-mode\">mode</a> is either \"<code>cors</code>\" or \"<code>same-origin</code>\",\n return \"Allowed\".</p>"
235235
},
236+
{
237+
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">url</a> is <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#is-local\" id=\"ref-for-is-local\">local</a>,\n return \"Allowed\".</p>"
238+
},
236239
{
237240
"html": "<p>Let <var>policy</var> be <var>policyContainer</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#policy-container-integrity-policy\" id=\"ref-for-policy-container-integrity-policy①\">integrity policy</a>.</p>"
238241
},
@@ -302,7 +305,7 @@
302305
"html": "<p>Let <var>documentURL</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#strip-url-for-use-in-reports\" id=\"ref-for-strip-url-for-use-in-reports\">strip URL for use in reports</a> on <var>url</var>.</p>"
303306
},
304307
{
305-
"html": "<p>Let <var>blockedURL</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#strip-url-for-use-in-reports\" id=\"ref-for-strip-url-for-use-in-reports①\">strip URL for use in reports</a> on <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">URL</a>.</p>"
308+
"html": "<p>Let <var>blockedURL</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#strip-url-for-use-in-reports\" id=\"ref-for-strip-url-for-use-in-reports①\">strip URL for use in reports</a> on <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-url\" id=\"ref-for-concept-request-url\">URL</a>.</p>"
306309
},
307310
{
308311
"html": "If <var>block</var> is true, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"ref-for-list-iterate\">for each</a> <var>endpoint</var> in <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#endpoints\" id=\"ref-for-endpoints①\">endpoints</a>:",

ed/css/CSS.json

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,62 +3109,76 @@
31093109
{
31103110
"name": ":first-child",
31113111
"prose": "The :first-child pseudo-class matches an element that is the first child element of some other element.",
3112-
"href": "https://drafts.csswg.org/css2/#selectordef-first-child"
3112+
"href": "https://drafts.csswg.org/css2/#selectordef-first-child",
3113+
"value": ":first-child"
31133114
},
31143115
{
31153116
"name": ":link",
3116-
"href": "https://drafts.csswg.org/css2/#selectordef-link"
3117+
"href": "https://drafts.csswg.org/css2/#selectordef-link",
3118+
"value": ":link"
31173119
},
31183120
{
31193121
"name": ":visited",
3120-
"href": "https://drafts.csswg.org/css2/#selectordef-visited"
3122+
"href": "https://drafts.csswg.org/css2/#selectordef-visited",
3123+
"value": ":visited"
31213124
},
31223125
{
31233126
"name": ":hover",
3124-
"href": "https://drafts.csswg.org/css2/#selectordef-hover"
3127+
"href": "https://drafts.csswg.org/css2/#selectordef-hover",
3128+
"value": ":hover"
31253129
},
31263130
{
31273131
"name": ":active",
3128-
"href": "https://drafts.csswg.org/css2/#selectordef-active"
3132+
"href": "https://drafts.csswg.org/css2/#selectordef-active",
3133+
"value": ":active"
31293134
},
31303135
{
31313136
"name": ":focus",
3132-
"href": "https://drafts.csswg.org/css2/#selectordef-focus"
3137+
"href": "https://drafts.csswg.org/css2/#selectordef-focus",
3138+
"value": ":focus"
31333139
},
31343140
{
31353141
"name": ":lang",
3136-
"href": "https://drafts.csswg.org/css2/#selectordef-lang"
3142+
"href": "https://drafts.csswg.org/css2/#selectordef-lang",
3143+
"value": ":lang"
31373144
},
31383145
{
31393146
"name": ":first-line",
3140-
"href": "https://drafts.csswg.org/css2/#selectordef-first-line"
3147+
"href": "https://drafts.csswg.org/css2/#selectordef-first-line",
3148+
"value": ":first-line"
31413149
},
31423150
{
31433151
"name": ":first-letter",
3144-
"href": "https://drafts.csswg.org/css2/#selectordef-first-letter"
3152+
"href": "https://drafts.csswg.org/css2/#selectordef-first-letter",
3153+
"value": ":first-letter"
31453154
},
31463155
{
31473156
"name": ":before",
3148-
"href": "https://drafts.csswg.org/css2/#selectordef-before"
3157+
"href": "https://drafts.csswg.org/css2/#selectordef-before",
3158+
"value": ":before"
31493159
},
31503160
{
31513161
"name": ":after",
3152-
"href": "https://drafts.csswg.org/css2/#selectordef-after"
3162+
"href": "https://drafts.csswg.org/css2/#selectordef-after",
3163+
"value": ":after"
31533164
},
31543165
{
31553166
"name": ":left",
31563167
"prose": "All pages are automatically classified by user agents into either the :left or :right pseudo-class. Whether the first page of a document is :left or :right depends on the major writing direction of the root element. For example, the first page of a document with a left-to-right major writing direction would be a :right page, and the first page of a document with a right-to-left major writing direction would be a :left page. To explicitly force a document to begin printing on a left or right page, authors can insert a page break before the first generated box.",
3157-
"href": "https://drafts.csswg.org/css2/#selectordef-left"
3168+
"href": "https://drafts.csswg.org/css2/#selectordef-left",
3169+
"value": ":left"
31583170
},
31593171
{
31603172
"name": ":right",
31613173
"prose": "All pages are automatically classified by user agents into either the :left or :right pseudo-class. Whether the first page of a document is :left or :right depends on the major writing direction of the root element. For example, the first page of a document with a left-to-right major writing direction would be a :right page, and the first page of a document with a right-to-left major writing direction would be a :left page. To explicitly force a document to begin printing on a left or right page, authors can insert a page break before the first generated box.",
3162-
"href": "https://drafts.csswg.org/css2/#selectordef-right"
3174+
"href": "https://drafts.csswg.org/css2/#selectordef-right",
3175+
"value": ":right"
31633176
},
31643177
{
31653178
"name": ":first",
31663179
"prose": "Authors may also specify style for the first page of a document with the :first pseudo-class:",
3167-
"href": "https://drafts.csswg.org/css2/#selectordef-first"
3180+
"href": "https://drafts.csswg.org/css2/#selectordef-first",
3181+
"value": ":first"
31683182
}
31693183
],
31703184
"values": [

ed/css/css-forms.json

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -157,92 +157,110 @@
157157
{
158158
"name": "::picker-icon",
159159
"prose": "The ::picker-icon pseudo-element represents the part of the control that represents the icon denoting the presence of the picker. It is only generated when the originating element has basic appearance and if it opens a picker. It is a fully styleable pseudo-element and inherits from its originating element.",
160-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-picker-icon"
160+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-picker-icon",
161+
"value": "::picker-icon"
161162
},
162163
{
163164
"name": "::file-selector-button",
164165
"prose": "The ::file-selector-button pseudo-element represents the button used to open a file picker, if the UA renders such a button.",
165-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-file-selector-button"
166+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-file-selector-button",
167+
"value": "::file-selector-button"
166168
},
167169
{
168170
"name": "::checkmark",
169171
"prose": "The ::checkmark pseudo-element represents an indicator of whether the item is checked, and is present on checkboxes, radios, and option elements.",
170-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-checkmark"
172+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-checkmark",
173+
"value": "::checkmark"
171174
},
172175
{
173176
"name": "::slider-thumb",
174177
"prose": "The ::slider-thumb pseudo-element represents the portion that allows the user to adjust the progress of the control.",
175-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-thumb"
178+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-thumb",
179+
"value": "::slider-thumb"
176180
},
177181
{
178182
"name": "::slider-track",
179183
"prose": "The ::slider-track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.",
180-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-track"
184+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-track",
185+
"value": "::slider-track"
181186
},
182187
{
183188
"name": "::slider-fill",
184189
"prose": "The ::slider-fill pseudo-element represents the portion containing the progressed portion of the control. When the progress of control is indeterminate (like with <progress>), the user agent must give this portion an inline-size of zero.",
185-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-fill"
190+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-slider-fill",
191+
"value": "::slider-fill"
186192
},
187193
{
188194
"name": "::placeholder",
189195
"prose": "The ::placeholder pseudo-element represents the portion of the input that contains the placeholder text.",
190-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-placeholder"
196+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-placeholder",
197+
"value": "::placeholder"
191198
},
192199
{
193200
"name": "::field-text",
194201
"prose": "The ::field-text pseudo-element represents the portion of the input that contains the editable text.",
195-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-text"
202+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-text",
203+
"value": "::field-text"
196204
},
197205
{
198206
"name": "::clear-icon",
199207
"prose": "The ::clear-icon pseudo-element represents the portion of the input that allows the user to clear the input when clicked if provided by the user agent. With appearance: textfield, the user agent must not generate this part.",
200-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-clear-icon"
208+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-clear-icon",
209+
"value": "::clear-icon"
201210
},
202211
{
203212
"name": "::step-control",
204213
"prose": "The ::step-control pseudo-element represents the portion of a number input that contains the up and down buttons.",
205-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-control"
214+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-control",
215+
"value": "::step-control"
206216
},
207217
{
208218
"name": "::step-up",
209219
"prose": "The ::step-up pseudo-element represents the button that increments the value inside a number input when activated.",
210-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-up"
220+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-up",
221+
"value": "::step-up"
211222
},
212223
{
213224
"name": "::step-down",
214225
"prose": "The ::step-down pseudo-element represents the button that decrements the value inside a number input when activated.",
215-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-down"
226+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-step-down",
227+
"value": "::step-down"
216228
},
217229
{
218230
"name": "::field-component",
219231
"prose": "The ::field-component pseudo-element represents the portions of the control that contain the date/time component values.",
220-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-component"
232+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-component",
233+
"value": "::field-component"
221234
},
222235
{
223236
"name": "::field-separator",
224237
"prose": "The ::field-separator pseudo-element represents the portions of the control that separate the date/time component values if the user agent provides those portions.",
225-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-separator"
238+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-field-separator",
239+
"value": "::field-separator"
226240
},
227241
{
228242
"name": "::color-swatch",
229243
"prose": "The ::color-swatch pseudo-element represents the portion of the control that displays the chosen color value.",
230-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-color-swatch"
244+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-color-swatch",
245+
"value": "::color-swatch"
231246
},
232247
{
233248
"name": ":low-value",
234249
"prose": "The :low-value pseudo-class matches on a meter element when its value is under the value specified by the low HTML attribute.",
235-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-low-value"
250+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-low-value",
251+
"value": ":low-value"
236252
},
237253
{
238254
"name": ":high-value",
239255
"prose": "The :high-value pseudo-class matches on a meter element when its value is over the value specified by the high HTML attribute.",
240-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-high-value"
256+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-high-value",
257+
"value": ":high-value"
241258
},
242259
{
243260
"name": ":optimal-value",
244261
"prose": "The :optimal-value pseudo-class matches on a meter element when its value is in the range determined by the optimum / low / high HTML attributes.",
245-
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-optimal-value"
262+
"href": "https://drafts.csswg.org/css-forms-1/#selectordef-optimal-value",
263+
"value": ":optimal-value"
246264
}
247265
],
248266
"values": [

ed/css/css-gcpm-4.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,20 @@
3131
{
3232
"name": ":first-of-page",
3333
"prose": "Same as :nth-of-page(n), but where n = 1 (it is the first matched element on the page).",
34-
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-first-of-page"
34+
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-first-of-page",
35+
"value": ":first-of-page"
3536
},
3637
{
3738
"name": ":last-of-page",
3839
"prose": "The element is the last matched element on the page.",
39-
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-last-of-page"
40+
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-last-of-page",
41+
"value": ":last-of-page"
4042
},
4143
{
4244
"name": ":start-of-page",
4345
"prose": "The element is the first matched element on the page, and neither it nor its ancestors have any previous siblings that appear on the page.",
44-
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-start-of-page"
46+
"href": "https://drafts.csswg.org/css-gcpm-4/#selectordef-start-of-page",
47+
"value": ":start-of-page"
4548
}
4649
],
4750
"values": [

0 commit comments

Comments
 (0)