Skip to content

Commit

Permalink
Merge pull request #886 from m59peacemaker/audio-muted
Browse files Browse the repository at this point in the history
supported "muted" property as boolean on audio element
  • Loading branch information
Rich-Harris committed Oct 17, 2017
2 parents ba3641f + b79e37c commit d01d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/dom/visitors/Element/lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d01d7ee

Please sign in to comment.