Expected Behavior: The elements under the download menu should have a proper control type defined, either as a button or a link.
Actual Behavior: The following elements under the download menu do not have a proper control type defined:
- Download PNG image
- Download JPEG image
- Download PDF document
- Download CSV
- Download XLS
Steps to Reproduce:
- Navigate to the Tables product.
- Access the download menu.
- Observe the elements listed and their missing control types.
Additional Information:
- WCAG Guideline: 4.1.2 - Level A
- Component: Markup
- Issue Type: Type 1
Suggested Fix: The control type of the listed elements should be specified properly. Depending on their functionality, they should be defined either as buttons or links.