File tree 1 file changed +1
-1
lines changed
css-properties-values-api
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Note: in future levels we anticipate supporting more sophisticated parse strings
118
118
Attempting to call {{registerProperty()}} with an {{PropertyDescriptor/initialValue}} that is
119
119
not parseable using the provided {{PropertyDescriptor/syntax}} must cause it to
120
120
throw a {{SyntaxError}} . If no {{PropertyDescriptor/initialValue}} is provided and the
121
- {{PropertyDescriptor/syntax}} is '*' , then a special initial value used. This initial
121
+ {{PropertyDescriptor/syntax}} is '*' , then a special initial value is used. This initial
122
122
value must be considered parseable by {{registerProperty()}} but invalid at computed
123
123
value time. Initial values that are not computationally idempotent must also cause
124
124
{{registerProperty()}} to throw a {{SyntaxError}} .
You can’t perform that action at this time.
0 commit comments