Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://www.ampproject.org/contact/ not getting validation error for using <iframe> instead of <amp-iframe> #1665

Closed
bcko opened this issue Jan 29, 2016 · 3 comments

Comments

@bcko
Copy link

bcko commented Jan 29, 2016

so I read the ampproject.org guide about iframe.
it says we should use amp-iframe.
I was wondering why https://www.ampproject.org/contact/ doesn't get validation error?
when I look at the source code of https://www.ampproject.org/contact/ , I see that it did not use to embed google forms.

I tried using just <iframe> to embed google map for the website I am making and I get a validation error.
However, I also do not get a validation error for embed <iframe> google forms.

is it because it is a google form?
thank you for your help!

@cramforce
Copy link
Member

Just checked. Works for me. That says nothing about us should fixing that iframe.

@bcko
Copy link
Author

bcko commented Jan 29, 2016

https://www.ampproject.org/contact/ uses <iframe> instead of and doesn't get a validation error. I was wondering when are cases we can use <iframe>?

below is the source code from the site

<iframe src="https://docs.google.com/forms/d/19a_8yKgbrhZSoqHRUpTOQazN229-TIVHZqI4UvSpj_c/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>

@cramforce
Copy link
Member

I'm getting a validation error. Could you post a screenshot?
On Jan 29, 2016 8:06 AM, "Byungcheon Ko" [email protected] wrote:

https://www.ampproject.org/contact/ uses instead of and
doesn&#39 #39 get a
validation error. I was wondering when are cases we can use <iframe>?

below is the source code from the site

<iframe
src="
https://docs.google.com/forms/d/19a_8yKgbrhZSoqHRUpTOQazN229-TIVHZqI4UvSpj_c/viewform?embedded=true"
width="100%" height="100%" frameborder="0"
marginheight="0"
marginwidth="0">Loading...</iframe> </div>


Reply to this email directly or view it on GitHub
#1665 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants