File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ Aliasing</h3>
331
331
<dl export>
332
332
<dt> <dfn lt="legacy name alias">legacy name aliases</dfn>
333
333
<dd>
334
- When the old property’s syntax is identical to
335
- or a subset of the value space of the new property’s syntax ,
334
+ When the old property’s value syntax is identical
335
+ to that of the new property,
336
336
the two names are aliased with an operation on par with case-mapping:
337
337
at parse time, the old property is converted into the new property.
338
338
This conversion also applies in the CSSOM,
@@ -1172,7 +1172,16 @@ Changes</h2>
1172
1172
<h3 id="changes-2018">
1173
1173
Changes Since the 28 August 2018 Candidate Recommendation</h3>
1174
1174
1175
- Non-trivial changes since the <a href="https://www.w3.org/TR/2018/CR-css-cascade-4-20180828/">28 August 2018 Working Draft</a> include:
1175
+ Non-trivial changes since the <a href="https://www.w3.org/TR/2020/WD-css-cascade-4-20200818/">18 August 2020 Working Draft</a> include:
1176
+
1177
+ <ul class=non-normative>
1178
+ <li id="change-2020-alias-subset">
1179
+ Removed possibility of [=legacy name aliases=] to map subsets of the value space,
1180
+ since they are simple name aliases.
1181
+ (<a href="https://github.com/w3c/csswg-drafts/issues/4839">Issue 4839</a> )
1182
+ </ul>
1183
+
1184
+ Non-trivial changes since the <a href="https://www.w3.org/TR/2018/CR-css-cascade-4-20180828/">28 August 2018 Candidate Recommendation</a> include:
1176
1185
1177
1186
<ul class=non-normative>
1178
1187
<li id="change-2018-context">
You can’t perform that action at this time.
0 commit comments