@@ -194,6 +194,9 @@ urlPrefix: https://drafts.csswg.org/css-style-attr/; type: dfn; spec: css-style-
194
194
urlPrefix: https://drafts.csswg.org/web-animations-2/; type: dfn; spec: web-animations-2
195
195
text: iteration composite operation
196
196
text: iteration composite operation accumulate
197
+ urlPrefix: https://drafts.css-houdini.org/css-properties-values-api-1/; type: dfn; spec: css-properties-values-api-1
198
+ text: syntax definition
199
+ text: universal syntax definition
197
200
</pre>
198
201
<pre class="link-defaults">
199
202
spec:dom; type:interface; text:DocumentOrShadowRoot
@@ -3179,10 +3182,10 @@ is defined in [[#animation-types]].
3179
3182
For <a>custom properties</a> registered
3180
3183
using the {{CSS/registerProperty()}} method for the <a>current global object</a> ,
3181
3184
the <a>animation type</a> is <a>by computed value</a> ,
3182
- derived from the type used to define the property's {{PropertyDescriptor/ syntax}} .
3185
+ derived from the type used in the property's <a> syntax definition</a> .
3183
3186
Where there is no <a>computed value</a> type that corresponds
3184
- to the property's specified {{PropertyDescriptor/ syntax}}
3185
- (e.g. when the syntax is "*" )
3187
+ to the property's specified syntax
3188
+ (e.g. when the syntax is the <a>universal syntax definition</a> )
3186
3189
or when the <a>custom property</a> is not registered,
3187
3190
the <a>animation type</a> is <a>discrete</a> .
3188
3191
0 commit comments