Skip to content

Commit 70682e8

Browse files
authored
Merge branch 'main' into docs/jump-links/fix-demo
2 parents 94ad1e7 + e62244f commit 70682e8

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)