Skip to content

Commit 95b0e6f

Browse files
authored
Add group role for aria usage
Adding role of group so if role list-item is added on the children the parent controls are correct
1 parent d0e4f1a commit 95b0e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@
452452
'padding-top': delta.paddingTop + 'px',
453453
'padding-bottom': delta.paddingBottom + 'px'
454454
},
455-
'class': this.wclass
455+
'class': this.wclass,
456+
'role': 'group'
456457
}, list)
457458
])
458459
}

0 commit comments

Comments
 (0)