Skip to content

Commit

Permalink
Fix the DEV-only whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 29, 2017
1 parent f8da44e commit b93e093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/renderers/dom/shared/hooks/possibleStandardNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var possibleStandardNames = {
enctype: 'encType',
for: 'htmlFor',
form: 'form',
formMethod: 'formMethod',
formmethod: 'formMethod',
formaction: 'formAction',
formenctype: 'formEncType',
formnovalidate: 'formNoValidate',
Expand Down Expand Up @@ -99,15 +99,15 @@ var possibleStandardNames = {
loop: 'loop',
low: 'low',
manifest: 'manifest',
marginWidth: 'marginWidth',
marginwidth: 'marginWidth',
marginheight: 'marginHeight',
max: 'max',
maxlength: 'maxLength',
media: 'media',
mediagroup: 'mediaGroup',
method: 'method',
min: 'min',
minLength: 'minlength',
minlength: 'minLength',
multiple: 'multiple',
muted: 'muted',
name: 'name',
Expand Down Expand Up @@ -236,7 +236,7 @@ var possibleStandardNames = {
filter: 'filter',
filterres: 'filterRes',
filterunits: 'filterUnits',
floodOpacity: 'floodOpacity',
floodopacity: 'floodOpacity',
'flood-opacity': 'floodOpacity',
floodcolor: 'floodColor',
'flood-color': 'floodColor',
Expand Down

0 comments on commit b93e093

Please sign in to comment.