DEV Community

Discussion on: What is the color of a blank page?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Iframe has allowtransparency -- stackoverflow.com/questions/374070... so I always know it is transparent.

Collapse
 
bcalou profile image
Bastien Calou

Thanks, I didn't know about that !
But I could not produce an example in which allowtransparency had any impact. The iframe is transparent by default.
Is it for specific browsers/environments ?