Lullabot / amp-library

Convert HTML to AMP HTML and report HTML compliance with the AMP HTML specification
Other
382 stars 181 forks source link

The tag 'script' is disallowed except in specific forms #261

Open shakeel-latif opened 5 years ago

shakeel-latif commented 5 years ago

Hi,

    <script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
    <script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
    <script async custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
    <script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>

i have added these libraries in my amp page.

only v0.js and amp-carousel libraries loading rest gives validation errors. i have added them in head tag.

Githubissues.

  • Githubissues is a development platform for aggregating issues.