Consistent attributes (attributes)

Components with similar functionality use the same attributes and properties (e.g., aria-label, role, name) across all pages.


Inconsistent aria-labels:

These custom buttons have different aria-labels despite having the same functionality:


Button 1 (aria-label="Button for Hello World")

Hello

Button 2 (aria-label="Component Button")

Hello

Note: Impossible to auto-test. Requires a human tester or AI to determine consistency between functions and aria-labels.

axe detected: none  |  QualWeb detected: none