Tab, Shift-TabEnteraria property:aria-labelaria-descriptionaria-currentaria-haspopupdialog).aria-hidden="true"icon prop is set, the icon is hidden from the screen reader.aria property with the aria-label value to provide more context for screen reader users. Phrases like "Detail" or
"Click" can be unclear when read out of context by a screen reader. In such instances, provide an alternative text that
offers more detailed information, such as "Details of product XYZ."aria prop, for example aria="{ 'aria-current': 'page' }" when indicating the
current page.aria property.aria-* attributes directly on the component host.<p-link-pure href="https://porsche.com" aria-label="Details of product XYZ">
Details
</p-link-pure><p-link-pure href="https://porsche.com" aria="{'aria-label': 'Details of product XYZ'}">
Details
</p-link-pure><p-link-pure icon="arrow-right" href="https://porsche.com"></p-link-pure><p-link-pure icon="arrow-right" hide-label="true" href="https://porsche.com">
Product details
</p-link-pure><p-link-pure href="/models/911" aria-current="page">
911
</p-link-pure><p-link-pure href="/models/911" aria="{'aria-current': 'page'}">
911 Carrera
</p-link-pure><p-link-pure href="https://porsche.com">
Show
</p-link-pure><p-link-pure href="https://porsche.com" aria="{'aria-label': 'Show details of product XYZ'}">
Show details
</p-link-pure>