diff --git a/css/functions.json b/css/functions.json index 2587ab9d..26bc4ac4 100644 --- a/css/functions.json +++ b/css/functions.json @@ -191,6 +191,14 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/hue-rotate" }, + "hwb()": { + "syntax": "hwb( [ | none] [ | none] [ | none] [ / [ | none] ]? )", + "groups": [ + "CSS Color" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/hwb" + }, "image()": { "syntax": "image( ? [ ? , ? ]! )", "groups": [ @@ -224,6 +232,30 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/invert" }, + "lab()": { + "syntax": "lab( [ | | none] [ | | none] [ | | none] [ / [ | none] ]? )", + "groups": [ + "CSS Color" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lab" + }, + "layer()": { + "syntax": "layer( )", + "groups": [ + "CSS Cascading and Inheritance" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import/layer_function" + }, + "lch()": { + "syntax": "lch( [ | | none] [ | | none] [ | none] [ / [ | none] ]? )", + "groups": [ + "CSS Color" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/lch" + }, "leader()": { "syntax": "leader( )", "groups": [ @@ -231,6 +263,14 @@ ], "status": "nonstandard" }, + "light-dark()": { + "syntax": "light-dark( , )", + "groups": [ + "CSS Color" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/light-dark" + }, "linear-gradient()": { "syntax": "linear-gradient( [ | to ]? , )", "groups": [ @@ -366,6 +406,15 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray" }, + "repeating-conic-gradient()": { + "syntax": "repeating-conic-gradient( [ from ]? [ at ]?, )", + "groups": [ + "CSS Backgrounds and Borders", + "CSS Color" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient" + }, "repeating-linear-gradient()": { "syntax": "repeating-linear-gradient( [ | to ]? , )", "groups": [