amp-library icon indicating copy to clipboard operation
amp-library copied to clipboard

standard amp-selector is being removed

Open imansa opened this issue 5 years ago • 1 comments

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 avatar May 19 '19 11:05 imansa

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.

imansa avatar May 19 '19 11:05 imansa