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'] },
min: { appliesTo: ['input', 'meter'] },
multiple: { appliesTo: ['input', 'select'] },
muted: { appliesTo: ['video'] },
muted: { appliesTo: ['audio', 'video'] },
name: {
appliesTo: [
'button',

Loading…
Cancel
Save