will <frameset> work with HTML5?

穿精又带淫゛_ 提交于 2019-12-10 14:23:04

问题


I have these webapplications build in old style HTML, including [framesets] to speed up the GUI of the administration.

Its not accessable by SEO etc. so thats not the issue here, it was all based on speed and minimizing reload at the time.

Now we would like to transform these applications and have begun to investigate HTML5 for the purpose.

Ofcause there is AJAX and db-storage etc. to speed up the interface with the new standards, but our question is really:

is IFRAMES and FRAMESETS going to be removed from the HTML5 standard or will it be "allowed" but "less appriciated" ?

Does anyone know whats going to happend?


回答1:


The frameset and frame elements are obsolete in HTML5.

See http://www.w3.org/TR/html5/obsolete.html#non-conforming-features

The iframe element is valid.

Note that HTML5 still requires browsers to support frames and framesets as per Oded's link, but they are not valid for authors to use on web pages.




回答2:


Yes, framesets will work, they are part of the current HTML5 spec.

So is iFrame.

As for your question on will they be deprecated or removed all together?

Frames and framesets should not be used in HTML5 as they have been obsoleted.



来源:https://stackoverflow.com/questions/4580472/will-frameset-work-with-html5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!