Views:
Applies to Product - Power Pages
Whatโs happening?
Accessibility issues in Power Pages forms, specifically related to missing aria-labels on subgrid data tables, which are not passing accessibility testing.
Reason:
The subgrids used in Power Pages forms are missing titles on the data tables, leading to accessibility testing failures. This has been present but was only identified during recent accessibility testing.
Resolution:
- To add titles to subgrids in Power Pages, configure the subgrid metadata:
- Go to Basic Form Metadata using either the top drop-down list or the subgrid on the main form of the record you are working on.
- Select "New Basic Form Metadata" to add a new record or select an existing record to edit.
- Ensure the Subgrid Type is set to "Subgrid."
- Assign a name to the Subgrid Name field in the properties window of the subgrid.
- Specify a valid subgrid name to display the subgrid configuration settings.
- For further details, refer to the documentation on configuring basic forms and subgrids:
- Use the "Accessibility Insights for Web" tool to check for accessibility issues and ensure compliance with WCAG standards.
- If issues persist, consider implementing JavaScript to manually set aria-labels for subgrid tables.
- For any configuration issues, run the Site Checker tool to identify and resolve potential problems:
- Site Checker
- If further assistance is needed, schedule a Teams meeting to discuss the issues in detail.
