Skip to content

Commit

Permalink
fix(ui5-calendar): adjust accessibility semantics (SAP#9102)
Browse files Browse the repository at this point in the history
Fixes: SAP#9068
Fixes: SAP#9069
  • Loading branch information
unazko committed Jun 5, 2024
1 parent c8d5269 commit f1aec8b
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 f1aec8b

Please sign in to comment.