Skip to content

Commit 1c6dbb4

Browse files
ashsearletabatkins
authored andcommitted
[css-paint-api] Typo in registerProperty: inherit -> inherits (w3c#515)
1 parent 2432a5c commit 1c6dbb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-paint-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ Animations API.
750750
name: '--circle-color',
751751
syntax: '<color>',
752752
initialValue: 'black',
753-
inherit: false
753+
inherits: false
754754
});
755755
CSS.paintWorklet.addModule('circle.js');
756756
</script>

css-paint-api/circle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name: '--circle-color',
2424
syntax: '<color>',
2525
initialValue: 'black',
26-
inherit: false
26+
inherits: false
2727
});
2828
(CSS.paintWorklet.addModule || paintWorkle.import)('circle.js');
2929
</script>

0 commit comments

Comments
 (0)