camicroscope / caMicroscope

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

Non compliance to W3C standards #912

Open gbengaoluwadahunsi opened 3 months ago

gbengaoluwadahunsi commented 3 months ago

Describe the bug The landing page is not compliant with W3C standards despite recent updates. Notable adjustments include the addition of a doctype declaration, the use of the HTML lang attribute, and the removal of the frameborder attribute from iframes.

To Reproduce Steps to reproduce the behavior:

Navigate to the landing page. Inspect the HTML structure and attributes. Note the absence of compliance with W3C standards. Expected behavior The landing page should adhere to W3C standards, including proper use of doctype, HTML tag, lang attribute, and adherence to iframe border specifications.