We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25a49a commit 24bc5bdCopy full SHA for 24bc5bd
src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/TabButtonAccessibility.m
@@ -84,10 +84,7 @@ - (void)performPressAction {
84
85
- (NSAccessibilitySubrole)accessibilitySubrole
86
{
87
- if (@available(macOS 10.13, *)) {
88
- return NSAccessibilityTabButtonSubrole;
89
- }
90
- return NSAccessibilityUnknownSubrole;
+ return NSAccessibilityTabButtonSubrole;
91
}
92
93
- (id)accessibilityValue
0 commit comments