@@ -359,7 +359,7 @@ Shorthand Properties</h2>
359359 is equivalent to declaring all of its <a>sub-properties</a> to be ''!important'' .
360360
361361<h3 id="aliasing">
362- Aliasing</h3>
362+ Property Aliasing</h3>
363363
364364 Properties sometimes change names after being supported for a while,
365365 such as vendor-prefixed properties being standardized.
@@ -519,6 +519,15 @@ Declared Values</h3>
519519 These values are then processed by the <a>cascade</a>
520520 to choose a single “winning value”.
521521
522+ <h4 id="value-aliasing">
523+ Value Aliasing</h4>
524+
525+ Some [=keyword=] property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn> :
526+ at parse time, the legacy [=keyword=] is converted into the new [=keyword=] ,
527+ resulting in a [=declared value=] different from the parsed input.
528+ These aliases are typically used for handling legacy compatibility requirements,
529+ such as converting [=vendor-prefixed=] values to their standard equivalents.
530+
522531<h3 id="cascaded">
523532Cascaded Values</h3>
524533
@@ -1857,9 +1866,18 @@ Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
18571866Changes</h2>
18581867
18591868<h3 id="changes-2021-10">
1869+ Changes since the 15 Oct 2021 Working Draft</h3>
1870+
1871+ Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20211015/">15 October 2021 Working Draft</a> :
1872+
1873+ * Added [[#value-aliasing]] section.
1874+ (<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a> )
1875+
1876+
1877+ <h3 id="changes-2021-08">
18601878Changes since the 29 August 2021 Working Draft</h3>
18611879
1862- Changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210608 /">8 June 2021 Working Draft</a> include:
1880+ Changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210829 /">29 August 2021 Working Draft</a> include:
18631881
18641882 * Revert the ordering of unlayered styles.
18651883 (See [[#changes-2021-06]] and
@@ -1868,7 +1886,7 @@ Changes since the 29 August 2021 Working Draft</h3>
18681886 instead of layers, matching update to [[CSS-CASCADE-4]] .
18691887 (<a href="https://github.com/w3c/csswg-drafts/issues/6659">Issue 6659</a> )
18701888
1871- <h3 id="changes-2021-08 ">
1889+ <h3 id="changes-2021-06 ">
18721890Changes since the 8 June 2021 Working Draft</h3>
18731891
18741892 Significant changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210608/">8 June 2021 Working Draft</a> include:
@@ -1885,7 +1903,7 @@ Changes since the 8 June 2021 Working Draft</h3>
18851903 * Disallow interleaving of ''@layer'' with ''@import'' or ''@namespace'' rules.
18861904 (<a href="https://github.com/w3c/csswg-drafts/issues/6522">Issue 6522</a> )
18871905
1888- <h3 id="changes-2021-06 ">
1906+ <h3 id="changes-2021-03 ">
18891907Changes since the 19 March 2021 Working Draft</h3>
18901908
18911909 Significant changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210319/">19 March 2021 Working Draft</a> include:
@@ -1894,7 +1912,7 @@ Changes since the 19 March 2021 Working Draft</h3>
18941912 from highest to lowest priority in the normal origins.
18951913 (<a href="https://github.com/w3c/csswg-drafts/issues/6284">Issue 6284</a> )
18961914
1897- <h3 id="changes-2021-03 ">
1915+ <h3 id="changes-2021-01 ">
18981916Changes since the 19 January 2021 Working Draft</h3>
18991917
19001918 Significant changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20210119/">19 January 2021 First Public Working Draft</a> include:
0 commit comments