CSS WG Blog
CSS WG Blog
front page
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.
CSS Gap Decorations Level 1 Updated Working Draft
By
Kevin Babbitt
March 6, 2026
Permalink
Categories:
Uncategorized
The CSS Working Group has published an updated Working Draft of
CSS Gap Decorations Level 1
This module builds upon existing support for column rules in multicolumn layout. It extends support for gap decorations to other container layout types such as grid and flex. It also introduces several new properties to support decorations in the row direction, as well as additional controls such as styling and placement variations.
This updated draft includes one major change and two new major features since the FPWD:
The former
-outset
properties are now
-inset
, with positive/negative semantics adjusted accordingly.
Authors can now specify different decoration offsets for edges vs. interior intersections, and start vs. end sides.
Authors can now control visibility of gap decorations next to empty areas using the
*-rule-visibility-items
properties.
A number of smaller changes based on author feedback and CSSWG discussion are also included. A complete list can be found in the
Changes section
Please send feedback by either
filing an issue in GitHub
(preferable) or sending mail to the (
archived
) public mailing list
www-style@w3.org
with the spec code (
[css-gaps-1]
) and your comment topic in the subject line. (Alternatively, you can email one of the editors and ask them to forward your comment.)
Minutes Telecon 2025-10-08
By
Dael Jackson
October 9, 2025
Permalink
Categories:
resolutions
Resolved:
Accept the keywords from
this comment
Issue #12611
: Set of actions for animation triggers)
Resolved:
Make offsetParent spec match reality (
Issue #12392
: offsetParent spec says that we return elements from open shadow trees, no browser does)
The discussion around
issue #12436
(Combinator to get from `interestfor` invoker to its target) pointed toward the issue needing a general solution, not a specific one. Some of it would be idref(), however there is also a need to spec the invoked relations as well as the DOM relationship. Discussion will return to the issue.
Stopping events wasn’t quite the right solution for
issue #12437
(Add an `::interest-button` pseudo element to interest invokers) so masonf will add a new summary to the github issue and discussion will continue.
There was concern about limiting the solution for
issue #10258
(Handling popover default styles) to only be when the alignment is `dialog`. Time ran out on the call to discuss which option was preferred.
Full Meeting Minutes
CSS Anchor Positioning Level 1 Updated Working Draft
By
fantasai
October 7, 2025
Permalink
Categories:
publications
The CSS Working Group has published an updated Working Draft of
CSS Anchor Positioning Level 1
. This specification extends absolute positioning to allow a box to size and position itself relative to one or more “anchor boxes” elsewhere on the page. See
previous draft announcement
This update adds a number of refinements since the previous Working Draft, including some changes to default alignment behavior and renaming the
x/y-self-
keywords in
position-area
to
self-x/y-
. Changes since the last Working Draft are listed in the
Changes section
(We also published updates to
CSS Positioned Layout Level 3
CSS Positioned Layout Level 4
, and
CSS Overflow Level 3
to fix some minor issues and ensure proper cross-linking across these four specs.)
Please send feedback by either
filing an issue in GitHub
(preferable) or sending mail to the (
archived
) public mailing list
www-style@w3.org
with the spec code (
[css-anchor-position-1]
) and your comment topic in the subject line. (Alternatively, you can email one of the editors and ask them to forward your comment.)
Minutes Telecon 2025-09-24
By
Dael Jackson
September 25, 2025
Permalink
Categories:
resolutions
Resolved:
Update WD of
css-images-4
Issue #12756
: Updated WD of CSS Images 4)
The group was given an overview of the proposal to address
issue #12218
(How do min/max block sizes affect bottom margin collapse with last child?); first resolve intrinsic height, not including end margins of contents, then check the actual height, and if they’re the same we allow collapse. Concerns were raised about the implications of how the proposal would handle height:auto and calc-size(). Discussion will return to the issue and a few interested folks will discuss more offline.
Resolved:
When resolving align-content:normal on a table cell, we use safe alignment (
Issue #12220
: Does `vertical-align` on table cell set `align-content` safely or not?)
Resolved:
width:max-content prevents table-layout:fixed from working (
Issue #10937
: What sizing keywords allow fixed table mode?)
In order to determine the best solution for
issue #12732
(position-visibility: anchors-visible should be clear about when is visibility determined), the group will start by trying to understand what types of clipping should position-visibility be checking for. Once that is clear, the group can move on to answer some sub-questions.
Resolved:
‘any’ keyword is allowed wherever ‘span-all’ is allowed, and omitted values that would default to ‘span-all’ default to ‘any’ for queries (
Issue #12610
: Add `any` keyword support to `anchored(fallback)` container queries)
Resolved:
No change for the default, we’ll investigate a switch (
Issue #12682
: fallback-position behavior: spec vs. expectation)
Resolved:
Syntax of animation-trigger is [`dashed-ident` `behavior/actions`]+# (
Issue #12652
: animation-trigger CSS syntax)
Full Meeting Minutes
Minutes CSS Values Breakout 2025-09-24
By
Dael Jackson
September 24, 2025
Permalink
Categories:
resolutions
CSS Values 5
Breakout
Resolved:
Make type(`url`) invalid in the attr() function (for now) (
Issue #5079
: attr()’s url type seems wrong)
Resolved:
Simplify as much as possible (combining items when it can) for computed value (
Issue #12290
: Computed (vs used) value of mix() functions)
Resolved:
Work on this in the next level (in consideration of all the complications outlined above) (
Issue #11941
: Allow `if()` in descriptors)
Resolved:
type() values are parsed just as in custom properties. Other attr() type values (units % etc) are literals. Add a ‘number’ keyword for literal numbers (
Issue #12479
: Clarify how `attr-unit` should be parsed)
Resolved:
Add color-scheme() test to both @container queries and if(). Open issue on what color-scheme() returns when used in color-scheme property (
Issue #10577
: Using `if()` to do dark/light switching of image urls)
Resolved:
Explore options for making a syntactic distinction between input and interpolation options (
Issue #12348
: *-interpolate() grammar can lead to confusing values)
Full Meeting Minutes
Minutes Telecon 2025-09-17
By
Dael Jackson
September 18, 2025
Permalink
Categories:
resolutions
Resolved:
Drop the fullscreen-* vars (
Issue #11899
: Add environment variables defined in WebKit)
Resolved:
Publish FPWD
css-env-1
Resolved:
Add !important to UA stylesheet rule for the inert attribute (
Issue #12049
: The interactivity property should not be included in the all shorthand)
Resolved:
Add element.pseudoAll that returns a list of CSSPseudoElement (
Issue #12162
: Add a property to retrieve plural instances of pseudo elements with the same selector)
Resolved:
Go with ::clear-icon and ::reveal-icon (
Issue #11845
: Password visibility toggle)
Several folks gave an overview of
issue #12132
(Using logical keywords in background-position shorthand with multiple backgrounds) and, in discussing details, realized that creating a through write up would help further discussions and focus around the various considerations necessary.
Resolved:
Add a flexbox level 2 with flex balance feature, syntax TBD (
Issue #3070
: Add flex-wrap: balance;)
Full Meeting Minutes
Masonry Spec Update and Open Issues
By
fantasai
September 18, 2025
Permalink
Categories:
publications
The CSS Working Group has published an updated Working Draft of
CSS Grid Layout Level 3
, which defines masonry layout. Updates in this revision include defining “dense packing” for masonry, and clarifying baseline alignment and automatic track repetition. As
published earlier
, masonry layout re-uses the
grid-*
templating properties and the spec has sketched out an
item-flow
proposal to control orientation and placement order. See the WebKit Blog’s
Item Flow, Part 1: A new unified concept for layout
post for an overview of this idea.
There remain some major syntax questions open, which the Working Group is interested in broader feedback on:
Enabling masonry layout: what
display
name to use?
This is a bit of a bikeshedding question, but we do want it to feel like masonry (essentially 1-axis grid layout) is a variation on grid layout (2-axis grid layout), so the CSS Working Group is looking for ideas that incorporate the keyword
grid
somehow.
Interpreting row vs column in masonry layouts
This starts to get into questions of what’s obvious at first glance vs what’s obvious when you integrate it with the rest of CSS, and the answers thus far are… murky. It would be good to get more authoring perspective here.
If you anticipate using masonry layouts, we’d appreciate your perspective on what would create the most intuitive (and error-resistant) system for you to learn and use, so let us know your thoughts!
As always, you can send feedback by either
commenting on or filing an issue in GitHub
(preferable) or sending mail to the (
archived
) public mailing list
www-style@w3.org
with the spec code (
[css-grid-3]
) and your comment topic in the subject line. (Alternatively, you can email one of the editors and ask them to forward your comment.)
Minutes CSS Overflow Breakout 2025-09-17
By
Dael Jackson
September 17, 2025
Permalink
Categories:
resolutions
CSS Overflow
Breakout
Resolved:
Clarify the interaction between nowrap and block ellipsis (
Issue #12811
: nowrap and block-ellipsis)
Resolved:
Rendering should be equivalent to line breaking at that soft wrap opportunity, and applying white space processing part 2 before inserting ellipsis at the end (
Issue #12008
: Interaction between whitespace collapsing and line-clamp)
Resolved:
The region break set by line-clamp ignores widows/orphans (
Issue #9235
: How does `widows` and similar properties affecting fragmentation interact with `continue: discard`?)
Resolved:
Close no change until/unless users complain (
Issue #12663
: How do empty blocks affect line-clamping by height?)
Resolved:
Floats do not increase the height of a line clamp container. They are clipped to its content edge. (
Issue #12665
: Floats and line-clamp)
Full Meeting Minutes
Minutes Telecon 2025-09-10
By
Dael Jackson
September 12, 2025
Permalink
Categories:
resolutions
The group discussed the possible ways to address the fingerprinting issue raised in
issue #10372
(Mitigating fingerprinting for AccentColor/AccentColorText) A focus of the conversation was if tainting the color so it paints correctly but doesn’t return an exact value could address this issue. The potential path forward would be tainting by propagating a computed color plus an additional bit. Concerns were expressed that if the group couldn’t figure out how to get AccentColor/AccentColorText to paint correctly then the feature itself would not have value.
Resolved:
Change ‘direction’ to ‘scrolled’, discuss keywords later (
Issue #12623
: Disambiguate scrollable/direction when along axis/towards edge)
There wasn’t disagreement with the proposal raised in
issue #12652
(animation-trigger CSS syntax) to have the event or action be optional in the new trigger() property. However, there was still a lot of discussion on the broader syntax and bikeshedding so a resolution on this specific question felt premature.
Full Meeting Minutes
Minutes Telecon 2025-09-03
By
Dael Jackson
September 5, 2025
Permalink
Categories:
resolutions
Resolved:
Change the definition to ‘must do nothing’ and make the computed value remain (
Issue #12015
: What to do with `blink` value in `text-decoration`?)
Resolved:
Change initial value of item-tolerance to ‘normal’ (
Issue #12111
: Make `item-tolerance` initial value `normal`)
The group discussed the options in github for
issue #12176
(Giving ::scroll-marker-group a name (and optionally text))
There was disagreement about if this type of labeling is the scope of CSS or the scope of HTML. :before and :after allow the labeling so there is a precedent, however a11y guidance is away from that use case so it’s unclear if it’s a path that should be followed.
General questions about scroll markers being in CSS were also discussed with this as another example of how this property blurs the lines between CSS and HTML.
Discussion will return to github with examples added to hopefully make the issue less abstract.
Resolved:
line-clamp: integer with a height constraint clamps by height or by lines, depending on what comes earlier, pending compat issues (
Issue #12041
: Can you line-clamp by both a number of lines and a height at the same time?)
Full Meeting Minutes
Older articles »
Archives
Browse by date:
March 2026
(1)
October 2025
(2)
September 2025
(8)
August 2025
(3)
July 2025
(5)
June 2025
(5)
May 2025
(6)
April 2025
(4)
March 2025
(8)
February 2025
(6)
January 2025
(4)
December 2024
(4)
November 2024
(8)
October 2024
(6)
September 2024
(6)
August 2024
(9)
July 2024
(4)
June 2024
(2)
May 2024
(7)
April 2024
(3)
March 2024
(7)
February 2024
(4)
January 2024
(4)
December 2023
(3)
November 2023
(5)
October 2023
(4)
September 2023
(3)
August 2023
(5)
July 2023
(1)
June 2023
(4)
May 2023
(5)
April 2023
(5)
March 2023
(9)
February 2023
(4)
January 2023
(3)
December 2022
(4)
November 2022
(3)
October 2022
(5)
September 2022
(2)
August 2022
(3)
July 2022
(4)
June 2022
(4)
May 2022
(5)
April 2022
(4)
March 2022
(3)
February 2022
(3)
January 2022
(7)
December 2021
(2)
November 2021
(4)
October 2021
(3)
September 2021
(6)
August 2021
(6)
July 2021
(3)
June 2021
(6)
May 2021
(6)
April 2021
(2)
March 2021
(6)
February 2021
(3)
January 2021
(5)
December 2020
(10)
November 2020
(5)
October 2020
(1)
September 2020
(6)
August 2020
(7)
July 2020
(5)
June 2020
(9)
May 2020
(6)
April 2020
(6)
March 2020
(4)
February 2020
(2)
January 2020
(3)
December 2019
(3)
November 2019
(5)
October 2019
(7)
September 2019
(1)
August 2019
(5)
July 2019
(8)
June 2019
(2)
May 2019
(5)
April 2019
(4)
March 2019
(3)
February 2019
(2)
January 2019
(5)
December 2018
(3)
November 2018
(6)
October 2018
(3)
September 2018
(4)
August 2018
(12)
July 2018
(4)
June 2018
(8)
May 2018
(9)
April 2018
(5)
March 2018
(6)
February 2018
(2)
January 2018
(3)
December 2017
(9)
November 2017
(2)
October 2017
(4)
September 2017
(5)
August 2017
(7)
July 2017
(6)
June 2017
(4)
May 2017
(3)
April 2017
(2)
March 2017
(6)
February 2017
(16)
January 2017
(2)
December 2016
(4)
November 2016
(5)
October 2016
(4)
September 2016
(3)
August 2016
(4)
July 2016
(4)
June 2016
(14)
May 2016
(6)
April 2016
(7)
March 2016
(10)
February 2016
(1)
January 2016
(7)
December 2015
(5)
November 2015
(3)
October 2015
(3)
September 2015
(16)
August 2015
(3)
July 2015
(6)
June 2015
(11)
May 2015
(7)
April 2015
(6)
March 2015
(6)
February 2015
(2)
January 2015
(7)
December 2014
(6)
November 2014
(3)
October 2014
(10)
September 2014
(4)
August 2014
(2)
July 2014
(4)
June 2014
(8)
May 2014
(5)
April 2014
(5)
March 2014
(8)
February 2014
(14)
January 2014
(5)
December 2013
(3)
November 2013
(6)
October 2013
(12)
September 2013
(5)
August 2013
(5)
July 2013
(14)
June 2013
(4)
May 2013
(8)
April 2013
(8)
March 2013
(9)
February 2013
(6)
January 2013
(7)
December 2012
(6)
November 2012
(9)
October 2012
(8)
September 2012
(1)
August 2012
(17)
July 2012
(2)
June 2012
(6)
May 2012
(11)
April 2012
(9)
March 2012
(8)
February 2012
(7)
January 2012
(5)
December 2011
(13)
November 2011
(1)
October 2011
(5)
September 2011
(8)
August 2011
(17)
July 2011
(2)
June 2011
(6)
May 2011
(7)
April 2011
(4)
March 2011
(6)
February 2011
(6)
January 2011
(4)
December 2010
(3)
November 2010
(8)
October 2010
(8)
September 2010
(4)
August 2010
(3)
July 2010
(5)
June 2010
(6)
May 2010
(4)
April 2010
(6)
March 2010
(3)
February 2010
(5)
January 2010
(5)
December 2009
(4)
November 2009
(2)
October 2009
(6)
September 2009
(3)
August 2009
(3)
July 2009
(4)
June 2009
(11)
March 2009
(9)
February 2009
(4)
January 2009
(3)
November 2008
(8)
October 2008
(3)
September 2008
(6)
August 2008
(1)
July 2008
(4)
June 2008
(4)
May 2008
(4)
April 2008
(10)
March 2008
(3)
February 2008
(3)
January 2008
(2)
December 2007
(7)
November 2007
(8)
October 2007
(3)
September 2007
(5)
August 2007
(3)
July 2007
(4)
May 2007
(1)
Browse by category:
Best Practices
(1)
Feedback
(5)
general
(30)
i18n
(2)
publications
(236)
resolutions
(892)
testing
(2)
Uncategorized
(14)
Site navigation
Contact:
Bert Bos
2020
W3C