Skip to content

Commit 3117431

Browse files
committed
[css-animations] Fix typo: fro -> from.
1 parent 63daa85 commit 3117431

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-animations/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ The <code>findRule</code> method</h4>
10171017
<dt><dfn argument for="CSSKeyframesRule/findRule()">key</dfn> of type <a interface>DOMString</a>
10181018
<dd>
10191019
The key which describes the rule to be deleted. A percentage value between
1020-
0% and 100%, or one of the keywords ''fro'' or ''to'' which resolve to 0% and
1020+
0% and 100%, or one of the keywords ''from'' or ''to'' which resolve to 0% and
10211021
100%, respectively.
10221022
</dl>
10231023

css-animations/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ <h4 class="heading settled" data-level=6.3.5 id=interface-csskeyframesrule-findr
10381038
<dt><dfn class=idl-code data-dfn-for=CSSKeyframesRule/findRule() data-dfn-type=argument data-export="" id=dom-csskeyframesrule-findrule-key>key<a class=self-link href=#dom-csskeyframesrule-findrule-key></a></dfn> of type <a class=idl-code data-link-type=interface title=DOMString>DOMString</a>
10391039
<dd>
10401040
The key which describes the rule to be deleted. A percentage value between
1041-
0% and 100%, or one of the keywords <span class=css>fro</span> or <span class=css>to</span> which resolve to 0% and
1041+
0% and 100%, or one of the keywords <span class=css>from</span> or <span class=css>to</span> which resolve to 0% and
10421042
100%, respectively.
10431043
</dl>
10441044

0 commit comments

Comments
 (0)