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-face
will be same-origin by default with the use of CORS to relax for HTTPflex-order
takes
flex-order
, not flex-index
.
min-width
; min-content
is not an implied minimum.
flex-align: stretch
, honor max-width
, then start-align.
visibility: collapse
.
break-before:column
won’t force a blank column when the element is the first in the column.
page-break-before/after
doesn’t create a break if you’re at the top of the page, where at the top of the page means no content has been placed. Borders do not count as content. Zero-height elements count as content.