fumeapp / tailvue

Vue components built for Nuxt3|Vue3 powered by Windi CSS|tailwindcss
157 stars 14 forks source link

Invalid ARIA attribute name: aria-alive #18

Closed mukundshah closed 1 year ago

mukundshah commented 1 year ago

https://github.com/fumeapp/tailvue/blob/6a061de16fa2f2690ecc03a470df2aaa34f1518f/src/toast.ts#L21

The right attribute is aria-live="assertive"

 outer.setAttribute('aria-live', 'assertive') 
acidjazz commented 1 year ago

Thanks! PR's are appreciated as well!