Skip to content

Commit ce28e03

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.8.0.
1 parent 4dd6d5d commit ce28e03

14 files changed

+270
-148
lines changed

tr/algorithms/webgpu.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@
120120
"html": "<p>Let <var>features</var> be the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-set\" id=\"ref-for-ordered-set②\">set</a> of values in <var>descriptor</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#dom-gpudevicedescriptor-requiredfeatures\" id=\"ref-for-dom-gpudevicedescriptor-requiredfeatures\">requiredFeatures</a></code>.</p>"
121121
},
122122
{
123-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#core-features-and-limits\" id=\"ref-for-core-features-and-limits\">\"core-features-and-limits\"</a></code> to <var>features</var>.</p>"
123+
"html": "If <var>features</var> contains <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#texture-formats-tier1\" id=\"ref-for-texture-formats-tier1\">\"texture-formats-tier1\"</a></code>:",
124+
"rationale": "append",
125+
"steps": [
126+
{
127+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#rg11b10ufloat-renderable\" id=\"ref-for-rg11b10ufloat-renderable\">\"rg11b10ufloat-renderable\"</a></code> to <var>features</var></p>"
128+
}
129+
]
130+
},
131+
{
132+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append①\">Append</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webgpu/#core-features-and-limits\" id=\"ref-for-core-features-and-limits\">\"core-features-and-limits\"</a></code> to <var>features</var>.</p>"
124133
},
125134
{
126135
"html": "<p>Let <var>limits</var> be a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webgpu/#supported-limits\" id=\"ref-for-supported-limits③\">supported limits</a> object with all values set to their defaults.</p>"
@@ -1868,7 +1877,7 @@
18681877
]
18691878
},
18701879
{
1871-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> (<var>bindGroupLayoutEntry</var>, <var>bound</var>) to <var>result</var>.</p>"
1880+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> (<var>bindGroupLayoutEntry</var>, <var>bound</var>) to <var>result</var>.</p>"
18721881
}
18731882
]
18741883
},

tr/css/css-forms.json

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,92 +93,110 @@
9393
{
9494
"name": "::picker-icon",
9595
"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.",
96-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-picker-icon"
96+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-picker-icon",
97+
"value": "::picker-icon"
9798
},
9899
{
99100
"name": "::file-selector-button",
100101
"prose": "The ::file-selector-button pseudo-element represents the button used to open a file picker, if the UA renders such a button.",
101-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-file-selector-button"
102+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-file-selector-button",
103+
"value": "::file-selector-button"
102104
},
103105
{
104106
"name": "::checkmark",
105107
"prose": "The ::checkmark pseudo-element represents an indicator of whether the item is checked, and is present on checkboxes, radios, and option elements.",
106-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-checkmark"
108+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-checkmark",
109+
"value": "::checkmark"
107110
},
108111
{
109112
"name": "::thumb",
110113
"prose": "The ::thumb pseudo-element represents the portion that allows the user to adjust the progress of the control.",
111-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-thumb"
114+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-thumb",
115+
"value": "::thumb"
112116
},
113117
{
114118
"name": "::track",
115119
"prose": "The ::track pseudo-element represents the portion containing both the progressed and unprogressed portions of the control.",
116-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-track"
120+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-track",
121+
"value": "::track"
117122
},
118123
{
119124
"name": "::fill",
120125
"prose": "The ::fill pseudo-element represents the portion containing the progressed portion of the control. When the progress of control is undetermined (like with <progress indeterminate>), the user agent must give this portion an inline-size of zero.",
121-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-fill"
126+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-fill",
127+
"value": "::fill"
122128
},
123129
{
124130
"name": "::placeholder",
125131
"prose": "The ::placeholder pseudo-element represents the portion of the input that contains the placeholder text.",
126-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-placeholder"
132+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-placeholder",
133+
"value": "::placeholder"
127134
},
128135
{
129136
"name": "::field-text",
130137
"prose": "The ::field-text pseudo-element represents the portion of the input that contains the editable text.",
131-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-text"
138+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-text",
139+
"value": "::field-text"
132140
},
133141
{
134142
"name": "::clear-icon",
135143
"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.",
136-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-clear-icon"
144+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-clear-icon",
145+
"value": "::clear-icon"
137146
},
138147
{
139148
"name": "::step-control",
140149
"prose": "The ::step-control pseudo-element represents the portion of a number input that contains the up and down buttons.",
141-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-control"
150+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-control",
151+
"value": "::step-control"
142152
},
143153
{
144154
"name": "::step-up",
145155
"prose": "The ::step-up pseudo-element represents the button that increments the value inside a number input when activated.",
146-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-up"
156+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-up",
157+
"value": "::step-up"
147158
},
148159
{
149160
"name": "::step-down",
150161
"prose": "The ::step-down pseudo-element represents the button that decrements the value inside a number input when activated.",
151-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-down"
162+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-step-down",
163+
"value": "::step-down"
152164
},
153165
{
154166
"name": "::field-component",
155167
"prose": "The ::field-component pseudo-element represents the portions of the control that contain the date/time component values.",
156-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-component"
168+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-component",
169+
"value": "::field-component"
157170
},
158171
{
159172
"name": "::field-separator",
160173
"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.",
161-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-separator"
174+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-field-separator",
175+
"value": "::field-separator"
162176
},
163177
{
164178
"name": "::color-swatch",
165179
"prose": "The ::color-swatch pseudo-element represents the portion of the control that displays the chosen color value.",
166-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-color-swatch"
180+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-color-swatch",
181+
"value": "::color-swatch"
167182
},
168183
{
169184
"name": ":low-value",
170185
"prose": "The :low-value pseudo-class matches on a meter element when its value is under the value specified by the low HTML attribute.",
171-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-low-value"
186+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-low-value",
187+
"value": ":low-value"
172188
},
173189
{
174190
"name": ":high-value",
175191
"prose": "The :high-value pseudo-class matches on a meter element when its value is over the value specified by the high HTML attribute.",
176-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-high-value"
192+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-high-value",
193+
"value": ":high-value"
177194
},
178195
{
179196
"name": ":optimal-value",
180197
"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.",
181-
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-optimal-value"
198+
"href": "https://www.w3.org/TR/css-forms-1/#selectordef-optimal-value",
199+
"value": ":optimal-value"
182200
}
183201
],
184202
"values": [

tr/css/css-multicol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@
247247
{
248248
"name": "::column",
249249
"prose": "The ::column pseudo-element represents the individual columns in a multi-column container. It only exists on multi-column containers.",
250-
"href": "https://www.w3.org/TR/css-multicol-2/#selectordef-column"
250+
"href": "https://www.w3.org/TR/css-multicol-2/#selectordef-column",
251+
"value": "::column"
251252
}
252253
],
253254
"values": []

tr/css/css-nesting.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{
1010
"name": "&",
1111
"prose": "When using a nested style rule, one must be able to refer to the elements matched by the parent rule; that is, after all, the entire point of nesting. To accomplish that, this specification defines a new selector, the nesting selector, written as & (U+0026 AMPERSAND).",
12-
"href": "https://www.w3.org/TR/css-nesting-1/#selectordef-"
12+
"href": "https://www.w3.org/TR/css-nesting-1/#selectordef-",
13+
"value": "&"
1314
}
1415
],
1516
"values": []

tr/css/css-overflow-5.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,20 @@
8585
{
8686
"name": "::scroll-marker-group",
8787
"prose": "The ::scroll-marker-group fully styleable pseudo-element is generated by a scroll container element having a computed scroll-marker-group property that is not none.",
88-
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-scroll-marker-group"
88+
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-scroll-marker-group",
89+
"value": "::scroll-marker-group"
8990
},
9091
{
9192
"name": "::scroll-marker",
9293
"prose": "When the computed content value of a ::scroll-marker pseudo-element is not none and its nearest ancestor scroll container scroll container has a computed scroll-marker-group property that is not none, the pseudo-element generates a box attached as a child of the ::scroll-marker-group pseudo-element’s generated box on its nearest ancestor scroll container. These boxes are added in the tree order of their originating element.",
93-
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-scroll-marker"
94+
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-scroll-marker",
95+
"value": "::scroll-marker"
9496
},
9597
{
9698
"name": ":target-current",
9799
"prose": "Exactly one scroll marker within each scroll marker group is determined to be active at a time. Such \"active\" scroll markers match the :target-current pseudo-class.",
98-
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-target-current"
100+
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-target-current",
101+
"value": ":target-current"
99102
},
100103
{
101104
"name": "::scroll-button()",

tr/css/css-pseudo.json

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{
1010
"name": "::first-line",
1111
"prose": "The ::first-line pseudo-element represents the contents of the first formatted line of its originating element.",
12-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-line"
12+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-line",
13+
"value": "::first-line"
1314
},
1415
{
1516
"name": "::first-letter",
@@ -20,60 +21,72 @@
2021
"name": "::prefix",
2122
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::postfix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::postfix). See § 2.2.1 First Letters and Associated Punctuation, below.",
2223
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-letter-prefix",
23-
"type": "selector"
24+
"type": "selector",
25+
"value": "::prefix"
2426
},
2527
{
2628
"name": "::postfix",
2729
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::postfix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::postfix). See § 2.2.1 First Letters and Associated Punctuation, below.",
2830
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-letter-postfix",
29-
"type": "selector"
31+
"type": "selector",
32+
"value": "::postfix"
3033
}
31-
]
34+
],
35+
"value": "::first-letter"
3236
},
3337
{
3438
"name": "::selection",
3539
"prose": "The ::selection pseudo-element represents the portion of a document that has been selected as the target or object of some possible future user-agent operation(s). It applies, for example, to selected text within an editable text field, which would be copied by a copy operation or replaced by a paste operation.",
36-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-selection"
40+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-selection",
41+
"value": "::selection"
3742
},
3843
{
3944
"name": "::target-text",
4045
"prose": "The ::target-text pseudo-element represents text directly targeted by the document URL’s fragment, if any.",
41-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-target-text"
46+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-target-text",
47+
"value": "::target-text"
4248
},
4349
{
4450
"name": "::spelling-error",
4551
"prose": "The ::spelling-error pseudo-element represents a portion of text that has been flagged by the user agent as misspelled.",
46-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-spelling-error"
52+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-spelling-error",
53+
"value": "::spelling-error"
4754
},
4855
{
4956
"name": "::grammar-error",
5057
"prose": "The ::grammar-error pseudo-element represents a portion of text that has been flagged by the user agent as grammatically incorrect.",
51-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-grammar-error"
58+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-grammar-error",
59+
"value": "::grammar-error"
5260
},
5361
{
5462
"name": "::before",
5563
"prose": "Represents a styleable child pseudo-element immediately before the originating element’s actual content.",
56-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-before"
64+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-before",
65+
"value": "::before"
5766
},
5867
{
5968
"name": "::after",
6069
"prose": "Represents a styleable child pseudo-element immediately after the originating element’s actual content.",
61-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-after"
70+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-after",
71+
"value": "::after"
6272
},
6373
{
6474
"name": "::marker",
6575
"prose": "The ::marker pseudo-element represents the automatically generated marker box of a list item. (See [CSS-DISPLAY-3] and [CSS-LISTS-3].)",
66-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-marker"
76+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-marker",
77+
"value": "::marker"
6778
},
6879
{
6980
"name": "::placeholder",
7081
"prose": "The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text “YYYY/MM/DD” to clarify that numeric dates are to be entered in year-month-day order.",
71-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-placeholder"
82+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-placeholder",
83+
"value": "::placeholder"
7284
},
7385
{
7486
"name": "::file-selector-button",
7587
"prose": "The ::file-selector-button pseudo-element targets the <button> inside an <input> element with type=file, if the UA renders such a button.",
76-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-file-selector-button"
88+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-file-selector-button",
89+
"value": "::file-selector-button"
7790
}
7891
],
7992
"values": []

tr/css/css-scoping.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
{
1818
"name": ":host",
1919
"prose": "The :host pseudo-class, when evaluated in the context of a shadow tree, matches the shadow tree’s host element. In any other context, it matches nothing.",
20-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host0"
20+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host0",
21+
"value": ":host"
2122
},
2223
{
2324
"name": ":host()",
@@ -32,17 +33,20 @@
3233
{
3334
"name": "::shadow",
3435
"prose": "If an element has at least one shadow tree, the ::shadow pseudo-element matches the shadow roots themselves. In HTML, the shadow root is represented by ShadowRoot objects.",
35-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-shadow"
36+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-shadow",
37+
"value": "::shadow"
3638
},
3739
{
3840
"name": "::content",
3941
"prose": "The ::content pseudo-element matches the distribution list itself, on elements that have one.",
40-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-content"
42+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-content",
43+
"value": "::content"
4144
},
4245
{
4346
"name": "/deep/",
4447
"prose": "When a /deep/ combinator is encountered in a selector, replace every element in the selector match list with every element reachable from the original element by traversing any number of child lists or shadow trees.",
45-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-deep"
48+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-deep",
49+
"value": "/deep/"
4650
}
4751
],
4852
"values": []

0 commit comments

Comments
 (0)