The CSS WG has published an updated Working Draft of the
CSS Cascading and Inheritance Module Level 4

    http://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
    [This had been dropped from L3 due to lack of implementer interest;
    but there seems to be strong interest in it at this time.]

    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

    e.g. @import "fallback.css" supports(not (display: flex));

Since we have no open or anticipated issues, we plan to transition this
module to CR in about four weeks. We do encourage people to review the
draft, particularly the changes since L3, and send us comments.

Significant changes since the previous WD are listed at:
  http://www.w3.org/TR/2015/WD-css-cascade-4-20150908/#changes
The editor's draft can be found at:
  https://drafts.csswg.org/css-cascade-4/

As always, please send any comments to <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