Skip to content

Commit f658039

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.8.2.
1 parent 70f8859 commit f658039

File tree

8 files changed

+197
-214
lines changed

8 files changed

+197
-214
lines changed

ed/css/css-overflow-5.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@
140140
{
141141
"name": "::nth-fragment()",
142142
"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.",
143-
"href": "https://drafts.csswg.org/css-overflow-5/#selectordef-nth-fragment",
144-
"value": "::nth-fragment()"
143+
"href": "https://drafts.csswg.org/css-overflow-5/#selectordef-nth-fragment"
145144
}
146145
],
147146
"values": [

ed/css/css-scoping.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,17 @@
1515
{
1616
"name": ":host()",
1717
"prose": "The :host() function pseudo-class has the syntax:",
18-
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-function",
19-
"value": ":host()"
18+
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-function"
2019
},
2120
{
2221
"name": ":host-context()",
2322
"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:",
24-
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-context",
25-
"value": ":host-context()"
23+
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-host-context"
2624
},
2725
{
2826
"name": "::slotted()",
2927
"prose": "The ::slotted() pseudo-element represents the elements assigned, after flattening, to a slot. This pseudo-element only exists on slots.",
30-
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-slotted",
31-
"value": "::slotted()"
28+
"href": "https://drafts.csswg.org/css-scoping-1/#selectordef-slotted"
3229
},
3330
{
3431
"name": ":has-slotted",

ed/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://drafts.csswg.org/css-view-transitions-2/#active-view-transition-type-pseudo",
136-
"value": ":active-view-transition-type()"
135+
"href": "https://drafts.csswg.org/css-view-transitions-2/#active-view-transition-type-pseudo"
137136
}
138137
],
139138
"values": [

ed/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://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-group",
52-
"value": "::view-transition-group()"
51+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-image-pair",
58-
"value": "::view-transition-image-pair()"
56+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-old",
64-
"value": "::view-transition-old()"
61+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-new",
70-
"value": "::view-transition-new()"
66+
"href": "https://drafts.csswg.org/css-view-transitions-1/#selectordef-view-transition-new"
7167
}
7268
],
7369
"values": [

ed/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://drafts.csswg.org/selectors-4/#matches-pseudo",
13-
"value": ":is()"
12+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/selectors-4/#selectordef-matches",
19-
"value": ":matches()"
17+
"href": "https://drafts.csswg.org/selectors-4/#selectordef-matches"
2018
},
2119
{
2220
"name": ":not()",
2321
"prose": "The negation pseudo-class, :not(), is a functional pseudo-class taking a <complex-real-selector-list> as an argument. It represents an element that is not represented by its argument.",
24-
"href": "https://drafts.csswg.org/selectors-4/#negation-pseudo",
25-
"value": ":not()"
22+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/selectors-4/#where-pseudo",
31-
"value": ":where()"
27+
"href": "https://drafts.csswg.org/selectors-4/#where-pseudo"
3228
},
3329
{
3430
"name": ":has()",
3531
"prose": "The relational pseudo-class, :has(), is a functional pseudo-class taking a <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://drafts.csswg.org/selectors-4/#has-pseudo",
37-
"value": ":has()"
32+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/selectors-4/#dir-pseudo",
49-
"value": ":dir()"
43+
"href": "https://drafts.csswg.org/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://drafts.csswg.org/selectors-4/#lang-pseudo",
55-
"value": ":lang()"
48+
"href": "https://drafts.csswg.org/selectors-4/#lang-pseudo"
5649
},
5750
{
5851
"name": ":any-link",
@@ -135,8 +128,7 @@
135128
{
136129
"name": ":current()",
137130
"prose": "Its alternate form :current() 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://drafts.csswg.org/selectors-4/#selectordef-current",
139-
"value": ":current()"
131+
"href": "https://drafts.csswg.org/selectors-4/#selectordef-current"
140132
},
141133
{
142134
"name": ":past",

0 commit comments

Comments
 (0)