Tab, Shift-Tab- Supports cycling through all items.
- Activates "Skip" link (if set through
skipLinkTarget).aria property:aria-labelaria-label="STRING"role="region"role="group"aria-labelledby="IDREF"aria-roledescription="carousel"aria-roledescription="slide"aria-live="polite"intl.slideLabel. Not announced when navigating by focusing slides.skipLinkTarget property, a skip link for keyboard users can be provided to give the possibility to skip
over all carousel entries. The skip link is only visible when it receives focus from the keyboard.skipLinkTarget property if you have >5 carousel itemsskip-link-target for larger carousels or repeated content sections.aria property.<p-carousel aria-label="Slider">
<!-- slides -->
</p-carousel><p-carousel aria="{'aria-label': 'Featured Porsche models'}">
<!-- slides -->
</p-carousel><p-carousel>
<!-- many slides (>6 items) -->
</p-carousel><p-carousel skip-link-target="#after-carousel" aria="{'aria-label': 'Highlights'}">
<!-- many slides (>6 items) -->
</p-carousel>
<p-heading tag="h2" id="after-carousel">
Next section
</p-heading><p-carousel aria="{'aria-label': 'Slider'}">
<!-- slides -->
</p-carousel><p-carousel aria="{'aria-label': 'Featured Porsche models'}">
<!-- slides -->
</p-carousel>