iframes are not supported in xhtml strict. However, in my application I am using php recaptcha which requires the use of iframes. What are the downsides of just switching to xhtml transitional (if any)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Has hobbs said, there is no practical downside. However, theoretically the strict DTD is more “future-proof”.
Here’s a link to a quick fix in PHP that will make recaptcha valid XHTML 1.0 Strict:
http://www.boriel.com/2009/07/29/xhtml-strict-valid-recaptcha/