iframe

摘要

iframe 有一些新属性html

  • srcdoc 内容为 html 格式,若是 src 未指定,将替换 src 里面的内容,该属性与 sandbox 和 seamless 属性一同使用, 注意 ie 不支持,
  • src 嵌入源文件
  • sandbox 指定 iframe 容许的动做,,该属性与 sandbox 和 seamless 属性一同使用, 值可为 allow-scripts allow-forms allow-same-origin allow-top-navigation , 空的话限制全部 , 注意 ie9- opera12- 不支持
  • seamless 表明不会有边距和边框
相关文章
相关标签/搜索