Skip to content

Commit d5a3988

Browse files
committed
[css-color] typo
1 parent 492f244 commit d5a3988

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-color/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3580,7 +3580,7 @@ The CSSColor Object</h3>
35803580
<dt><dfn method>toName()</dfn>
35813581
<dd>
35823582
All of these methods delegate to the appropriate methods on <a idl>RGBColor</a>,
3583-
exactly as if created by calling <code>CSSColor.forwardConverter("asHSL")</code>, etc.
3583+
exactly as if created by calling <code>CSSColor.forward("asHSL")</code>, etc.
35843584

35853585
</dl>
35863586

css-color/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@ <h4 class="heading settled heading" data-level=15.5.3 id=api-CSSColor><span clas
36833683
<dt><dfn class=idl-code data-dfn-for=CSSColor data-dfn-type=method data-export="" id=dom-csscolor-toname>toName()<a class=self-link href=#dom-csscolor-toname></a></dfn>
36843684
<dd>
36853685
All of these methods delegate to the appropriate methods on <a data-link-type=idl href=#dom-rgbcolor title=rgbcolor>RGBColor</a>,
3686-
exactly as if created by calling <code>CSSColor.forwardConverter("asHSL")</code>, etc.
3686+
exactly as if created by calling <code>CSSColor.forward("asHSL")</code>, etc.
36873687

36883688
</dl>
36893689

0 commit comments

Comments
 (0)