Skip to content

fix(table): add missing rowgroup roles - #15131

Merged
jelbourn merged 1 commit into
angular:masterfrom
jelbourn:table-rowgroup-roles
Feb 14, 2019
Merged

fix(table): add missing rowgroup roles#15131
jelbourn merged 1 commit into
angular:masterfrom
jelbourn:table-rowgroup-roles

Conversation

@jelbourn

Copy link
Copy Markdown
Contributor

The native cdk-table adds thead, tbody, and tfoot elements but was
omitting the "rowgroup" role from these. This is necessary since we also
specifically add roles to all of the other table elements.

@jelbournjelbourn added Accessibility This issue is related to accessibility (a11y) G This is is related to a Google internal issue target: patch This PR is targeted for the next patch release labels Feb 8, 2019
@googlebotgooglebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Feb 8, 2019

@crisbetocrisbeto left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@crisbetocrisbeto added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Feb 8, 2019

@andrewseguinandrewseguin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

The native cdk-table adds thead, tbody, and tfoot elements but was
omitting the "rowgroup" role from these. This is necessary since we also
specifically add roles to all of the other table elements.
This also marks thead and tfoot as `display: none` when there are no
corresponding rows.
@jelbourn

Copy link
Copy Markdown
ContributorAuthor

@andrewseguin please take a look at the new changes I've added to this PR

@andrewseguinandrewseguin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@jelbourn
jelbourn merged commit 0db9044 into angular:masterFeb 14, 2019
jelbourn added a commit that referenced this pull request Feb 20, 2019
The native cdk-table adds thead, tbody, and tfoot elements but was
omitting the "rowgroup" role from these. This is necessary since we also
specifically add roles to all of the other table elements.
This also marks thead and tfoot as `display: none` when there are no
corresponding rows.
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-botangular-automatic-lock-botBot locked and limited conversation to collaborators Sep 10, 2019
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

AccessibilityThis issue is related to accessibility (a11y)action: mergeThe PR is ready for merge by the caretakercla: yesPR author has agreed to Google's Contributor License AgreementGThis is is related to a Google internal issuetarget: patchThis PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jelbourn@crisbeto@andrewseguin@googlebot