diff --git a/css/functions.json b/css/functions.json index a6db3169..760a2130 100644 --- a/css/functions.json +++ b/css/functions.json @@ -463,6 +463,14 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix" }, + "param()": { + "syntax": "mod( , ? )", + "groups": [ + "CSS Values and Units" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/param" + }, "path()": { "syntax": "path( <'fill-rule'>? , )", "groups": [ diff --git a/css/properties.json b/css/properties.json index 81d6577a..5f7acb22 100644 --- a/css/properties.json +++ b/css/properties.json @@ -7405,6 +7405,22 @@ "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-height-step" }, + "link-parameters": { + "syntax": "none | #", + "media": "visual", + "inherited": false, + "animationType": "discrete", + "percentages": "no", + "groups": [ + "CSS Values and Units" + ], + "initial": "none", + "appliesto": "allElementsAndPseudos", + "computed": "asSpecified", + "order": "perGrammar", + "status": "experimental", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/link-parameters" + }, "list-style": { "syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>", "media": "visual",