Skip to content

Commit e2d9fc9

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent cc2e469 commit e2d9fc9

24 files changed

+536
-492
lines changed

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
@@ -162,7 +162,7 @@
162162
"rationale": ".algorithm",
163163
"steps": [
164164
{
165-
"html": "<p>If the <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-mixins-1/#typedef-css-type\" id=\"ref-for-typedef-css-type\">&lt;css-type&gt;</a> consists of a single <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-values-5/#typedef-syntax-component\" id=\"ref-for-typedef-syntax-component②\">&lt;syntax-component&gt;</a>,\nreturn the corresponding <a href=\"https://drafts.css-houdini.org/css-properties-values-api-1/#syntax-strings\">syntax string</a>.</p>"
165+
"html": "<p>If the <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-mixins-1/#typedef-css-type\" id=\"ref-for-typedef-css-type\">&lt;css-type&gt;</a> consists of a single <a class=\"production css\" data-link-type=\"type\" href=\"https://drafts.csswg.org/css-values-5/#typedef-syntax-component\" id=\"ref-for-typedef-syntax-component②\">&lt;syntax-component&gt;</a>,\nreturn the corresponding <a href=\"https://drafts.css-houdini.org/css-properties-values-api-1/#syntax-strings\">syntax string</a>.</p>"
166166
},
167167
{
168168
"html": "<p>Otherwise,\nreturn the concatenation of the following:</p>\n <ul>\n <li data-md=\"\">\n <p>The string <code class=\"highlight\"><c- s=\"\">\"type(\"</c-></code>,\ni.e. <code class=\"highlight\"><c- s=\"\">\"type\"</c-></code>\nfollowed by a single LEFT PARENTHESIS (U+0028).</p>\n </li><li data-md=\"\">\n <p>The corresponding <a href=\"https://drafts.css-houdini.org/css-properties-values-api-1/#syntax-strings\">syntax string</a>.</p>\n </li><li data-md=\"\">\n <p>The string <code class=\"highlight\"><c- s=\"\">\")\"</c-></code>,\ni.e. a single RIGHT PARENTHESIS (U+0029).</p>\n </li></ul>"

ed/css/css-fonts-5.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"name": "ex-height | cap-height | ch-width | ic-width | ic-height",
28-
"prose": "Specifies the font metric to normalize, defaulting to ex-height: w3c/csswg-drafts/6384[css-fonts-5] font-size-adjust with missing metrics",
28+
"prose": "Specifies the font metric to normalize, defaulting to ex-height: If the required font metric cannot be derived from a font, then that font’s size is not adjusted. [Issue #6384]",
2929
"href": "https://drafts.csswg.org/css-fonts-5/#valdef-font-size-adjust-ex-height--cap-height--ch-width--ic-width--ic-height",
3030
"type": "value",
3131
"value": "ex-height | cap-height | ch-width | ic-width | ic-height"
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"name": "from-font",
77-
"prose": "Computes to the <number> corresponding to the specified metric of the first available font. w3c/csswg-drafts/6384[css-fonts-5] font-size-adjust with missing metrics",
77+
"prose": "Computes to the <number> corresponding to the specified metric of the first available font. Shouldn’t this be the first available font that can provide the required metric? [Issue #6384]",
7878
"href": "https://drafts.csswg.org/css-fonts-5/#valdef-font-size-adjust-from-font",
7979
"type": "value",
8080
"value": "from-font"

ed/css/css-link-params.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "link-parameters",
99
"href": "https://drafts.csswg.org/css-link-params-1/#propdef-link-parameters",
10-
"value": "none | <link-param>+",
10+
"value": "none | <param()>#",
1111
"initial": "none",
1212
"appliesTo": "all elements and pseudo-elements",
1313
"inherited": "no",
@@ -25,10 +25,11 @@
2525
"selectors": [],
2626
"values": [
2727
{
28-
"name": "<link-param>",
29-
"href": "https://drafts.csswg.org/css-link-params-1/#typedef-link-param",
30-
"type": "type",
31-
"value": "param( <custom-property-name> <declaration-value>? )"
28+
"name": "param()",
29+
"prose": "The param() function specifies a link parameter, with a key of the <dashed-ident>, and a value of the <declaration-value>?. (If the <declaration-value> is omitted, it represents an empty value.) It has the syntax:",
30+
"href": "https://drafts.csswg.org/css-link-params-1/#funcdef-param",
31+
"type": "function",
32+
"value": "param( <dashed-ident> , <declaration-value>? )"
3233
}
3334
]
3435
}

ed/css/css-mixins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"name": "@env",
5050
"href": "https://drafts.csswg.org/css-mixins-1/#at-ruledef-env",
5151
"descriptors": [],
52-
"value": "@env <custom-property-name> : <declaration-value>? ;"
52+
"value": "@env <custom-property-name> <css-type>? : <declaration-value>? ;"
5353
}
5454
],
5555
"selectors": [],

ed/dfns/css-link-params-1.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"links": []
7070
},
7171
{
72-
"id": "valdef-none-link-param",
73-
"href": "https://drafts.csswg.org/css-link-params-1/#valdef-none-link-param",
72+
"id": "valdef-none-param",
73+
"href": "https://drafts.csswg.org/css-link-params-1/#valdef-none-param",
7474
"linkingText": [
75-
"<link-param>+"
75+
"<param()>#"
7676
],
7777
"localLinkingText": [],
7878
"type": "value",
@@ -91,13 +91,13 @@
9191
"links": []
9292
},
9393
{
94-
"id": "typedef-link-param",
95-
"href": "https://drafts.csswg.org/css-link-params-1/#typedef-link-param",
94+
"id": "funcdef-param",
95+
"href": "https://drafts.csswg.org/css-link-params-1/#funcdef-param",
9696
"linkingText": [
97-
"<link-param>"
97+
"param()"
9898
],
9999
"localLinkingText": [],
100-
"type": "type",
100+
"type": "function",
101101
"for": [],
102102
"access": "public",
103103
"informative": false,
@@ -107,7 +107,7 @@
107107
"title": "In CSS: the link-parameters property",
108108
"number": "2.1"
109109
},
110-
"definedIn": "pre",
110+
"definedIn": "prose",
111111
"links": []
112112
},
113113
{

ed/dfns/css-mixins-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
"localLinkingText": [],
544544
"type": "dfn",
545545
"for": [],
546-
"access": "private",
546+
"access": "public",
547547
"informative": false,
548548
"heading": {
549549
"id": "scoped-env",

ed/headings/css-link-params-1.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@
7373
"title": "Using Link Parameters",
7474
"number": "3"
7575
},
76+
{
77+
"id": "priv",
78+
"href": "https://drafts.csswg.org/css-link-params-1/#priv",
79+
"level": 2,
80+
"title": "Privacy Considerations"
81+
},
82+
{
83+
"id": "sec",
84+
"href": "https://drafts.csswg.org/css-link-params-1/#sec",
85+
"level": 2,
86+
"title": "Security Considerations"
87+
},
7688
{
7789
"id": "w3c-conformance",
7890
"href": "https://drafts.csswg.org/css-link-params-1/#w3c-conformance",
@@ -150,12 +162,6 @@
150162
"href": "https://drafts.csswg.org/css-link-params-1/#property-index",
151163
"level": 2,
152164
"title": "Property Index"
153-
},
154-
{
155-
"id": "issues-index",
156-
"href": "https://drafts.csswg.org/css-link-params-1/#issues-index",
157-
"level": 2,
158-
"title": "Issues Index"
159165
}
160166
]
161167
}

ed/ids/css-content-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7",
113113
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote",
114114
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8",
115-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
115+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
116116
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA",
117117
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-target",
118118
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0",
@@ -243,9 +243,9 @@
243243
"https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6",
244244
"https://drafts.csswg.org/css-content-3/#example-eb11c28e",
245245
"https://drafts.csswg.org/css-content-3/#leaders",
246-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
246+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0",
247247
"https://drafts.csswg.org/css-content-3/#leader-function",
248-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
248+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A1",
249249
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
250250
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
251251
"https://drafts.csswg.org/css-content-3/#funcdef-leader",

0 commit comments

Comments
 (0)