Skip to content

Commit

Permalink
improve: add missing html and svg tag (#5688)
Browse files Browse the repository at this point in the history
* imporve: add missing html and svg tag

* reivew

* fix: review
  • Loading branch information
lonelyclick authored and yyx990803 committed May 30, 2017
1 parent 11b7d5d commit da1fc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/web/util/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const isHTMLTag = makeMap(
'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' +
'output,progress,select,textarea,' +
'details,dialog,menu,menuitem,summary,' +
'content,element,shadow,template'
'content,element,shadow,template,blockquote,iframe,tfoot'
)

// this map is intentionally selective, only covering SVG elements that may
Expand Down

0 comments on commit da1fc3d

Please sign in to comment.