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.
Discussed OM for @supports
:
CSSConditionRule
.conditionText
on the common interface; for @media
it is equivalent to .media.mediaText
.conditionText
returns either the token stream or source text from the style rule, with no logical simplifications, just tokenization ones
CSS.supports()
with one (conditionText
-compatible) or two (property, value) arguments. Fall back to window.supportsCSS()
if not possible.
:user-error
pseudo to represent :-moz-ui-invalid
. Issue raised about potential :user-interacted
.
!
before the subject; issue open on whether before or after.
Tab presented his draft of CSS Syntax Level 3, which is defines CSS parsing as a state machine, and asked for feedback. Some work still necessary before it’s ready to publish officially as WD.
Full minutes: @supports and Selectors 4, Syntax