Skip to content

Commit 735ea42

Browse files
committed
[css-paint-api] Fix obvious typo. Closes w3c#800
1 parent f21f8ed commit 735ea42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-paint-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@ When the user agent wants to <dfn>invoke a paint callback</dfn> given |name|, |i
599599
[=computed value=]'s for properties listed in |inputProperties|.
600600

601601
8. Let |renderingContext| be the result of [=create a PaintRenderingContext2D object=] given:
602-
- "width" - The width given by |concreteObjectSize|.
603-
- "height" - The height given by |concreteObjectSize|.
602+
- "width" - The width given by |snappedConcreteObjectSize|.
603+
- "height" - The height given by |snappedConcreteObjectSize|.
604604
- "paintRenderingContext2DSettings" - The
605605
[=paint definition/PaintRenderingContext2DSettings object=] given by |definition|.
606606

0 commit comments

Comments
 (0)