Skip to content

Commit

Permalink
Merge pull request #11096 from pascalwengerter/fix/5398
Browse files Browse the repository at this point in the history
Remove aria-describedby for OcDrop
  • Loading branch information
kulmann authored Jun 25, 2024
2 parents 30d73b0 + 5b5e821 commit 51dc7c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelog/unreleased/enhancement-accessibility-improvements
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Enhancement: Accessibility improvements
Across the board, we have implemented improvements in regards of accessibility for the web UI.

https://github.com/owncloud/web/issues/5387
https://github.com/owncloud/web/issues/5398
https://github.com/owncloud/web/pull/11087
https://github.com/owncloud/web/pull/11096
3 changes: 0 additions & 3 deletions packages/design-system/src/components/OcDrop/OcDrop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ export default defineComponent({
theme: 'none',
maxWidth: 416,
offset: this.offset ?? 0,
aria: {
content: 'describedby'
},
...(!this.isNested && {
onShow: (instance: ReferenceElement) => {
this.$emit('showDrop')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`OcDrop > tippy > renders tippy 1`] = `
<div>
<p
aria-describedby="tippy-10"
aria-expanded="true"
id="trigger"
>
Expand Down Expand Up @@ -100,7 +99,6 @@ exports[`OcDrop > tippy > renders tippy 2`] = `
exports[`OcDrop > tippy > renders tippy 3`] = `
<div>
<p
aria-describedby="tippy-10"
aria-expanded="true"
id="trigger"
>
Expand Down

0 comments on commit 51dc7c6

Please sign in to comment.