@@ -719,7 +719,7 @@ Conditional Rules {#conditional-rules}
719719--------------------------------------
720720
721721<div class=note>
722- ''@supports'' rules and the {{CSS/supports()}} method
722+ ''@supports'' rules and the {{CSS/supports(conditionText)|CSS.supports( )}} method
723723 behave as specified in [[!css-variables]] ,
724724 without distinguishing between registered and unregistered custom properties,
725725 and paying no attention to registered properties' syntaxes.
@@ -885,7 +885,7 @@ The syntax of ''@property'' is:
885885if either are missing,
886886the entire rule is invalid and must be ignored.
887887The 'initial-value' descriptor is optional
888- only if the syntax is the [=universal syntax descriptor =] ,
888+ only if the syntax is the [=universal syntax definition =] ,
889889otherwise the descriptor is required;
890890if it's missing, the entire rule is invalid and must be ignored.
891891
@@ -894,7 +894,7 @@ but do not invalidate the ''@property'' rule.
894894
895895If multiple valid ''@property'' rules are defined for the same <<custom-property-name>> ,
896896the last one in stylesheet order "wins".
897- A custom property registration from {{CSS/ registerProperty|CSS.registerProperty()}}
897+ A custom property registration from {{registerProperty() |CSS.registerProperty()}}
898898further wins over any ''@property'' rules
899899for the same <<custom-property-name>> .
900900
@@ -956,12 +956,12 @@ The 'initial-value' Descriptor {#initial-value-descriptor}
956956Specifies the [=initial value=] of the custom property.
957957This is equivalent to the {{PropertyDescriptor/initialValue}} member of {{PropertyDescriptor}} .
958958
959- If the value of the 'syntax' descriptor is the [=universal syntax descriptor =] ,
959+ If the value of the 'syntax' descriptor is the [=universal syntax definition =] ,
960960then the 'initial-value' descriptor is optional.
961961If omitted, the initial value of the property is the [=guaranteed-invalid value=] .
962962
963963Otherwise,
964- if the value of the 'syntax' descriptor is not the [=universal syntax descriptor =] ,
964+ if the value of the 'syntax' descriptor is not the [=universal syntax definition =] ,
965965the following conditions must be met for the the ''@property'' rule to be valid:
966966
967967 * The 'initial-value' descriptor must be present.
0 commit comments