While working on an XHTML 1.0 Strict page, I discovered that iframe
was deprecated. I've done some research, and replaced it with an object
tag.
<object id="gmap" type="text/html" data="https://maps.google.ca/maps/ms?msa=0&msid=216725582357492079329.0004cf99c633289e8b190&hl=en&ie=UTF8&t=m&ll=34.870479,-40.172607&spn=34.201734,120.673828&output=embed"></object>
It validated, but as HTML 4.0 transitional. How do I validate it as XHTML 1.0 Strict?