Skip to content

Commit b7345d7

Browse files
committed
[css-cascade] Allow functional notation parse-time aliases as well. #6193
1 parent a1d8ada commit b7345d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-cascade-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ Declared Values</h3>
569569
<h4 id="value-aliasing">
570570
Value Aliasing</h4>
571571

572-
Some [=keyword=] property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn>:
573-
at parse time, the legacy [=keyword=] is converted into the new [=keyword=],
572+
Some property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn>:
573+
at parse time, the legacy syntax is converted into the new syntax,
574574
resulting in a [=declared value=] different from the parsed input.
575575
These aliases are typically used for handling legacy compatibility requirements,
576576
such as converting [=vendor-prefixed=] values to their standard equivalents.

css-cascade-5/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ Declared Values</h3>
528528
<h4 id="value-aliasing">
529529
Value Aliasing</h4>
530530

531-
Some [=keyword=] property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn>:
532-
at parse time, the legacy [=keyword=] is converted into the new [=keyword=],
531+
Some property values have <dfn export for=CSS lt="legacy value alias">legacy value aliases</dfn>:
532+
at parse time, the legacy syntax is converted into the new syntax,
533533
resulting in a [=declared value=] different from the parsed input.
534534
These aliases are typically used for handling legacy compatibility requirements,
535535
such as converting [=vendor-prefixed=] values to their standard equivalents.

0 commit comments

Comments
 (0)