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.
crossorigin
1 parent 7e584e4 commit 1d459d6Copy full SHA for 1d459d6
packages/svelte/elements.d.ts
@@ -1029,7 +1029,6 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
1029
autocomplete?: string | undefined | null;
1030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
1031
checked?: boolean | undefined | null;
1032
- crossorigin?: string | undefined | null;
1033
dirname?: string | undefined | null;
1034
disabled?: boolean | undefined | null;
1035
form?: string | undefined | null;
0 commit comments