supported "muted" property as boolean on audio element

pull/7738/head
Johnny Hauser 8 years ago
parent 5e75da7171
commit a1627979e9

@ -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