@@ -194,6 +194,9 @@ urlPrefix: https://drafts.csswg.org/css-style-attr/; type: dfn; spec: css-style-
194194urlPrefix: https://drafts.csswg.org/web-animations-2/; type: dfn; spec: web-animations-2
195195 text: iteration composite operation
196196 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
197200</pre>
198201<pre class="link-defaults">
199202spec:dom; type:interface; text:DocumentOrShadowRoot
@@ -3179,10 +3182,10 @@ is defined in [[#animation-types]].
31793182For <a>custom properties</a> registered
31803183using the {{CSS/registerProperty()}} method for the <a>current global object</a> ,
31813184the <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> .
31833186Where 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> )
31863189or when the <a>custom property</a> is not registered,
31873190the <a>animation type</a> is <a>discrete</a> .
31883191
0 commit comments