Skip to content

Commit

Permalink
Merge pull request #5396 from nextcloud/fix/a11y-alt2
Browse files Browse the repository at this point in the history
fix: Add alt attribute to all image nodes
  • Loading branch information
juliusknorr authored Feb 20, 2024
2 parents e5307b0 + f80cad3 commit 84078f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<div v-else contenteditable="false">
<img v-show="loaded"
:src="imageUrl"
:alt="alt"
class="image__main"
@click="handleImageClick"
@load="onLoaded">
Expand Down

0 comments on commit 84078f3

Please sign in to comment.