Skip to content

Commit d29dc95

Browse files
committed
[css-cascade-4][css-cascade-5] Add value-aliasing section. #6193
1 parent a41bbca commit d29dc95

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

css-cascade-4/Overview.bs

+19-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Shorthand Properties</h2>
443443
is equivalent to declaring all of its <a>sub-properties</a> to be ''!important''.
444444

445445
<h3 id="aliasing">
446-
Aliasing</h3>
446+
Property Aliasing</h3>
447447

448448
Properties sometimes change names after being supported for a while,
449449
such as vendor-prefixed properties being standardized.
@@ -603,6 +603,15 @@ Declared Values</h3>
603603
These values are then processed by the <a>cascade</a>
604604
to choose a single “winning value”.
605605

606+
<h4 id="value-aliasing">
607+
Value Aliasing</h4>
608+
609+
Some [=keyword=] property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn>:
610+
at parse time, the legacy [=keyword=] is converted into the new [=keyword=],
611+
resulting in a [=declared value=] different from the parsed input.
612+
These aliases are typically used for handling legacy compatibility requirements,
613+
such as converting [=vendor-prefixed=] values to their standard equivalents.
614+
606615
<h3 id="cascaded">
607616
Cascaded Values</h3>
608617

@@ -1315,6 +1324,15 @@ Rolling Back Cascade Origins: the ''revert'' keyword</h4>
13151324
<h2 id="changes">
13161325
Changes</h2>
13171326

1327+
<h3 id="changes-2021-10">
1328+
Changes since the 15 Oct 2021 Working Draft</h3>
1329+
1330+
Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/">15 October 2021 Working Draft</a>:
1331+
1332+
* Added [[#value-aliasing]] section.
1333+
(<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a>)
1334+
1335+
13181336
<h3 id="changes-2018">
13191337
Changes Since the 28 August 2018 Candidate Recommendation</h3>
13201338

css-cascade-5/Overview.bs

+23-5
Original file line numberDiff line numberDiff line change
@@ -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">
523532
Cascaded Values</h3>
524533

@@ -1857,9 +1866,18 @@ Rolling Back Cascade Layers: the ''revert-layer'' keyword</h4>
18571866
Changes</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">
18601878
Changes 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">
18721890
Changes 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">
18891907
Changes 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">
18981916
Changes 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

Comments
 (0)