camicroscope / caMicroscope

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

Adjusted the admin page to W3C standards #921

Closed gbengaoluwadahunsi closed 1 month ago

gbengaoluwadahunsi commented 6 months ago

Summary I made some changes to improve the compliance of the admin webpage with W3C standards:

Removed the obsolete frameborder attribute from iframes and added its functionality in CSS. Corrected the usage of the tag by replacing the invalid author attribute with the appropriate content attribute.

Motivation The motivation behind these changes is to ensure that the webpage adheres to modern web standards and best practices. By removing deprecated attributes and correcting invalid HTML, we aim to improve the accessibility, compatibility, and maintainability of the webpage.

Testing These changes have been tested locally and verified to produce the desired results without impacting the layout or functionality of the webpage. Additionally, the updated HTML has been validated using online HTML validation tools to ensure compliance with W3C standards.

Questions