supported "muted" property as boolean on audio element

pull/886/head
Johnny Hauser 7 years ago
parent 3cac20c1ef
commit b79e37c727

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

Loading…
Cancel
Save