File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ Aliasing</h3>
331331 <dl export>
332332 <dt> <dfn lt="legacy name alias">legacy name aliases</dfn>
333333 <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,
336336 the two names are aliased with an operation on par with case-mapping:
337337 at parse time, the old property is converted into the new property.
338338 This conversion also applies in the CSSOM,
@@ -1172,7 +1172,16 @@ Changes</h2>
11721172<h3 id="changes-2018">
11731173Changes Since the 28 August 2018 Candidate Recommendation</h3>
11741174
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:
11761185
11771186 <ul class=non-normative>
11781187 <li id="change-2018-context">
You can’t perform that action at this time.
0 commit comments