The CSS Properties and Values API — part of the CSS Houdini umbrella of APIs — allows developers to explicitly define their CSS custom properties, allowing for property type checking, default values, and properties that do or do not inherit their value....--my-color will use the CSS color syntax, it will have a default value...registerProperty({ name: "--my-color", syntax: "<color>", inherits: false...