@@ -719,7 +719,7 @@ Conditional Rules {#conditional-rules}
719
719
--------------------------------------
720
720
721
721
<div class=note>
722
- ''@supports'' rules and the {{CSS/supports()}} method
722
+ ''@supports'' rules and the {{CSS/supports(conditionText)|CSS.supports( )}} method
723
723
behave as specified in [[!css-variables]] ,
724
724
without distinguishing between registered and unregistered custom properties,
725
725
and paying no attention to registered properties' syntaxes.
@@ -885,7 +885,7 @@ The syntax of ''@property'' is:
885
885
if either are missing,
886
886
the entire rule is invalid and must be ignored.
887
887
The '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 =] ,
889
889
otherwise the descriptor is required;
890
890
if it's missing, the entire rule is invalid and must be ignored.
891
891
@@ -894,7 +894,7 @@ but do not invalidate the ''@property'' rule.
894
894
895
895
If multiple valid ''@property'' rules are defined for the same <<custom-property-name>> ,
896
896
the 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()}}
898
898
further wins over any ''@property'' rules
899
899
for the same <<custom-property-name>> .
900
900
@@ -956,12 +956,12 @@ The 'initial-value' Descriptor {#initial-value-descriptor}
956
956
Specifies the [=initial value=] of the custom property.
957
957
This is equivalent to the {{PropertyDescriptor/initialValue}} member of {{PropertyDescriptor}} .
958
958
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 =] ,
960
960
then the 'initial-value' descriptor is optional.
961
961
If omitted, the initial value of the property is the [=guaranteed-invalid value=] .
962
962
963
963
Otherwise,
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 =] ,
965
965
the following conditions must be met for the the ''@property'' rule to be valid:
966
966
967
967
* The 'initial-value' descriptor must be present.
0 commit comments