Skip to content

Commit

Permalink
[css-2024] Added new section "Reliable Candidate Recommendations"
Browse files Browse the repository at this point in the history
It includes the specs Media Quries 4, CSS Scroll Snap 1, CSS Scrollbars 1, and CSS Grid 1 and 2
  • Loading branch information
SebastianZ authored and svgeesus committed Dec 17, 2024
1 parent 8156118 commit ac91370
Showing 1 changed file with 40 additions and 20 deletions.
60 changes: 40 additions & 20 deletions css-2024/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,46 @@ Classification of CSS Specifications</h2>
and/or the <a href="http://www.w3.org/blog/CSS">CSS Working Group Blog</a>
for any resulting changes, corrections, or clarifications.

<h3 id="reliable-cr">
Reliable Candidate Recommendations</h3>

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.

<dl>
<dt><a href="https://www.w3.org/TR/mediaqueries-4/">Media Queries Level 4</a>
[[MEDIAQUERIES-4]]
<dd>
Extends and supersedes [[CSS3-MEDIAQUERIES]],
expanding the syntax,
deprecating most media types,
and introducing new media features.

<dt><a href="https://www.w3.org/TR/css-scroll-snap-1/">CSS Scroll Snap Module Level 1</a>
[[CSS-SCROLL-SNAP-1]]
<dd>
Contains features to control panning and scrolling behavior with “snap positions”.

<dt><a href="https://www.w3.org/TR/css-scrollbars-1/">CSS Scrollbars Styling Module Level 1</a>
[[CSS-SCROLLBARS-1]]
<dd>
Defines properties to influence the visual styling of scrollbars,
introducing controls for their color and width.

<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
[[CSS-GRID-1]]
<dd>
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.

<dt><a href="https://www.w3.org/TR/css-grid-2/">CSS Grid Layout Module Level 2</a>
[[CSS-GRID-2]]
<dd>
Extends and supersedes [[CSS-GRID-1]],
introducing “subgrids” for managing nested markup in a shared grid framework.
</dl>

<h3 id=fairly-stable>
Fairly Stable Modules with limited implementation experience</h3>

Expand Down Expand Up @@ -441,12 +481,6 @@ Fairly Stable Modules with limited implementation experience</h3>
Replaces CSS2&sect;A,
overhauling the (non-normative) speech rendering chapter.

<dt><a href="https://www.w3.org/TR/css-scrollbars-1/">CSS Scrollbars Styling Module Level 1</a>
[[CSS-SCROLLBARS-1]]
<dd>
Defines properties to influence the visual styling of scrollbars,
introducing controls for their color and width.

<dt><a href="https://www.w3.org/TR/css-view-transitions-1/">CSS View Transitions Module Level 1</a>
[[CSS-VIEW-TRANSITIONS-1]]</dt>
<dd>
Expand All @@ -472,20 +506,6 @@ Modules with Rough Interoperability</h3>
<dd>
Introduces mechanisms for transitioning the computed values of CSS properties over time.

<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
[[CSS-GRID-1]]
<dd>
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.

<dt><a href="https://www.w3.org/TR/css-grid-2/">CSS Grid Layout Module Level 2</a>
[[CSS-GRID-2]]
<dd>
Extends and supersedes [[CSS-GRID-1]],
introducing “subgrids” for managing nested markup in a shared grid framework.

<dt><a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
[[CSS-WILL-CHANGE-1]]
<dd>
Expand Down

0 comments on commit ac91370

Please sign in to comment.