Re: [css-cascade] bikeshedding "default"

> On Jun 29, 2015, at 3:14 PM, Marat Tanalin <mtanalin@yandex.ru> wrote:
> 
> 4. Exclude the `cursor` property from browser-defaultable properties. We always can explicitly set just the `cursor` property to any value we need:
> 
>    A:link {
>        all: default;
>        cursor: pointer;
>    }
> 
> (No, this is not confusing, just a historical tradeoff.)

I actually think this one is not too bad. 

Received on Monday, 29 June 2015 22:52:46 UTC