Skip to content

Commit dac2533

Browse files
committed
[css-properties-values-api] Fix Bikeshed errors.
1 parent eb082f2 commit dac2533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-properties-values-api/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -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:
885885
if either are missing,
886886
the entire rule is invalid and must be ignored.
887887
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=],
889889
otherwise the descriptor is required;
890890
if 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

895895
If multiple valid ''@property'' rules are defined for the same <<custom-property-name>>,
896896
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()}}
898898
further wins over any ''@property'' rules
899899
for the same <<custom-property-name>>.
900900

@@ -956,12 +956,12 @@ The 'initial-value' Descriptor {#initial-value-descriptor}
956956
Specifies the [=initial value=] of the custom property.
957957
This 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=],
960960
then the 'initial-value' descriptor is optional.
961961
If omitted, the initial value of the property is the [=guaranteed-invalid value=].
962962

963963
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=],
965965
the 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

Comments
 (0)