We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9637998 commit 017052eCopy full SHA for 017052e
.changeset/grumpy-lemons-like.md
@@ -0,0 +1,4 @@
1
+---
2
+"@patternfly/elements": patch
3
4
+`<pf-jump-links>`: improve screen reader accessibility by labeling the navigation landmark element
elements/pf-jump-links/pf-jump-links.ts
@@ -121,7 +121,7 @@ export class PfJumpLinks extends LitElement {
121
122
render(): TemplateResult<1> {
123
return html`
124
- <nav id="container">${this.expandable ? html`
+ <nav id="container" aria-labelledby="label">${this.expandable ? html`
125
<details ?open="${this.expanded}" @toggle="${this.#onToggle}">
126
<summary>
127
<pf-icon icon="chevron-right"></pf-icon>
0 commit comments