Skip to content

Commit 3dcb493

Browse files
committed
[css-2021] Update spec lists
As per resolution in w3c#6243. See also w3c#5714
1 parent cd99057 commit 3dcb493

File tree

1 file changed

+78
-9
lines changed

1 file changed

+78
-9
lines changed

css-2021/Overview.bs

+78-9
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,15 @@ Classification of CSS Specifications</h2>
292292
such transformations can be used to produce animations
293293
that mimic physical phenomena such as momentum
294294
or to cause the animation to move in discrete steps producing robot-like movement.
295+
296+
<dt><a href="https://www.w3.org/TR/css-counter-styles-3/">CSS Counter Styles Level 3</a>
297+
[[!CSS-COUNTER-STYLES-3]]
298+
<dd>
299+
Introduces the ''@counter-style'' rule,
300+
which allows authors to define their own custom counter styles
301+
for use with CSS list-marker and generated-content counters [[CSS-LISTS-3]].
302+
It also predefines a set of common counter styles,
303+
including the ones present in CSS2 and CSS2.1.
295304
</dl>
296305

297306
<h3 id=fairly-stable>
@@ -330,15 +339,6 @@ Fairly Stable Modules with limited implementation experience</h3>
330339
Extends and supersedes [[CSS-WRITING-MODES-3]],
331340
adding more options for vertical writing.
332341

333-
<dt><a href="https://www.w3.org/TR/css-sizing-3/">CSS Box Sizing Level 3</a>
334-
[[!CSS-SIZING-3]]
335-
<dd>
336-
Overlays and extends CSS&sect;10.,
337-
expanding the value set of the sizing properties,
338-
introducing more precise sizing terminology,
339-
and defining with more precision and detail
340-
various automatic sizing concepts only vaguely defined in CSS2.
341-
342342
<dt><a href="https://www.w3.org/TR/css-break-3/">CSS Fragmentation Module Level 3</a>
343343
[[CSS-BREAK-3]]
344344
<dd>
@@ -395,6 +395,12 @@ Fairly Stable Modules with limited implementation experience</h3>
395395
<dd>
396396
Replaces CSS2&sect;A,
397397
overhauling the (non-normative) speech rendering chapter.
398+
399+
<dt><a href="https://www.w3.org/TR/css-scrollbars-1/">CSS Scrollbars Styling Module Level 1</a>
400+
[[CSS-SCROLLBARS-1]]
401+
<dd>
402+
Defines properties to influence the visual styling of scrollbars,
403+
introducing controls for their color and width.
398404
</dl>
399405

400406
<h3 id=rough-interop>
@@ -441,6 +447,69 @@ Modules with Rough Interoperability</h3>
441447
[[CSS-FONT-LOADING-3]]
442448
<dd>
443449
Introduces events and interfaces used for dynamically loading font resources.
450+
451+
<dt><a href="https://www.w3.org/TR/css-sizing-3/">CSS Box Sizing Level 3</a>
452+
[[!CSS-SIZING-3]]
453+
<dd>
454+
Overlays and extends CSS&sect;10.,
455+
expanding the value set of the sizing properties,
456+
introducing more precise sizing terminology,
457+
and defining with more precision and detail
458+
various automatic sizing concepts only vaguely defined in CSS2.
459+
460+
461+
<dt><a href="https://www.w3.org/TR/css-transforms-2/">CSS Transforms Level 2</a>
462+
[[!CSS-TRANSFORMS-2]]
463+
<dd>
464+
Builds upon [[CSS-TRANSFORMS-1]]
465+
to add new transform functions and properties for three-dimensional transforms,
466+
and convenience functions for simple transforms.
467+
468+
<dt><a href="https://www.w3.org/TR/css-lists-3/">CSS Lists and Counters Module Level 3</a>
469+
[[!CSS-LISTS-3]]
470+
<dd>
471+
Contains CSS features related to list counters:
472+
styling them,
473+
positioning them,
474+
and manipulating their value.
475+
476+
<dt><a href="https://www.w3.org/TR/css-logical-1/">CSS Logical Properties and Values Level 1</a>
477+
[[!CSS-LOGICAL-1]]
478+
<dd>
479+
Introduces logical properties and values
480+
that provide the author with the ability to control layout through logical,
481+
rather than physical,
482+
direction and dimension mappings.
483+
Also defines logical properties and values for the features defined in [[CSS2]].
484+
These properties are writing-mode relative equivalents
485+
of their corresponding physical properties.
486+
487+
<dt><a href="https://www.w3.org/TR/css-position-3/">CSS Positioned Layout Module Level 3</a>
488+
[[!CSS-POSITION-3]]
489+
<dd>
490+
Contains defines coordinate-based positioning and offsetting schemes of CSS:
491+
[=relative positioning=],
492+
[=sticky positioning=],
493+
[=absolute positioning=],
494+
and [=fixed positioning=].
495+
496+
<dt><a href="https://www.w3.org/TR/resize-observer-1/">Resize Observer</a>
497+
[[!RESIZE-OBSERVER-1]]
498+
<dd>
499+
This specification describes an API for observing changes to element’s principal box's size.
500+
501+
<dt><a href="https://www.w3.org/TR/web-animations-1/">Web Animations</a>
502+
[[!WEB-ANIMATIONS-1]]
503+
<dd>
504+
Defines a model for synchronization and timing of changes to the presentation of a Web page.
505+
Also defines an application programming interface for interacting with this model.
506+
507+
<dt><a href="https://www.w3.org/TR/css-fonts-4/">CSS Fonts Module Level 4</a>
508+
[[!CSS-FONTS-4]]
509+
<dd>
510+
Extends and supersedes CSS Fonts 3
511+
and provides more control over font choice and feature selection,
512+
including support for OpenType variations.
444513
</dl>
445514

446515
<h3 id="css-levels">

0 commit comments

Comments
 (0)