Tab, Shift-TabEnter, Spacedisabledaria property:aria-labelhideLabel="true".aria-descriptionaria-expandedaria-pressedpressed state of a toggle button.aria-haspopupdialog). It can be used in combination with aria-expanded to indicate the state of the popup.aria-labelledbyaria-describedbyaria-ownsaria-controlsaria-activedescendantaria property with the aria-label value to provide more context for screen reader users. Phrases like "Detail"
or "Open" 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 "Open details of product XYZ."aria prop when the visible label needs more context.label that explains the tile action.aria-label on slotted <video> elements used as backgrounds.aria-* attributes directly on the component host.<p-button-tile label="Open" aria-label="Open details of Porsche Taycan" aria-haspopup="dialog"></p-button-tile><p-button-tile label="Open" aria="{'aria-haspopup': 'dialog', 'aria-label': 'Open details of Porsche Taycan'}"></p-button-tile><p-button-tile label="Open"></p-button-tile><p-button-tile label="Configure Porsche Taycan"></p-button-tile>