@@ -254,17 +254,33 @@ Background: The W3C Process and CSS</h3>
254254 and custom properties for defining them.
255255
256256 <dt> <a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
257- [[CSS3-TRANSFORMS]]
257+ [[! CSS3-TRANSFORMS]]
258258 <dd>
259259 Introduces graphical transformations to CSS.
260260
261261 <dt> <a href="https://www.w3.org/TR/css-contain-1/">CSS Containment Module Level 1</a>
262- [[CSS-CONTAIN-1]]
262+ [[! CSS-CONTAIN-1]]
263263 <dd>
264264 Describes the 'contain' property,
265265 which indicates that the element’s subtree is independent of the rest of the page.
266266 This enables heavy optimizations by user agents when used well.
267267
268+ <dt> <a href="https://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>
269+ [[!CSS-CASCADE-4]]
270+ <dd>
271+ Extends and supersedes [[CSS-CASCADE-3]] ,
272+ describing how to collate style rules and assign values to all properties on all elements.
273+ By way of cascading and inheritance, values are propagated for all properties on all elements.
274+
275+ <dt> <a href="https://www.w3.org/TR/css-easing-1/">CSS Easing Functions Level 1</a>
276+ [[!CSS-EASING-1]] .
277+ <dd>
278+ Describes a way for authors to define a transformation
279+ that controls the rate of change of some value.
280+ Applied to animations,
281+ such transformations can be used to produce animations
282+ that mimic physical phenomena such as momentum
283+ or to cause the animation to move in discrete steps producing robot-like movement.
268284 </dl>
269285
270286 <div class="note">
@@ -276,8 +292,7 @@ Background: The W3C Process and CSS</h3>
276292 <dt> <a href="https://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
277293 [[CSS3-TRANSITIONS]]
278294 and <a href="https://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
279- [[CSS3-ANIMATIONS]] ,
280- together with <a href="https://www.w3.org/TR/css-easing-1/">CSS Easing Functions Level 1</a> [[CSS-EASING-1]] .
295+ [[CSS3-ANIMATIONS]] .
281296 <dd>
282297 Define mechanisms for transitioning the computed values of CSS properties over time.
283298
@@ -368,12 +383,23 @@ Background: The W3C Process and CSS</h3>
368383 Extends and supersedes [[CSS3-MEDIAQUERIES]] , expanding the syntax, deprecating most media types,
369384 and introducing new media features.
370385
371- <dt> <a href="https://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>
372- [[CSS-CASCADE-4]]
386+ <dt> <a href="https://www.w3.org/TR/css-writing-modes-4/">CSS Writing Modes Level 4</a>
387+ [[CSS-WRITING-MODES-4]]
388+ <dd>
389+ Extends and supersedes [[CSS-WRITING-MODES-3]] ,
390+ adding more options for vertical writing.
391+
392+ <dt> <a href="https://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>
393+ [[CSS-DISPLAY-3]]
394+ <dd>
395+ Describes how the CSS formatting box tree is generated
396+ from the document element tree
397+ and defines the display property that controls it.
398+
399+ <dt> <a href="https://www.w3.org/TR/css-font-loading/">CSS Font Loading Module Level 3</a>
400+ [[CSS-FONT-LOADING-3]]
373401 <dd>
374- Extends and supersedes [[CSS-CASCADE-3]] ,
375- describing how to collate style rules and assign values to all properties on all elements.
376- By way of cascading and inheritance, values are propagated for all properties on all elements.
402+ Describes events and interfaces used for dynamically loading font resources.
377403 </dl>
378404
379405 We hope to incorporate them into a future snapshot.
@@ -729,6 +755,7 @@ Safe to Release pre-CR Exceptions</h2>
729755 css-ui-3,
730756 compositing-1,
731757 css-writing-modes-3,
758+ css-writing-modes-4,
732759 css-transitions-1,
733760 css-animations-1,
734761 css-easing-1,
@@ -747,7 +774,9 @@ Safe to Release pre-CR Exceptions</h2>
747774 filter-effects-1,
748775 css-break-3,
749776 css-contain-1,
750- css-scroll-snap-1"></index>
777+ css-scroll-snap-1,
778+ css-display-3,
779+ css-font-loading-3"></index>
751780
752781<h3 id="selectors">Selector Index</h3>
753782
@@ -771,6 +800,7 @@ Safe to Release pre-CR Exceptions</h2>
771800 css-ui-3,
772801 compositing-1,
773802 css-writing-modes-3,
803+ css-writing-modes-4,
774804 css-transitions-1,
775805 css-animations-1,
776806 css-easing-1,
@@ -789,7 +819,9 @@ Safe to Release pre-CR Exceptions</h2>
789819 filter-effects-1,
790820 css-break-3,
791821 css-contain-1,
792- css-scroll-snap-1"></index>
822+ css-scroll-snap-1,
823+ css-display-3,
824+ css-font-loading-3"></index>
793825
794826<h3 id="at-rules">
795827At-Rule Index</h3>
@@ -814,6 +846,7 @@ At-Rule Index</h3>
814846 css-ui-3,
815847 compositing-1,
816848 css-writing-modes-3,
849+ css-writing-modes-4,
817850 css-transitions-1,
818851 css-animations-1,
819852 css-easing-1,
@@ -832,7 +865,9 @@ At-Rule Index</h3>
832865 filter-effects-1,
833866 css-break-3,
834867 css-contain-1,
835- css-scroll-snap-1"></index>
868+ css-scroll-snap-1,
869+ css-display-3,
870+ css-font-loading-3"></index>
836871
837872<h3 id="properties">Property Index</h3>
838873
@@ -856,6 +891,7 @@ At-Rule Index</h3>
856891 css-ui-3,
857892 compositing-1,
858893 css-writing-modes-3,
894+ css-writing-modes-4,
859895 css-transitions-1,
860896 css-animations-1,
861897 css-easing-1,
@@ -874,7 +910,9 @@ At-Rule Index</h3>
874910 filter-effects-1,
875911 css-break-3,
876912 css-contain-1,
877- css-scroll-snap-1"></index>
913+ css-scroll-snap-1,
914+ css-display-3,
915+ css-font-loading-3"></index>
878916
879917<h3 id="values">Values Index</h3>
880918
@@ -898,6 +936,7 @@ At-Rule Index</h3>
898936 css-ui-3,
899937 compositing-1,
900938 css-writing-modes-3,
939+ css-writing-modes-4,
901940 css-transitions-1,
902941 css-animations-1,
903942 css-easing-1,
@@ -916,7 +955,9 @@ At-Rule Index</h3>
916955 filter-effects-1,
917956 css-break-3,
918957 css-contain-1,
919- css-scroll-snap-1"></index>
958+ css-scroll-snap-1,
959+ css-display-3,
960+ css-font-loading-3"></index>
920961
921962Acknowledgements {#acks}
922963========================
0 commit comments