This is a page from the Cascading Style Sheets Working Group Blog. Some other places to find information are the “current work” page, the www-style mailing list, the Future of CSS syndicator, and the issue list on Github.
Do you want to know how the CSS WG works? Fantasai has written about:csswg, An Inside View of the CSS Working Group at W3C.
font-variant-ligatures
as written: normal
is initial value, and none
is added which turns off those features.
word-wrap
shorthand for overflow-wrap
text-shadow
on an element applies to decorations imposed by its ancestors, because it is what is most widely implemented now.
blink
is value of text-decoration-line
and it is deprecated with warning that authors should not use it.
<blink>
with animations in the UA style sheet appendix.
text-justify
showing differences among values
text-decoration-skip
controlling whether decorations are drawn through the padding/border/margin of display:inline
elements. This new value is not part of the initial value and therefore (change from CSS 2.1) decorations imposed by ancestors are drawn through an inline element’s padding/border/margin by default.