diff --git a/elements/index.d.ts b/elements/index.d.ts index 775970aea3..99476593da 100644 --- a/elements/index.d.ts +++ b/elements/index.d.ts @@ -845,6 +845,7 @@ export interface HTMLMediaAttributes extends HTMLAtt */ volume?: number | undefined | null; + readonly 'bind:readyState'?: 0 | 1 | 2 | 3 | 4 | undefined | null; readonly 'bind:duration'?: number | undefined | null; readonly 'bind:buffered'?: SvelteMediaTimeRange[] | undefined | null; readonly 'bind:played'?: SvelteMediaTimeRange[] | undefined | null; diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index f0ea8af0c7..ebc4ee8ef2 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -714,7 +714,7 @@ Elements with the `contenteditable` attribute support `innerHTML` and `textConte --- -Media elements (`