File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 11
11
aria-disabled =" {{ isDisabled }} "
12
12
aria-required =" {{ required }} "
13
13
aria-expanded =" {{ _isPickerOpen }} "
14
- aria-roledescription =" {{ selectRoleDescription }} "
15
14
@keydown =" {{ _onkeydown }} "
16
15
@keyup =" {{ _onkeyup }} "
17
16
@focusin =" {{ _onfocusin }} "
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import {
24
24
VALUE_STATE_ERROR ,
25
25
VALUE_STATE_WARNING ,
26
26
INPUT_SUGGESTIONS_TITLE ,
27
- SELECT_ROLE_DESCRIPTION ,
28
27
} from "./generated/i18n/i18n-defaults.js" ;
29
28
import Option from "./Option.js" ;
30
29
import Label from "./Label.js" ;
@@ -561,10 +560,6 @@ class Select extends UI5Element {
561
560
return this . disabled || undefined ;
562
561
}
563
562
564
- get selectRoleDescription ( ) {
565
- return this . i18nBundle . getText ( SELECT_ROLE_DESCRIPTION ) ;
566
- }
567
-
568
563
get _headerTitleText ( ) {
569
564
return this . i18nBundle . getText ( INPUT_SUGGESTIONS_TITLE ) ;
570
565
}
Original file line number Diff line number Diff line change @@ -286,9 +286,6 @@ RATING_INDICATOR_TEXT=Rating Indicator
286
286
# XACT: ARIA description for the segmented button
287
287
SEGMENTEDBUTTON_ARIA_DESCRIPTION =Segmented button
288
288
289
- # XACT: ARIA announcement for the Select`s roledescription attribute
290
- SELECT_ROLE_DESCRIPTION =Select
291
-
292
289
# XACT: ARIA announcement for the switch on
293
290
SWITCH_ON =On
294
291
You can’t perform that action at this time.
0 commit comments