Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 11.3.2.
  • Loading branch information
reffy-bot committed Jan 26, 2023
1 parent 225b143 commit 1e35d93
Show file tree
Hide file tree
Showing 65 changed files with 1,574 additions and 1,958 deletions.
17 changes: 17 additions & 0 deletions tr/css/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,23 @@
"name": "<dimension-unit>",
"prose": "The <dimension-unit> production matches a literal \"%\" character (that is, a <delim-token> with a value of \"%\") or an ident whose value is any of the CSS units for <length>, <angle>, <time>, <frequency>, or <flex> values (such as px or ms).",
"type": "type"
},
{
"name": "random()",
"prose": "The random() function is a math function that represents a random value between a minimum and maximum value, drawn from a uniform distribution, optionally limiting the possible values to a step between those limits:",
"type": "function",
"value": "random( <random-caching-options>? , <calc-sum>, <calc-sum>, [by <calc-sum>]? );"
},
{
"name": "<random-caching-options>",
"type": "type",
"value": "<dashed-ident> || per-element"
},
{
"name": "random-item()",
"prose": "The random-item() function resolves to a random item from among its list of items.",
"type": "function",
"value": "random-item( <random-caching-options> ';' <any-value> [ ';' <any-value> ]* )"
}
]
}
97 changes: 97 additions & 0 deletions tr/dfns/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,103 @@
"number": "2.2"
},
"definedIn": "prose"
},
{
"id": "css-random-functions",
"href": "https://drafts.csswg.org/css-values-5/#css-random-functions",
"linkingText": [
"random functions"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"CSS"
],
"access": "public",
"informative": false,
"heading": {
"id": "randomness",
"href": "https://drafts.csswg.org/css-values-5/#randomness",
"title": "Generating Random Values",
"number": "3"
},
"definedIn": "prose"
},
{
"id": "funcdef-random",
"href": "https://drafts.csswg.org/css-values-5/#funcdef-random",
"linkingText": [
"random()"
],
"localLinkingText": [],
"type": "function",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "random",
"href": "https://drafts.csswg.org/css-values-5/#random",
"title": "Generating a Random Numeric Value: the random() function",
"number": "3.1"
},
"definedIn": "prose"
},
{
"id": "typedef-random-caching-options",
"href": "https://drafts.csswg.org/css-values-5/#typedef-random-caching-options",
"linkingText": [
"<random-caching-options>"
],
"localLinkingText": [],
"type": "type",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "random",
"href": "https://drafts.csswg.org/css-values-5/#random",
"title": "Generating a Random Numeric Value: the random() function",
"number": "3.1"
},
"definedIn": "pre"
},
{
"id": "funcdef-random-item",
"href": "https://drafts.csswg.org/css-values-5/#funcdef-random-item",
"linkingText": [
"random-item()"
],
"localLinkingText": [],
"type": "function",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "random-item",
"href": "https://drafts.csswg.org/css-values-5/#random-item",
"title": "Picking A Random Item From A List: the random-item() function",
"number": "3.2"
},
"definedIn": "prose"
},
{
"id": "random-caching-key",
"href": "https://drafts.csswg.org/css-values-5/#random-caching-key",
"linkingText": [
"random-caching key"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "random-caching",
"href": "https://drafts.csswg.org/css-values-5/#random-caching",
"title": "Generating/Caching Random Values: the <random-caching-options> value",
"number": "3.3"
},
"definedIn": "prose"
}
]
}
18 changes: 14 additions & 4 deletions tr/dfns/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -25841,12 +25841,12 @@
"id": "concept-submit-button",
"href": "https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button",
"linkingText": [
"submit buttons"
"submit button"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"access": "public",
"informative": false,
"heading": {
"id": "categories",
Expand Down Expand Up @@ -32476,8 +32476,18 @@
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"for": [
"button",
"fieldset",
"input",
"object",
"output",
"select",
"textarea",
"img",
"form-associated custom element"
],
"access": "public",
"informative": false,
"heading": {
"id": "association-of-controls-and-forms",
Expand Down
Loading

0 comments on commit 1e35d93

Please sign in to comment.