Skip to content

Commit c769d1c

Browse files
author
Sylvain Galineau
committed
[css-animations] Link SyntaxError to webidl spec
1 parent b0dcf10 commit c769d1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-animations/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Abstract: This CSS module describes a way for authors to animate the values of C
2020
2121
At Risk: the <code>pseudoElement</code> property of the ''AnimationEvent'' interface
2222
23-
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event
23+
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError
2424
Ignored Terms: domstring, float, animationeventinit, event, eventinit, eventtarget, document
2525
</pre>
2626

@@ -907,7 +907,7 @@ Attributes</h4>
907907
respectively.
908908

909909
If <a attribute for="CSSKeyFramesRule">keyText</a> is updated with an invalid keyframe selector,
910-
a SyntaxError exception must be thrown.
910+
a <a spec="webidl">SyntaxError</a> exception must be thrown.
911911

912912
<dt><dfn>style</dfn>, of type <a interface>CSSStyleDeclaration</a>
913913
<dd>

css-animations/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ <h4 class="heading settled heading" data-level=6.2.2 id=interface-csskeyframerul
924924
respectively.
925925

926926
<p> If <a class=idl-code data-link-for=CSSKeyFramesRule data-link-type=attribute href=#dom-csskeyframesrule-keytext title=keytext>keyText</a> is updated with an invalid keyframe selector,
927-
a SyntaxError exception must be thrown.
927+
a <a data-link-spec=webidl data-link-type=dfn href=https://heycam.github.io/webidl/#syntaxerror title=syntaxerror>SyntaxError</a> exception must be thrown.
928928

929929
<dt><dfn class=idl-code data-dfn-for=csskeyframerule data-dfn-type=attribute data-export="" id=dom-csskeyframerule-style>style<a class=self-link href=#dom-csskeyframerule-style></a></dfn>, of type <a class=idl-code data-link-type=interface href=http://dev.w3.org/csswg/cssom-1/#cssstyledeclaration title=cssstyledeclaration>CSSStyleDeclaration</a>
930930
<dd>

0 commit comments

Comments
 (0)