[`CSSMathClamp`](https://drafts.css-houdini.org/css-typed-om-1/#cssmathclamp)’s `min` and `max` attributes are incompatible with [`CSSNumericValue`](https://drafts.css-houdini.org/css-typed-om-1/#cssnumericvalue)’s methods `min` and `max`. This design violates the Liskov substitution principle. Also current version of the interface cannot be properly typed with TypeScript and Flow. Possible compatible names for these attributes are `lower` and `upper`.