Skip to content

Commit 7cc941e

Browse files
committed
fix(core): add ariaRelevant to InternalsController
1 parent 4f6a7b0 commit 7cc941e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/green-aliens-begin.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@patternfly/pfe-core": patch
3+
---
4+
5+
`InternalsController`: add `ariaRelevant` property
6+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class InternalsController implements ReactiveController, ARIAMixin {
134134
@aria ariaPosInSet: string | null = null;
135135
@aria ariaPressed: string | null = null;
136136
@aria ariaReadOnly: string | null = null;
137+
@aria ariaRelevant: string | null = null;
137138
@aria ariaRequired: string | null = null;
138139
@aria ariaRoleDescription: string | null = null;
139140
@aria ariaRowCount: string | null = null;

0 commit comments

Comments
 (0)