-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
ampproject/amphtml
#34861Description
🐛 Bug Report
Current behavior
On the docs for amp-date-display v1.0, the Bento option shows this HTML to copy:
<script async custom-element="amp-date-display" src="https://cdn.ampproject.org/v0/amp-date-display-1.0.js"></script>
<link rel="stylesheet" href="https://cdn.ampproject.org/v0/amp-date-display-1.0.css">Problem: https://cdn.ampproject.org/v0/amp-date-display-1.0.css is a 404.
This is not a problem for amp-base-carousel v1.0 where it shows:
<script async custom-element="amp-base-carousel" src="https://cdn.ampproject.org/v0/amp-base-carousel-1.0.js"></script>
<link rel="stylesheet" href="https://cdn.ampproject.org/v0/amp-base-carousel-1.0.css">And the stylesheet URL is OK: https://cdn.ampproject.org/v0/amp-base-carousel-1.0.css
Expected behavior/code
Bento stylesheet link should not 404.
Reactions are currently unavailable