I want to add an <iframe>
, whose source is HTML 4, into a HTML 5 web page.
Are there any JavaScript or DOM conflicts that I should be aware of when doing so?
Will the browser encounter any errors when facing some special situation because the source types of the documents are different?