HTML5 iFrame Seamless Attribute

后端 未结 10 1068
日久生厌
日久生厌 2020-11-27 14:41

in HTML5 the iframe has new attributes like \'seamless\' that should remove borders and scrollbars. I\'ve tried it but doesn\'t seem to work, I still can see scrollbars and

10条回答
  •  感情败类
    2020-11-27 15:25

    According to the latest W3C HTML5 recommendation (which is likely to be the final HTML5 standard) published today, there is no seamless attribute in the iframe element anymore. It seems to have been removed somewhere in the standardization process.

    According to caniuse.com no major browser does support this attribute (anymore), so you probably shouldn't use it.

提交回复
热议问题