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 6dcaebe commit 24c6b6bCopy full SHA for 24c6b6b
src/vcf-anchor-nav-section.js
@@ -105,6 +105,7 @@ class AnchorNavSectionElement extends ElementMixin(ThemableMixin(PolymerElement)
105
ready() {
106
super.ready();
107
this.setAttribute('tabindex', '-1');
108
+ this.setAttribute('role', 'region');
109
this.$.tabSlot.addEventListener('slotchange', e => this._onTabSlotChange(e));
110
this.addEventListener('focus', e => {
111
if (AnchorNavSectionElement.isSame(e.target)) {
0 commit comments