The CSS WG has published a Candidate Recommendation and invites implementations
of the CSS Cascading and Inheritance Module Level 4

    https://www.w3.org/TR/css-cascade-4/

This CSS module describes how to collate style rules and assign values to all
properties on all elements by way of cascading (choosing a winning declaration
among many) and inheritance (propagating values from parent to child).

Additions to Level 4 include:

  * introduced the 'revert' keyword, which rolls back the cascade
    to the previous origin
      http://www.w3.org/TR/css-cascade-4/#default

    e.g. * { all: revert; } /* wipe out the entire set of author-level styles */

  * introduced supports() syntax for conditional @import rules
      http://www.w3.org/TR/css-cascade-4/#at-import

There have been no changes since the September LCWD.

Please send comments, if any, to the www-style mailing list, <www-st...@w3.org>,
and  please, prefix the subject line with

    [css-cascade-4]

(as I did on this message).

For the CSS WG,
~fantasai

Reply via email to