Skip to content

Commit ac91370

Browse files
SebastianZsvgeesus
authored andcommitted
[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
1 parent 8156118 commit ac91370

File tree

1 file changed

+40
-20
lines changed

1 file changed

+40
-20
lines changed

css-2024/Overview.bs

+40-20
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,46 @@ Classification of CSS Specifications</h2>
360360
and/or the <a href="http://www.w3.org/blog/CSS">CSS Working Group Blog</a>
361361
for any resulting changes, corrections, or clarifications.
362362

363+
<h3 id="reliable-cr">
364+
Reliable Candidate Recommendations</h3>
365+
366+
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.
367+
368+
<dl>
369+
<dt><a href="https://www.w3.org/TR/mediaqueries-4/">Media Queries Level 4</a>
370+
[[MEDIAQUERIES-4]]
371+
<dd>
372+
Extends and supersedes [[CSS3-MEDIAQUERIES]],
373+
expanding the syntax,
374+
deprecating most media types,
375+
and introducing new media features.
376+
377+
<dt><a href="https://www.w3.org/TR/css-scroll-snap-1/">CSS Scroll Snap Module Level 1</a>
378+
[[CSS-SCROLL-SNAP-1]]
379+
<dd>
380+
Contains features to control panning and scrolling behavior with “snap positions”.
381+
382+
<dt><a href="https://www.w3.org/TR/css-scrollbars-1/">CSS Scrollbars Styling Module Level 1</a>
383+
[[CSS-SCROLLBARS-1]]
384+
<dd>
385+
Defines properties to influence the visual styling of scrollbars,
386+
introducing controls for their color and width.
387+
388+
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
389+
[[CSS-GRID-1]]
390+
<dd>
391+
Introduces a two-dimensional grid-based layout system,
392+
optimized for user interface design.
393+
In the grid layout model, the children of a grid container
394+
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
395+
396+
<dt><a href="https://www.w3.org/TR/css-grid-2/">CSS Grid Layout Module Level 2</a>
397+
[[CSS-GRID-2]]
398+
<dd>
399+
Extends and supersedes [[CSS-GRID-1]],
400+
introducing “subgrids” for managing nested markup in a shared grid framework.
401+
</dl>
402+
363403
<h3 id=fairly-stable>
364404
Fairly Stable Modules with limited implementation experience</h3>
365405

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

444-
<dt><a href="https://www.w3.org/TR/css-scrollbars-1/">CSS Scrollbars Styling Module Level 1</a>
445-
[[CSS-SCROLLBARS-1]]
446-
<dd>
447-
Defines properties to influence the visual styling of scrollbars,
448-
introducing controls for their color and width.
449-
450484
<dt><a href="https://www.w3.org/TR/css-view-transitions-1/">CSS View Transitions Module Level 1</a>
451485
[[CSS-VIEW-TRANSITIONS-1]]</dt>
452486
<dd>
@@ -472,20 +506,6 @@ Modules with Rough Interoperability</h3>
472506
<dd>
473507
Introduces mechanisms for transitioning the computed values of CSS properties over time.
474508

475-
<dt><a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
476-
[[CSS-GRID-1]]
477-
<dd>
478-
Introduces a two-dimensional grid-based layout system,
479-
optimized for user interface design.
480-
In the grid layout model, the children of a grid container
481-
can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
482-
483-
<dt><a href="https://www.w3.org/TR/css-grid-2/">CSS Grid Layout Module Level 2</a>
484-
[[CSS-GRID-2]]
485-
<dd>
486-
Extends and supersedes [[CSS-GRID-1]],
487-
introducing “subgrids” for managing nested markup in a shared grid framework.
488-
489509
<dt><a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
490510
[[CSS-WILL-CHANGE-1]]
491511
<dd>

0 commit comments

Comments
 (0)