0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

supported "muted" property as boolean on audio element

This commit is contained in:
Johnny Hauser 2017-10-05 17:10:10 -05:00
parent 3cac20c1ef
commit b79e37c727

View File

@ -128,7 +128,7 @@ const lookup = {
method: { appliesTo: ['form'] },
min: { appliesTo: ['input', 'meter'] },
multiple: { appliesTo: ['input', 'select'] },
muted: { appliesTo: ['video'] },
muted: { appliesTo: ['audio', 'video'] },
name: {
appliesTo: [
'button',