Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 15.2.0.
  • Loading branch information
reffy-bot committed May 29, 2024
1 parent 26148ed commit b34cfaf
Show file tree
Hide file tree
Showing 31 changed files with 2,287 additions and 1,097 deletions.
9 changes: 8 additions & 1 deletion ed/css/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@
"type": "function",
"value": "calc-size( <calc-size-basis>, <calc-sum>? )",
"values": [
{
"name": "percentage",
"prose": "The percentage basis keyword indicates a basis size of 100%.",
"href": "https://drafts.csswg.org/css-values-5/#valdef-calc-size-percentage",
"type": "value",
"value": "percentage"
},
{
"name": "size",
"prose": "Within the calc-size calculation, if the calc-size basis is not any, the keyword size is allowed. This keyword is a <length>, and resolves at used value time.",
Expand All @@ -417,7 +424,7 @@
"name": "<calc-size-basis>",
"href": "https://drafts.csswg.org/css-values-5/#typedef-calc-size-basis",
"type": "type",
"value": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]"
"value": "[ <intrinsic-size-keyword> | percentage | <calc-size()> | any | <calc-sum> ]"
},
{
"name": "<intrinsic-size-keyword>",
Expand Down
61 changes: 60 additions & 1 deletion ed/dfns/css-values-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,27 @@
},
"definedIn": "prose"
},
{
"id": "valdef-calc-size-percentage",
"href": "https://drafts.csswg.org/css-values-5/#valdef-calc-size-percentage",
"linkingText": [
"percentage"
],
"localLinkingText": [],
"type": "value",
"for": [
"calc-size()"
],
"access": "public",
"informative": false,
"heading": {
"id": "calc-size",
"href": "https://drafts.csswg.org/css-values-5/#calc-size",
"title": "Calculating With Intrinsic Sizes: the calc-size() function",
"number": "9"
},
"definedIn": "prose"
},
{
"id": "calc-size-basis",
"href": "https://drafts.csswg.org/css-values-5/#calc-size-basis",
Expand Down Expand Up @@ -1470,6 +1491,44 @@
},
"definedIn": "prose"
},
{
"id": "de-percentify-a-calc-size-calculation",
"href": "https://drafts.csswg.org/css-values-5/#de-percentify-a-calc-size-calculation",
"linkingText": [
"de-percentify a calc-size calculation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "simplifying-calc-size",
"href": "https://drafts.csswg.org/css-values-5/#simplifying-calc-size",
"title": "Simplifying calc-size()",
"number": "9.1"
},
"definedIn": "prose"
},
{
"id": "substitute-into-a-calc-size-calculation",
"href": "https://drafts.csswg.org/css-values-5/#substitute-into-a-calc-size-calculation",
"linkingText": [
"substitute into a calc-size calculation"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "simplifying-calc-size",
"href": "https://drafts.csswg.org/css-values-5/#simplifying-calc-size",
"title": "Simplifying calc-size()",
"number": "9.1"
},
"definedIn": "prose"
},
{
"id": "valdef-calc-size-any",
"href": "https://drafts.csswg.org/css-values-5/#valdef-calc-size-any",
Expand All @@ -1487,7 +1546,7 @@
"id": "resolving-calc-size",
"href": "https://drafts.csswg.org/css-values-5/#resolving-calc-size",
"title": "Resolving calc-size()",
"number": "9.1"
"number": "9.2"
},
"definedIn": "prose"
}
Expand Down
4 changes: 2 additions & 2 deletions ed/dfns/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -81270,7 +81270,7 @@
"id": "dom-document-write",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-document-write",
"linkingText": [
"document.write(...)"
"document.write(...text)"
],
"localLinkingText": [],
"type": "method",
Expand All @@ -81291,7 +81291,7 @@
"id": "dom-document-writeln",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-document-writeln",
"linkingText": [
"document.writeln(...)"
"document.writeln(...text)"
],
"localLinkingText": [],
"type": "method",
Expand Down
Loading

0 comments on commit b34cfaf

Please sign in to comment.