Skip to content

Bento docs for amp-date-display links to missing stylesheet #5901

@westonruter

Description

@westonruter

🐛 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions