@@ -359,7 +359,7 @@ Shorthand Properties</h2>
359
359
is equivalent to declaring all of its <a>sub-properties</a> to be ''!important'' .
360
360
361
361
<h3 id="aliasing">
362
- Aliasing</h3>
362
+ Property Aliasing</h3>
363
363
364
364
Properties sometimes change names after being supported for a while,
365
365
such as vendor-prefixed properties being standardized.
@@ -519,6 +519,15 @@ Declared Values</h3>
519
519
These values are then processed by the <a>cascade</a>
520
520
to choose a single “winning value”.
521
521
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
+
522
531
<h3 id="cascaded">
523
532
Cascaded Values</h3>
524
533
@@ -1857,9 +1866,18 @@ Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
1857
1866
Changes</h2>
1858
1867
1859
1868
<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">
1860
1878
Changes since the 29 August 2021 Working Draft</h3>
1861
1879
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:
1863
1881
1864
1882
* Revert the ordering of unlayered styles.
1865
1883
(See [[#changes-2021-06]] and
@@ -1868,7 +1886,7 @@ Changes since the 29 August 2021 Working Draft</h3>
1868
1886
instead of layers, matching update to [[CSS-CASCADE-4]] .
1869
1887
(<a href="https://github.com/w3c/csswg-drafts/issues/6659">Issue 6659</a> )
1870
1888
1871
- <h3 id="changes-2021-08 ">
1889
+ <h3 id="changes-2021-06 ">
1872
1890
Changes since the 8 June 2021 Working Draft</h3>
1873
1891
1874
1892
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>
1885
1903
* Disallow interleaving of ''@layer'' with ''@import'' or ''@namespace'' rules.
1886
1904
(<a href="https://github.com/w3c/csswg-drafts/issues/6522">Issue 6522</a> )
1887
1905
1888
- <h3 id="changes-2021-06 ">
1906
+ <h3 id="changes-2021-03 ">
1889
1907
Changes since the 19 March 2021 Working Draft</h3>
1890
1908
1891
1909
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>
1894
1912
from highest to lowest priority in the normal origins.
1895
1913
(<a href="https://github.com/w3c/csswg-drafts/issues/6284">Issue 6284</a> )
1896
1914
1897
- <h3 id="changes-2021-03 ">
1915
+ <h3 id="changes-2021-01 ">
1898
1916
Changes since the 19 January 2021 Working Draft</h3>
1899
1917
1900
1918
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