Several of the examples in https://github.com/w3c/csswg-drafts/issues/5009 were comparing `<length>` values, but this was not included in https://github.com/w3c/csswg-drafts/issues/10064 Do we want this functionality, and if so what are the use cases and what should be the syntax? Currently specced conditionals are: ``` supports( [ <supports-condition> | <ident> : <declaration-value> ] ) | media( <media-query> ) | style( <style-query> ) ```