-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Forbid creating non-AMP "amp-*" elements #9283
Comments
Overall, great idea. I need to check - we possibly may need to exclude |
@dvoytenko @zhouyx any updates here? Thanks. |
Unfortunately I'll have to exclude |
Presubmit would be great. Let's deprecate |
This is a high priority issue but it hasn't been updated in awhile. @dvoytenko Do you have any updates? |
This is a high priority issue but it hasn't been updated in awhile. @jridgewell Do you have any updates? |
2 similar comments
This is a high priority issue but it hasn't been updated in awhile. @jridgewell Do you have any updates? |
This is a high priority issue but it hasn't been updated in awhile. @jridgewell Do you have any updates? |
This issue hasn't been updated in awhile. @jridgewell Do you have any updates? |
2 similar comments
This issue hasn't been updated in awhile. @jridgewell Do you have any updates? |
This issue hasn't been updated in awhile. @jridgewell Do you have any updates? |
seems already done. |
Examples include:
<amp-sticky-ad-top-padding>
<amp-body>
These should be
i-amphtml-*
, theamp-
tag prefix is reserved for AMP elements only. Anything else should use public classnames, if they are style-able by publishers.The text was updated successfully, but these errors were encountered: