From ac913701e9a7aa6e29ce55f4f6cdd2902d0db6cd Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Tue, 17 Dec 2024 12:51:14 +0100 Subject: [PATCH] [css-2024] Added new section "Reliable Candidate Recommendations" It includes the specs Media Quries 4, CSS Scroll Snap 1, CSS Scrollbars 1, and CSS Grid 1 and 2 --- css-2024/Overview.bs | 60 +++++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/css-2024/Overview.bs b/css-2024/Overview.bs index 56fe0b76f71..bf68053232d 100644 --- a/css-2024/Overview.bs +++ b/css-2024/Overview.bs @@ -360,6 +360,46 @@ Classification of CSS Specifications and/or the CSS Working Group Blog for any resulting changes, corrections, or clarifications. +

+Reliable Candidate Recommendations

+ +The following specifications are considered to be in a reliable state, meaning they have largely stable implementations and specifications, but are not yet at the Recommendation level due to minor issues or the need for additional implementation reports. + +
+
Media Queries Level 4 + [[MEDIAQUERIES-4]] +
+ Extends and supersedes [[CSS3-MEDIAQUERIES]], + expanding the syntax, + deprecating most media types, + and introducing new media features. + +
CSS Scroll Snap Module Level 1 + [[CSS-SCROLL-SNAP-1]] +
+ Contains features to control panning and scrolling behavior with “snap positions”. + +
CSS Scrollbars Styling Module Level 1 + [[CSS-SCROLLBARS-1]] +
+ Defines properties to influence the visual styling of scrollbars, + introducing controls for their color and width. + +
CSS Grid Layout Module Level 1 + [[CSS-GRID-1]] +
+ Introduces a two-dimensional grid-based layout system, + optimized for user interface design. + In the grid layout model, the children of a grid container + can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. + +
CSS Grid Layout Module Level 2 + [[CSS-GRID-2]] +
+ Extends and supersedes [[CSS-GRID-1]], + introducing “subgrids” for managing nested markup in a shared grid framework. +
+

Fairly Stable Modules with limited implementation experience

@@ -441,12 +481,6 @@ Fairly Stable Modules with limited implementation experience Replaces CSS2§A, overhauling the (non-normative) speech rendering chapter. -
CSS Scrollbars Styling Module Level 1 - [[CSS-SCROLLBARS-1]] -
- Defines properties to influence the visual styling of scrollbars, - introducing controls for their color and width. -
CSS View Transitions Module Level 1 [[CSS-VIEW-TRANSITIONS-1]]
@@ -472,20 +506,6 @@ Modules with Rough Interoperability
Introduces mechanisms for transitioning the computed values of CSS properties over time. -
CSS Grid Layout Module Level 1 - [[CSS-GRID-1]] -
- Introduces a two-dimensional grid-based layout system, - optimized for user interface design. - In the grid layout model, the children of a grid container - can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid. - -
CSS Grid Layout Module Level 2 - [[CSS-GRID-2]] -
- Extends and supersedes [[CSS-GRID-1]], - introducing “subgrids” for managing nested markup in a shared grid framework. -
CSS Will Change Level 1 [[CSS-WILL-CHANGE-1]]