Skip to content

Commit 1d459d6

Browse files
authored
Removed crossorigin from HTMLInputAttributes
1 parent 7e584e4 commit 1d459d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,6 @@ export interface HTMLInputAttributes extends HTMLAttributes<HTMLInputElement> {
10291029
autocomplete?: string | undefined | null;
10301030
capture?: boolean | 'user' | 'environment' | undefined | null; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
10311031
checked?: boolean | undefined | null;
1032-
crossorigin?: string | undefined | null;
10331032
dirname?: string | undefined | null;
10341033
disabled?: boolean | undefined | null;
10351034
form?: string | undefined | null;

0 commit comments

Comments
 (0)