Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

fix(accessibility): the <html> element does not have a lang attribute #38

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request fixes an accessibility issue where the element does not have a lang attribute. The lang attribute is important for screen readers and other assistive technologies to properly interpret the language of the content. This fix ensures that the lang attribute is added to the element, improving the accessibility of the application.

closes #37