-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Version
2.4.2
Reproduction link
https://jsbin.com/cahalu/edit?html,output
Steps to reproduce
embed(allowfullscreen="true")会被转成embed(allowfullscreen="allowfullscreen")导致flash无法全屏
What is expected?
希望增加对属性不处理的指令
What is actually happening?
isBooleanAttr这个数组里面有对allowFullScreen的处理
embed(allowfullscreen="true")会被转成embed(allowfullscreen="allowfullscreen")导致flash无法全屏