Tab, Shift-TabEnteraria property:aria-labelaria-descriptionaria-currentaria-haspopupdialog).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 when the visible label needs more context.label that explains the link destination.aria-label on slotted <video> elements used as backgrounds.aria-* attributes directly on the component host.<p-link-tile label="Details" href="#" aria-label="Details of Porsche Taycan"></p-link-tile><p-link-tile label="Details" href="#" aria="{'aria-label': 'Details of Porsche Taycan'}"></p-link-tile><p-link-tile label="Details" href="#"></p-link-tile><p-link-tile label="Porsche Taycan details" href="#"></p-link-tile>