Skip to content

Commit

Permalink
add controlsList attribute for media elements (preactjs#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
wayou authored and markerdmann committed Aug 11, 2018
1 parent 440eb7b commit 5a50bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preact.d.ts
Expand Up @@ -617,6 +617,7 @@ declare global {
contentEditable?: boolean;
contextMenu?: string;
controls?: boolean;
controlsList?: string;
coords?: string;
crossOrigin?: string;
data?: string;
Expand Down

0 comments on commit 5a50bad

Please sign in to comment.