camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
247 stars 286 forks source link

Fixed issue #837 HTML element does not have lang attribute #856

Closed Ayesh-07 closed 5 months ago

Ayesh-07 commented 5 months ago

Fixed issue #837

Summary

HTML element does not have Lang attribute #837 To fix this issue, I added the lang attribute to the html element and specify the appropriate language code that reflects the primary language of the content on the page. For example, for English content, I would use lang="en" in the html tag.

Motivation

I'm passionate about contributing to the caMicroscope organization to further my skills and knowledge. One of the issues I've successfully fixed is [Accessibility] HTML element does not have lang attribute #837. I would appreciate a review of my work to ensure it meets the project's standards. This experience has deepened my understanding of user-centered design and my ability to create intuitive user interfaces.