Skip to content

[WC-3250] DG: single select col header accessibility#2103

Open
yordan-st wants to merge 2 commits intomainfrom
feat/WC-3260_DG-colheader-text
Open

[WC-3250] DG: single select col header accessibility#2103
yordan-st wants to merge 2 commits intomainfrom
feat/WC-3260_DG-colheader-text

Conversation

@yordan-st
Copy link
Contributor

Pull request type

New feature (non-breaking change which adds functionality)


Description

  • We added accessibility support for single selection column headers, so that screen readers announce the purpose of that column.

@yordan-st yordan-st requested a review from a team as a code owner February 18, 2026 15:34
<translation lang="nl_NL">Selecteer alle rijen</translation>
</translations>
</property>
<property key="selectSingleRowLabel" type="textTemplate" required="false">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this name can do better. It says select, but this is a caption, not label of a button that performs actual select action. It says row, but this is to describe a column, not a row.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the propertygroup and neighboring property names, I would call it singleSelectionColumnLabel. Because we're naming an aria label in this panel.

</property>
<property key="selectSingleRowLabel" type="textTemplate" required="false">
<caption>Select single row label</caption>
<description>If single selection is enabled, assistive technology will read this for the selection column header.</description>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to hide this property when single selection is not enabled?

@r0b1n r0b1n changed the title [WC-3260] DG: single select col header accessibility [WC-3250] DG: single select col header accessibility Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments