- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 15 Jan 2016 09:37:20 -0800
- To: "www-style@w3.org" <www-style@w3.org>, "public-webapps@w3.org" <public-webapps@w3.org>, whatwg@lists.whatwg.org
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-style@w3.org>,
and please, prefix the subject line with
[css-cascade-4]
(as I did on this message).
For the CSS WG,
~fantasai
Received on Friday, 15 January 2016 17:37:51 UTC