Skip to content

amp-accordion: make it possible for accordion header to also be link #7712

@ericlindley-g

Description

@ericlindley-g

Currently the default behavior for anchor links is prevented when they are in the header of an accordion:

    <amp-accordion>
      <section>
        <h4><a href="www.example.com">Section header</a></h4>
        <p>Bunch of content.</p>
      </section>
   </amp-accordion>

Would like to see if it's possible to enable these anchor links

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions