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 d1363471f6cf713073bc0034ec4b539906334894.
  • Loading branch information
reffy-bot committed Jun 15, 2021
1 parent 207a073 commit 66b3969
Show file tree
Hide file tree
Showing 59 changed files with 917 additions and 744 deletions.
52 changes: 26 additions & 26 deletions ed/dfns/css-typed-om-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3078,16 +3078,16 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-cssmathclamp-min-val-max-min",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-min-val-max-min",
"id": "dom-cssmathclamp-cssmathclamp-lower-value-upper-lower",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-lower-value-upper-lower",
"linkingText": [
"min"
"lower"
],
"localLinkingText": [],
"type": "argument",
"for": [
"CSSMathClamp/CSSMathClamp(min, val, max)",
"CSSMathClamp/constructor(min, val, max)"
"CSSMathClamp/CSSMathClamp(lower, value, upper)",
"CSSMathClamp/constructor(lower, value, upper)"
],
"access": "public",
"informative": false,
Expand All @@ -3099,16 +3099,16 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-cssmathclamp-min-val-max-val",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-min-val-max-val",
"id": "dom-cssmathclamp-cssmathclamp-lower-value-upper-value",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-lower-value-upper-value",
"linkingText": [
"val"
"value"
],
"localLinkingText": [],
"type": "argument",
"for": [
"CSSMathClamp/CSSMathClamp(min, val, max)",
"CSSMathClamp/constructor(min, val, max)"
"CSSMathClamp/CSSMathClamp(lower, value, upper)",
"CSSMathClamp/constructor(lower, value, upper)"
],
"access": "public",
"informative": false,
Expand All @@ -3120,16 +3120,16 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-cssmathclamp-min-val-max-max",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-min-val-max-max",
"id": "dom-cssmathclamp-cssmathclamp-lower-value-upper-upper",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp-lower-value-upper-upper",
"linkingText": [
"max"
"upper"
],
"localLinkingText": [],
"type": "argument",
"for": [
"CSSMathClamp/CSSMathClamp(min, val, max)",
"CSSMathClamp/constructor(min, val, max)"
"CSSMathClamp/CSSMathClamp(lower, value, upper)",
"CSSMathClamp/constructor(lower, value, upper)"
],
"access": "public",
"informative": false,
Expand All @@ -3141,10 +3141,10 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-min",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-min",
"id": "dom-cssmathclamp-lower",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-lower",
"linkingText": [
"min"
"lower"
],
"localLinkingText": [],
"type": "attribute",
Expand All @@ -3161,10 +3161,10 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-val",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-val",
"id": "dom-cssmathclamp-value",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-value",
"linkingText": [
"val"
"value"
],
"localLinkingText": [],
"type": "attribute",
Expand All @@ -3181,10 +3181,10 @@
"definedIn": "pre"
},
{
"id": "dom-cssmathclamp-max",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-max",
"id": "dom-cssmathclamp-upper",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-upper",
"linkingText": [
"max"
"upper"
],
"localLinkingText": [],
"type": "attribute",
Expand Down Expand Up @@ -3519,8 +3519,8 @@
"id": "dom-cssmathclamp-cssmathclamp",
"href": "https://drafts.css-houdini.org/css-typed-om-1/#dom-cssmathclamp-cssmathclamp",
"linkingText": [
"CSSMathClamp(min, val, max)",
"constructor(min, val, max)"
"CSSMathClamp(lower, value, upper)",
"constructor(lower, value, upper)"
],
"localLinkingText": [],
"type": "constructor",
Expand Down
Loading

0 comments on commit 66b3969

Please sign in to comment.