Skip to content

Commit e62244f

Browse files
authored
fix(core): add missing ariaDescription to InternalsController (#2727)
* fix(core): add ariaDescription to InternalsController * chore(core): add changeset
1 parent 1b8f5ae commit e62244f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/rare-news-drum.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@patternfly/pfe-core": patch
3+
---
4+
5+
`InternalsController`: added missing `ariaDescription` defined by ARIAMixin

core/pfe-core/controllers/internals-controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export class InternalsController implements ReactiveController, ARIAMixin {
8888
@aria ariaColIndexText: string | null = null;
8989
@aria ariaColSpan: string | null = null;
9090
@aria ariaCurrent: string | null = null;
91+
@aria ariaDescription: string | null = null;
9192
@aria ariaDisabled: string | null = null;
9293
@aria ariaExpanded: string | null = null;
9394
@aria ariaHasPopup: string | null = null;

0 commit comments

Comments
 (0)