travist / seamless.js

A Javascript library for working with seamless iframes.
http://www.travistidwell.com/seamless.js
MIT License
217 stars 44 forks source link

Remove obsolete attributes from iframe element #25

Open maliknur opened 5 years ago

maliknur commented 5 years ago

Seamless parent file adds following obsolete attributes, which are not supported by html5:

PS. lets leave styling to end users with css

I would remove width and height attributes as well

maliknur commented 5 years ago

@travist do you think this can be pulled in?

travist commented 4 years ago

Does this still work for legacy browsers like IE10 and IE11?

maliknur commented 4 years ago

@travist as per caniuse.com those attributes are not supported in IE 10/11. Also reference to those attributes already removed from official documents/websites. Previously posted links redirects to general iframe page... (