AustinGil/vuetensils

dialog component accessibility

goetsu opened this issue · 1 comments

to improve accessibility of the dialog component https://vuetensils.stegosource.com/components/Dialog.html#installation
it would be great to add two attribute on on the generated

  • aria-modal="true" that will make content outside of the modal not readable by screenreader
  • aria-label="xxx" where xxx = a variable that we can configure for each modal to give it a name

Thanks. Ill add it to the list of fixes for the v1 release.