Skip to content

Commit 1b87a34

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.8.2.
1 parent a9eea1a commit 1b87a34

File tree

7 files changed

+26
-43
lines changed

7 files changed

+26
-43
lines changed

tr/css/css-overflow-4.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,7 @@
427427
{
428428
"name": "::nth-fragment()",
429429
"prose": "The ::nth-fragment() pseudo-element is a pseudo-element that describes some of the fragment boxes generated by an element. The argument to the pseudo-element takes the same syntax as the argument to the :nth-child() pseudo-class defined in [SELECT], and has the same meaning except that the number is relative to fragment boxes generated by the element instead of siblings of the element.",
430-
"href": "https://www.w3.org/TR/css-overflow-4/#selectordef-nth-fragment",
431-
"value": "::nth-fragment()"
430+
"href": "https://www.w3.org/TR/css-overflow-4/#selectordef-nth-fragment"
432431
}
433432
],
434433
"values": []

tr/css/css-overflow-5.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
{
109109
"name": "::nth-fragment()",
110110
"prose": "The ::nth-fragment() pseudo-element is a pseudo-element that describes some of the fragment boxes generated by an element. The argument to the pseudo-element takes the same syntax as the argument to the :nth-child() pseudo-class defined in [SELECT], and has the same meaning except that the number is relative to fragment boxes generated by the element instead of siblings of the element.",
111-
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-nth-fragment",
112-
"value": "::nth-fragment()"
111+
"href": "https://www.w3.org/TR/css-overflow-5/#selectordef-nth-fragment"
113112
}
114113
],
115114
"values": [

tr/css/css-scoping.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
{
2424
"name": ":host()",
2525
"prose": "The :host() function pseudo-class has the syntax:",
26-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host",
27-
"value": ":host()"
26+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host"
2827
},
2928
{
3029
"name": ":host-context()",
3130
"prose": "The :host-context() functional pseudo-class tests whether there is an ancestor, outside the shadow tree, which matches a particular selector. Its syntax is:",
32-
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host-context",
33-
"value": ":host-context()"
31+
"href": "https://www.w3.org/TR/css-scoping-1/#selectordef-host-context"
3432
},
3533
{
3634
"name": "::shadow",

tr/css/css-view-transitions-2.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@
132132
{
133133
"name": ":active-view-transition-type()",
134134
"prose": "The :active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching active view transition. It has the following syntax definition:",
135-
"href": "https://www.w3.org/TR/css-view-transitions-2/#active-view-transition-type-pseudo",
136-
"value": ":active-view-transition-type()"
135+
"href": "https://www.w3.org/TR/css-view-transitions-2/#active-view-transition-type-pseudo"
137136
}
138137
],
139138
"values": [

tr/css/css-view-transitions.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,22 @@
4848
{
4949
"name": "::view-transition-group()",
5050
"prose": "The ::view-transition-group() pseudo-element is a named view transition pseudo-element that represents a matching named view transition capture. A ::view-transition-group() pseudo-element is generated for each view transition name as a child of the ::view-transition pseudo-element, and contains a corresponding ::view-transition-image-pair().",
51-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-group",
52-
"value": "::view-transition-group()"
51+
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-group"
5352
},
5453
{
5554
"name": "::view-transition-image-pair()",
5655
"prose": "The ::view-transition-image-pair() pseudo-element is a named view transition pseudo-element that represents a pair of corresponding old/new view transition captures. This pseudo-element is a child of the corresponding ::view-transition-group() pseudo-element and contains a corresponding ::view-transition-old() pseudo-element and/or a corresponding ::view-transition-new() pseudo-element (in that order).",
57-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-image-pair",
58-
"value": "::view-transition-image-pair()"
56+
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-image-pair"
5957
},
6058
{
6159
"name": "::view-transition-old()",
6260
"prose": "The ::view-transition-old() pseudo-element is an empty named view transition pseudo-element that represents a visual snapshot of the “old” state as a replaced element; it is omitted if there’s no “old” state to represent. Each ::view-transition-old() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
63-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-old",
64-
"value": "::view-transition-old()"
61+
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-old"
6562
},
6663
{
6764
"name": "::view-transition-new()",
6865
"prose": "The ::view-transition-new() pseudo-element (like the analogous ::view-transition-old() pseudo-element) is an empty named view transition pseudo-element that represents a visual snapshot of the “new” state as a replaced element; it is omitted if there’s no “new” state to represent. Each ::view-transition-new() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
69-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-new",
70-
"value": "::view-transition-new()"
66+
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-new"
7167
}
7268
],
7369
"values": [

tr/css/selectors.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,27 @@
99
{
1010
"name": ":is()",
1111
"prose": "The matches-any pseudo-class, :is(), is a functional pseudo-class taking a <forgiving-selector-list> as its sole argument.",
12-
"href": "https://www.w3.org/TR/selectors-4/#matches-pseudo",
13-
"value": ":is()"
12+
"href": "https://www.w3.org/TR/selectors-4/#matches-pseudo"
1413
},
1514
{
1615
"name": ":matches()",
1716
"prose": "As previous drafts of this specification used the name :matches() for this pseudo-class, UAs may additionally implement this obsolete name as a legacy selector alias for :is() if needed for backwards-compatibility.",
18-
"href": "https://www.w3.org/TR/selectors-4/#selectordef-matches",
19-
"value": ":matches()"
17+
"href": "https://www.w3.org/TR/selectors-4/#selectordef-matches"
2018
},
2119
{
2220
"name": ":not()",
2321
"prose": "The negation pseudo-class, :not(), is a functional pseudo-class taking a selector list as an argument. It represents an element that is not represented by its argument.",
24-
"href": "https://www.w3.org/TR/selectors-4/#negation-pseudo",
25-
"value": ":not()"
22+
"href": "https://www.w3.org/TR/selectors-4/#negation-pseudo"
2623
},
2724
{
2825
"name": ":where()",
2926
"prose": "The Specificity-adjustment pseudo-class, :where(), is a functional pseudo-class with the same syntax and functionality as :is(). Unlike :is(), neither the :where() pseudo-class, nor any of its arguments, contribute to the specificity of the selector—its specificity is always zero.",
30-
"href": "https://www.w3.org/TR/selectors-4/#where-pseudo",
31-
"value": ":where()"
27+
"href": "https://www.w3.org/TR/selectors-4/#where-pseudo"
3228
},
3329
{
3430
"name": ":has()",
3531
"prose": "The relational pseudo-class, :has(), is a functional pseudo-class taking a <forgiving-relative-selector-list> as an argument. It represents an element if any of the relative selectors would match at least one element when anchored against this element.",
36-
"href": "https://www.w3.org/TR/selectors-4/#has-pseudo",
37-
"value": ":has()"
32+
"href": "https://www.w3.org/TR/selectors-4/#has-pseudo"
3833
},
3934
{
4035
"name": ":defined",
@@ -45,14 +40,12 @@
4540
{
4641
"name": ":dir()",
4742
"prose": "The :dir() pseudo-class allows the author to write selectors that represent an element based on its directionality as determined by the document language. For example, [HTML5] defines how to determine the directionality of an element, based on a combination of the dir attribute, the surrounding text, and other factors. As another example, the its:dir and dirRule element of the Internationalization Tag Set [ITS20] are able to define the directionality of an element in [XML10].",
48-
"href": "https://www.w3.org/TR/selectors-4/#dir-pseudo",
49-
"value": ":dir()"
43+
"href": "https://www.w3.org/TR/selectors-4/#dir-pseudo"
5044
},
5145
{
5246
"name": ":lang()",
5347
"prose": "If the document language specifies how the (human) content language of an element is determined, it is possible to write selectors that represent an element based on its content language. The :lang() pseudo-class, which accepts a comma-separated list of one or more language ranges, represents an element whose content language is one of the languages listed in its argument. Each language range in :lang() must be a valid CSS <ident> or <string>. (Thus language ranges containing asterisks, for example, must be either correctly escaped or quoted as strings, e.g. :lang(\\*-Latn) or :lang(\"*-Latn\").)",
54-
"href": "https://www.w3.org/TR/selectors-4/#lang-pseudo",
55-
"value": ":lang()"
48+
"href": "https://www.w3.org/TR/selectors-4/#lang-pseudo"
5649
},
5750
{
5851
"name": ":any-link",
@@ -135,8 +128,7 @@
135128
{
136129
"name": ":current()",
137130
"prose": "Its alternate form :current(), like :is(), takes a list of compound selectors as its argument: it represents the :current element that matches the argument or, if that does not match, the innermost ancestor of the :current element that does. (If neither the :current element nor its ancestors match the argument, then the selector does not represent anything.)",
138-
"href": "https://www.w3.org/TR/selectors-4/#selectordef-current",
139-
"value": ":current()"
131+
"href": "https://www.w3.org/TR/selectors-4/#selectordef-current"
140132
},
141133
{
142134
"name": ":past",

tr/index.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2025-06-10T01:36:21.888Z",
4+
"date": "2025-06-11T01:53:28.336Z",
55
"options": {
66
"fallback": "tr/index.json",
77
"output": "report",
@@ -710,7 +710,7 @@
710710
"crawled": 367,
711711
"errors": 0
712712
},
713-
"crawler": "reffy-18.8.1",
713+
"crawler": "reffy-18.8.2",
714714
"results": [
715715
{
716716
"url": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
@@ -756,7 +756,7 @@
756756
"https://aomediacodec.github.io/av1-spec/"
757757
],
758758
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
759-
"date": "10 June 2025",
759+
"date": "11 June 2025",
760760
"links": "links/av1-spec.json",
761761
"cddl": []
762762
},
@@ -17405,11 +17405,11 @@
1740517405
],
1740617406
"crawled": "https://www.w3.org/TR/rdf12-xml/",
1740717407
"crawlCacheInfo": {
17408-
"lastModified": "Mon, 09 Jun 2025 21:36:20 GMT"
17408+
"lastModified": "Tue, 10 Jun 2025 14:30:37 GMT"
1740917409
},
1741017410
"generator": "respec",
17411-
"date": "09 June 2025",
17412-
"revision": "4c3a86245283ef3ce985b910979884bd902cb942",
17411+
"date": "10 June 2025",
17412+
"revision": "69623cc77d52e675f3a1787faabf82e10762c662",
1741317413
"links": "links/rdf12-xml.json",
1741417414
"refs": "refs/rdf12-xml.json",
1741517415
"dfns": "dfns/rdf12-xml.json",
@@ -24021,11 +24021,11 @@
2402124021
],
2402224022
"crawled": "https://www.w3.org/TR/WGSL/",
2402324023
"crawlCacheInfo": {
24024-
"lastModified": "Tue, 03 Jun 2025 15:31:21 GMT"
24024+
"lastModified": "Tue, 10 Jun 2025 18:37:51 GMT"
2402524025
},
2402624026
"generator": "bikeshed",
24027-
"date": "3 June 2025",
24028-
"revision": "e413401f5220ba76d16c498ac5bb81fb7c54dcd1",
24027+
"date": "10 June 2025",
24028+
"revision": "835d0909aa7103c8f1b18caa80ad9592bf302847",
2402924029
"algorithms": "algorithms/WGSL.json",
2403024030
"links": "links/WGSL.json",
2403124031
"refs": "refs/WGSL.json",

0 commit comments

Comments
 (0)