@@ -254,17 +254,33 @@ Background: The W3C Process and CSS</h3>
254
254
and custom properties for defining them.
255
255
256
256
<dt> <a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
257
- [[CSS3-TRANSFORMS]]
257
+ [[! CSS3-TRANSFORMS]]
258
258
<dd>
259
259
Introduces graphical transformations to CSS.
260
260
261
261
<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]]
263
263
<dd>
264
264
Describes the 'contain' property,
265
265
which indicates that the element’s subtree is independent of the rest of the page.
266
266
This enables heavy optimizations by user agents when used well.
267
267
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.
268
284
</dl>
269
285
270
286
<div class="note">
@@ -276,8 +292,7 @@ Background: The W3C Process and CSS</h3>
276
292
<dt> <a href="https://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
277
293
[[CSS3-TRANSITIONS]]
278
294
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]] .
281
296
<dd>
282
297
Define mechanisms for transitioning the computed values of CSS properties over time.
283
298
@@ -368,12 +383,23 @@ Background: The W3C Process and CSS</h3>
368
383
Extends and supersedes [[CSS3-MEDIAQUERIES]] , expanding the syntax, deprecating most media types,
369
384
and introducing new media features.
370
385
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]]
373
401
<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.
377
403
</dl>
378
404
379
405
We hope to incorporate them into a future snapshot.
@@ -729,6 +755,7 @@ Safe to Release pre-CR Exceptions</h2>
729
755
css-ui-3,
730
756
compositing-1,
731
757
css-writing-modes-3,
758
+ css-writing-modes-4,
732
759
css-transitions-1,
733
760
css-animations-1,
734
761
css-easing-1,
@@ -747,7 +774,9 @@ Safe to Release pre-CR Exceptions</h2>
747
774
filter-effects-1,
748
775
css-break-3,
749
776
css-contain-1,
750
- css-scroll-snap-1"></index>
777
+ css-scroll-snap-1,
778
+ css-display-3,
779
+ css-font-loading-3"></index>
751
780
752
781
<h3 id="selectors">Selector Index</h3>
753
782
@@ -771,6 +800,7 @@ Safe to Release pre-CR Exceptions</h2>
771
800
css-ui-3,
772
801
compositing-1,
773
802
css-writing-modes-3,
803
+ css-writing-modes-4,
774
804
css-transitions-1,
775
805
css-animations-1,
776
806
css-easing-1,
@@ -789,7 +819,9 @@ Safe to Release pre-CR Exceptions</h2>
789
819
filter-effects-1,
790
820
css-break-3,
791
821
css-contain-1,
792
- css-scroll-snap-1"></index>
822
+ css-scroll-snap-1,
823
+ css-display-3,
824
+ css-font-loading-3"></index>
793
825
794
826
<h3 id="at-rules">
795
827
At-Rule Index</h3>
@@ -814,6 +846,7 @@ At-Rule Index</h3>
814
846
css-ui-3,
815
847
compositing-1,
816
848
css-writing-modes-3,
849
+ css-writing-modes-4,
817
850
css-transitions-1,
818
851
css-animations-1,
819
852
css-easing-1,
@@ -832,7 +865,9 @@ At-Rule Index</h3>
832
865
filter-effects-1,
833
866
css-break-3,
834
867
css-contain-1,
835
- css-scroll-snap-1"></index>
868
+ css-scroll-snap-1,
869
+ css-display-3,
870
+ css-font-loading-3"></index>
836
871
837
872
<h3 id="properties">Property Index</h3>
838
873
@@ -856,6 +891,7 @@ At-Rule Index</h3>
856
891
css-ui-3,
857
892
compositing-1,
858
893
css-writing-modes-3,
894
+ css-writing-modes-4,
859
895
css-transitions-1,
860
896
css-animations-1,
861
897
css-easing-1,
@@ -874,7 +910,9 @@ At-Rule Index</h3>
874
910
filter-effects-1,
875
911
css-break-3,
876
912
css-contain-1,
877
- css-scroll-snap-1"></index>
913
+ css-scroll-snap-1,
914
+ css-display-3,
915
+ css-font-loading-3"></index>
878
916
879
917
<h3 id="values">Values Index</h3>
880
918
@@ -898,6 +936,7 @@ At-Rule Index</h3>
898
936
css-ui-3,
899
937
compositing-1,
900
938
css-writing-modes-3,
939
+ css-writing-modes-4,
901
940
css-transitions-1,
902
941
css-animations-1,
903
942
css-easing-1,
@@ -916,7 +955,9 @@ At-Rule Index</h3>
916
955
filter-effects-1,
917
956
css-break-3,
918
957
css-contain-1,
919
- css-scroll-snap-1"></index>
958
+ css-scroll-snap-1,
959
+ css-display-3,
960
+ css-font-loading-3"></index>
920
961
921
962
Acknowledgements {#acks}
922
963
========================
0 commit comments