Skip to content

Commit 0ac2a1b

Browse files
committed
[web-animations-1] Fix broken links to CSS Properties and Values API
1 parent a562acd commit 0ac2a1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

web-animations-1/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ urlPrefix: https://drafts.csswg.org/css-style-attr/; type: dfn; spec: css-style-
194194
urlPrefix: 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">
199202
spec:dom; type:interface; text:DocumentOrShadowRoot
@@ -3179,10 +3182,10 @@ is defined in [[#animation-types]].
31793182
For <a>custom properties</a> registered
31803183
using the {{CSS/registerProperty()}} method for the <a>current global object</a>,
31813184
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>.
31833186
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>)
31863189
or when the <a>custom property</a> is not registered,
31873190
the <a>animation type</a> is <a>discrete</a>.
31883191

0 commit comments

Comments
 (0)