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 181571c commit abab924Copy full SHA for abab924
1 file changed
packages/astro/astro-jsx.d.ts
@@ -873,7 +873,8 @@ declare namespace astroHTML.JSX {
873
playsinline?: boolean | string | undefined | null;
874
preload?: string | undefined | null;
875
src?: string | undefined | null;
876
- disableremoteplayback?: boolean | string | undefined | null;
+ // https://www.w3.org/TR/remote-playback/#the-disableremoteplayback-attribute
877
+ disableRemotePlayback?: boolean | string | undefined | null;
878
}
879
880
interface MetaHTMLAttributes extends HTMLAttributes {
0 commit comments