/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/amp4email_feature_tests/amp_carousel.html
37 строк
897 B
honeybadgerdontcare
Validator rollup 20210819 (#35748)
20 авг 2021, 21:08
Не верифицирован
20 авг 2021, 21:08
15f658d
Код
Авторство
О чём код?
<!-- Test Description: Tests the additional restrictions AMP4EMAIL sets on AMP-CAROUSEL. --> <!doctype html> <html ⚡4email data-css-strict> <head> <meta charset="utf-8"> <style amp4email-boilerplate>body{visibility:hidden}</style> <script async src="https://cdn.ampproject.org/v0.js"></script> <script async custom-element='amp-carousel' src='https://cdn.ampproject.org/v0/amp-carousel-0.1.js'></script> </head> <body> <!-- Valid example. --> <amp-carousel autoplay delay="2000" width="800" height="600" layout="responsive" type="slides"> </amp-carousel> <!-- The error message for an amp-carousel containing an invalid `arrows` attribute. There are multiple tagspecs for amp-carousel and we are interested in which error is generated. --> <amp-carousel arrows width="800" height="600" layout="responsive" type="slides"> </amp-carousel> </body> </html>