Lullabot / amp-library

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

standard amp-selector is being removed #263

Open imansa opened 5 years ago

imansa commented 5 years ago

amp validator is removing amp-selector tag because it is not defined on Lullabot\AMP\Spec\ValidationRulesFactory class

this is link to tag documents link to amp-select tag on amp.dev

imansa commented 5 years ago

a sample from warnings

<amp-selector id="carouselSelector" on="select:carousel.goToSlide(index=event.targetOption)" layout="container"> on line 2
 - The tag 'amp-selector' is disallowed.
 [code: DISALLOWED_TAG  category: DISALLOWED_HTML]
 ACTION TAKEN: amp-selector tag was removed due to validation issues.