Re: [css3-conditional] @supports rule

On Wed, 17 Jan 2018 00:45:09 +0100
Dennis Heuer <einz@verschwendbare-verweise.seinswende.de> wrote:

> Hello,
> 
> if I read well, the rule @supports is only taking single properties as
> arguments. I'd like to see it support css version and spec names to
> allow enframing the case more widely, like:
> 
> @supports css21 and (css3: text-decoration, compositing,
> transform) ...
> 
> This is a quite arbitrary example... Just a guess...
> 
> Regards,
> ---------------------------------------------------------------------
> Dennis Heuer
> einz@verschwendbare-verweise.seinswende.de
> 
> 

@supports (css3: spec:sub) ...

might be helpful if the spec covers too much. sub would be border,
background or the like...

Regards,
---------------------------------------------------------------------
Dennis Heuer
einz@verschwendbare-verweise.seinswende.de

Received on Wednesday, 17 January 2018 00:05:56 UTC