Re: [CSSWG] [css-cascade] CSS Cascading and Inheritance: Updated L3 CR, FPWD L4

22.06.2015, 23:17, "Florian Rivoal" <florian@rivoal.net>:
>>  On 22 Jun 2015, at 21:23, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
>>  I am 100% okay with ua-default being "incorrect" in author-level style sheets.
>
> walk to a random css author, and ask what a "UA" is. I don't think it's the best name we can pick.

By the way, UA is a country code of Ukraine.

Maybe `u-default`, or `implementation-default` or a shorter variant like `i-default`, or even expanded `user-agent-default` are worth considering.

Or just functional-notation `default()` -- not just as a workaround for the `cursor:default` issue, but also, when used in conjunction with the `all` property, we could use its argument, for example, to put properties to _exclude_ from resetting, e.g.:

    .example {
        all: default(display font-family);
        /* Resets all properties except for `display` and `font-family`. */
    }

Received on Monday, 22 June 2015 21:00:25 UTC