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:
parent
3cac20c1ef
commit
b79e37c727
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user