Skip to content

Commit 50c13f6

Browse files
authored
fix(svelte2tsx): add controlslist attribute to types (#1314)
This isn't currently a standard attribute, there is some opposition to it from webkit but it is shipped in latest edge and chrome.
1 parent 2022da8 commit 50c13f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte2tsx/svelte-jsx.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ declare namespace svelte.JSX {
581581
autocorrect?: string | undefined | null;
582582
autosave?: string | undefined | null;
583583
color?: string | undefined | null;
584+
controlslist?: 'nodownload' | 'nofullscreen' | 'noplaybackrate' | 'noremoteplayback';
584585
itemprop?: string | undefined | null;
585586
itemscope?: boolean | undefined | null;
586587
itemtype?: string | undefined | null;

0 commit comments

Comments
 (0)