Skip to content

Commit 6ad96b1

Browse files
committed
[css-paint-api] Change document.registerProperty to CSS.registerProperty.
1 parent d5496ca commit 6ad96b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-paint-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ loaded.
547547
</style>
548548

549549
<script>
550-
document.registerProperty({
550+
CSS.registerProperty({
551551
name: '--image',
552552
syntax: '<image>'
553553
});

0 commit comments

Comments
 (0)