Skip to content

Commit

Permalink
fix(ui5-calendar): adjust accessibility semantics (#9125)
Browse files Browse the repository at this point in the history
fix(ui5-calendar): adjust accessibility semantics (#9102)

Fixes: #9068
Fixes: #9069
  • Loading branch information
unazko authored Jun 5, 2024
1 parent 1046e81 commit f899378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/MonthPicker.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@click={{_selectMonth}}
>
{{#each _months}}
<div class="ui5-mp-quarter">
<div role="row" class="ui5-mp-quarter">

{{#each this}}
<div
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/YearPicker.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@click={{_selectYear}}
>
{{#each _years}}
<div class="ui5-yp-interval-container">
<div role="row" class="ui5-yp-interval-container">
{{#each this}}
<div
data-sap-timestamp="{{this.timestamp}}"
Expand Down

0 comments on commit f899378

Please sign in to comment.