@@ -237,6 +237,26 @@ Background: The W3C Process and CSS</h3>
237237 such as left-to-right (e.g. Latin or Indic),
238238 right-to-left (e.g. Hebrew or Arabic),
239239 bidirectional (e.g. mixed Latin and Arabic) and vertical (e.g. Asian scripts).
240+
241+ <dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
242+ [[!CSS-FLEXBOX-1]]
243+ <dd>
244+ Introduces a flexible linear layout model for CSS.
245+
246+ <dt> <a href="https://www.w3.org/TR/css-variables-1/">CSS Custom Properties for Cascading Variables Module Level 1</a>
247+ [[!CSS-VARIABLES-1]]
248+ <dd>
249+ Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
250+ and custom properties for defining them.
251+
252+ <dt> <a href="https://www.w3.org/TR/css-grid-1/">CSS Grid Layout Module Level 1</a>
253+ [[!CSS-GRID-1]]
254+ <dd>
255+ Defines a two-dimensional grid-based layout system,
256+ optimized for user interface design.
257+ In the grid layout model, the children of a grid container
258+ can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
259+
240260 </dl>
241261
242262 <div class="note">
@@ -248,32 +268,34 @@ Background: The W3C Process and CSS</h3>
248268 <dt> <a href="https://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
249269 [[CSS3-TRANSITIONS]]
250270 and <a href="https://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
251- [[CSS3-ANIMATIONS]]
271+ [[CSS3-ANIMATIONS]] ,
272+ together with [[CSS-TIMING-1]] .
252273 <dd>
253274 Define mechanisms for transitioning the computed values of CSS properties over time.
254275
255- <dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
256- [[CSS-FLEXBOX-1]]
257- <dd>
258- Introduces a flexible linear layout model for CSS.
259-
260276 <dt> <a href="https://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
261277 [[CSS3-TRANSFORMS]]
262278 <dd>
263279 Introduces graphical transformations to CSS.
264280
265- <dt> <a href="https://www.w3.org/TR/css-variables-1/">CSS Custom Properties for Cascading Variables Module Level 1</a>
266- [[CSS-VARIABLES-1]]
267- <dd>
268- Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
269- and custom properties for defining them.
270-
271281 <dt> <a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
272282 [[CSS-TEXT-3]]
273283 <dd>
274284 Defines properties for text manipulation and specifies their processing model.
275285 It covers line breaking, justification and alignment, white space handling, and text transformation.
276- </dl>
286+
287+ <dt> <a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
288+ [[CSS-WILL-CHANGE-1]]
289+ <dd>
290+ Introduces a performance hint property called 'will-change' .
291+
292+ <dt> <a href="https://www.w3.org/TR/filter-effects-1/">Filter Effects Module Level 1</a>
293+ [[FILTER-EFFECTS-1]]
294+ <dd>
295+ Filter effects are a way of processing an element’s rendering before it is displayed in the document.
296+
297+ </dl>
298+
277299 </div>
278300
279301 <div class="note">
@@ -307,12 +329,6 @@ Background: The W3C Process and CSS</h3>
307329 and adding the ability to specify text emphasis marks
308330 and text shadows.
309331
310- <dt> <a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
311- [[CSS-WILL-CHANGE-1]]
312- <dd>
313- Introduces a performance hint property called 'will-change' .
314- </dl>
315-
316332 <dt> <a href="https://www.w3.org/TR/css3-speech/">CSS Speech Module Level 1</a>
317333 [[CSS3-SPEECH]]
318334 <dd>
@@ -326,24 +342,35 @@ Background: The W3C Process and CSS</h3>
326342 within their containers in the various CSS box layout models:
327343 block layout, table layout, flex layout, and grid layout.
328344
329- <dt> <a href="https://www.w3.org/TR/css-grid-1 /">CSS Grid Layout Module Level 1 </a>
330- [[CSS-GRID-1 ]]
345+ <dt> <a href="https://www.w3.org/TR/css-break-3 /">CSS Fragmentation Module Level 3 </a>
346+ [[CSS-BREAK-3 ]]
331347 <dd>
332- Defines a two-dimensional grid-based layout system,
333- optimized for user interface design.
334- In the grid layout model, the children of a grid container
335- can be positioned into arbitrary slots in a predefined flexible or fixed-size layout grid.
348+ Describes the fragmentation model that partitions a flow into pages, columns, or regions.
336349
337- <dt> <a href="https://www.w3.org/TR/filter-effects -1/">Filter Effects Module Level 1</a>
338- [[FILTER-EFFECTS -1]]
350+ <dt> <a href="https://www.w3.org/TR/css-contain -1/">CSS Containment Module Level 1</a>
351+ [[CSS-CONTAIN -1]]
339352 <dd>
340- Filter effects are a way of processing an element’s rendering before it is displayed in the document.
353+ Describes the 'contain' property,
354+ which indicates that the element’s subtree is independent of the rest of the page.
355+ This enables heavy optimizations by user agents when used well.
341356
342- <dt> <a href="https://www.w3.org/TR/css-break-3 /">CSS Fragmentation Module Level 3 </a>
343- [[CSS-BREAK-3 ]]
357+ <dt> <a href="https://www.w3.org/TR/css-scroll-snap-1 /">CSS Scroll Snap Module Level 1 </a>
358+ [[CSS-SCROLL-SNAP-1 ]]
344359 <dd>
345- Describes the fragmentation model that partitions a flow into pages, columns, or regions .
360+ Contains features to control panning and scrolling behavior with “snap positions” .
346361
362+ <dt> <a href="https://www.w3.org/TR/mediaqueries-4/">Media Queries Level 4</a>
363+ [[MEDIAQUERIES-4]]
364+ <dd>
365+ Extends and supersedes [[CSS3-MEDIAQUERIES]] , expanding the syntax, deprecating most media types,
366+ and introducing new media features.
367+
368+ <dt> <a href="https://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>
369+ [[CSS-CASCADE-4]]
370+ <dd>
371+ Extends and supersedes [[CSS-CASCADE-3]] ,
372+ describing how to collate style rules and assign values to all properties on all elements.
373+ By way of cascading and inheritance, values are propagated for all properties on all elements.
347374 </dl>
348375
349376 We hope to incorporate them into a future snapshot.
@@ -659,10 +686,12 @@ Preserving the Openness of CSS</h5>
659686 css-syntax-3,
660687 css-style-attr-1,
661688 mediaqueries-3,
689+ mediaqueries-4,
662690 css-conditional-3,
663691 css-namespaces-3,
664692 selectors-3,
665693 css-cascade-3,
694+ css-cascade-3,
666695 css-values-3,
667696 css-color-3,
668697 css-backgrounds-3,
@@ -674,6 +703,7 @@ Preserving the Openness of CSS</h5>
674703 css-writing-modes-3,
675704 css-transitions-1,
676705 css-animations-1,
706+ css-timing-1,
677707 css-flexbox-1,
678708 css-transforms-1,
679709 css-variables-1,
@@ -687,7 +717,9 @@ Preserving the Openness of CSS</h5>
687717 css-align-3,
688718 css-grid-1,
689719 filter-effects-1,
690- css-break-3"></index>
720+ css-break-3,
721+ css-contain-1,
722+ css-scroll-snap-1"></index>
691723
692724<h3 id="selectors">Selector Index</h3>
693725
@@ -696,10 +728,12 @@ Preserving the Openness of CSS</h5>
696728 css-syntax-3,
697729 css-style-attr-1,
698730 mediaqueries-3,
731+ mediaqueries-4,
699732 css-conditional-3,
700733 css-namespaces-3,
701734 selectors-3,
702735 css-cascade-3,
736+ css-cascade-3,
703737 css-values-3,
704738 css-color-3,
705739 css-backgrounds-3,
@@ -711,6 +745,7 @@ Preserving the Openness of CSS</h5>
711745 css-writing-modes-3,
712746 css-transitions-1,
713747 css-animations-1,
748+ css-timing-1,
714749 css-flexbox-1,
715750 css-transforms-1,
716751 css-variables-1,
@@ -724,7 +759,9 @@ Preserving the Openness of CSS</h5>
724759 css-align-3,
725760 css-grid-1,
726761 filter-effects-1,
727- css-break-3"></index>
762+ css-break-3,
763+ css-contain-1,
764+ css-scroll-snap-1"></index>
728765
729766<h3 id="at-rules">
730767At-Rule Index</h3>
@@ -734,10 +771,12 @@ At-Rule Index</h3>
734771 css-syntax-3,
735772 css-style-attr-1,
736773 mediaqueries-3,
774+ mediaqueries-4,
737775 css-conditional-3,
738776 css-namespaces-3,
739777 selectors-3,
740778 css-cascade-3,
779+ css-cascade-3,
741780 css-values-3,
742781 css-color-3,
743782 css-backgrounds-3,
@@ -749,6 +788,7 @@ At-Rule Index</h3>
749788 css-writing-modes-3,
750789 css-transitions-1,
751790 css-animations-1,
791+ css-timing-1,
752792 css-flexbox-1,
753793 css-transforms-1,
754794 css-variables-1,
@@ -762,7 +802,9 @@ At-Rule Index</h3>
762802 css-align-3,
763803 css-grid-1,
764804 filter-effects-1,
765- css-break-3"></index>
805+ css-break-3,
806+ css-contain-1,
807+ css-scroll-snap-1"></index>
766808
767809<h3 id="properties">Property Index</h3>
768810
@@ -771,10 +813,12 @@ At-Rule Index</h3>
771813 css-syntax-3,
772814 css-style-attr-1,
773815 mediaqueries-3,
816+ mediaqueries-4,
774817 css-conditional-3,
775818 css-namespaces-3,
776819 selectors-3,
777820 css-cascade-3,
821+ css-cascade-3,
778822 css-values-3,
779823 css-color-3,
780824 css-backgrounds-3,
@@ -786,6 +830,7 @@ At-Rule Index</h3>
786830 css-writing-modes-3,
787831 css-transitions-1,
788832 css-animations-1,
833+ css-timing-1,
789834 css-flexbox-1,
790835 css-transforms-1,
791836 css-variables-1,
@@ -799,7 +844,9 @@ At-Rule Index</h3>
799844 css-align-3,
800845 css-grid-1,
801846 filter-effects-1,
802- css-break-3"></index>
847+ css-break-3,
848+ css-contain-1,
849+ css-scroll-snap-1"></index>
803850
804851<h3 id="values">Values Index</h3>
805852
@@ -808,10 +855,12 @@ At-Rule Index</h3>
808855 css-syntax-3,
809856 css-style-attr-1,
810857 mediaqueries-3,
858+ mediaqueries-4,
811859 css-conditional-3,
812860 css-namespaces-3,
813861 selectors-3,
814862 css-cascade-3,
863+ css-cascade-3,
815864 css-values-3,
816865 css-color-3,
817866 css-backgrounds-3,
@@ -823,6 +872,7 @@ At-Rule Index</h3>
823872 css-writing-modes-3,
824873 css-transitions-1,
825874 css-animations-1,
875+ css-timing-1,
826876 css-flexbox-1,
827877 css-transforms-1,
828878 css-variables-1,
@@ -836,7 +886,9 @@ At-Rule Index</h3>
836886 css-align-3,
837887 css-grid-1,
838888 filter-effects-1,
839- css-break-3"></index>
889+ css-break-3,
890+ css-contain-1,
891+ css-scroll-snap-1"></index>
840892
841893Acknowledgements {#acks}
842894========================
0 commit comments