We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d52d9 commit 6ebf1a4Copy full SHA for 6ebf1a4
packages/svelte2tsx/svelte-jsx.d.ts
@@ -405,8 +405,8 @@
405
406
// Other HTML properties supported by SVG elements in browsers
407
role?: string;
408
- tabIndex?: number;
409
- crossOrigin?: "anonymous" | "use-credentials" | "";
+ tabindex?: number;
+ crossorigin?: "anonymous" | "use-credentials" | "";
410
411
// SVG Specific attributes
412
"accent-height"?: number | string;
@@ -469,8 +469,8 @@
469
filter?: string;
470
filterRes?: number | string;
471
filterUnits?: number | string;
472
- floodColor?: number | string;
473
- floodOpacity?: number | string;
+ "flood-color"?: number | string;
+ "flood-opacity"?: number | string;
474
focusable?: number | string;
475
"font-family"?: string;
476
"font-size"?: number | string;
0 commit comments