Pull Request for Fixing W3C Standards in landing.html
Summary
This PR addresses W3C compliance issues in the landing.html file of the caMicroscope application. Changes include:
Adding the lang attribute to the tag for better accessibility.
Adding a proper DOCTYPE declaration for HTML5 compliance.
Ensuring all tags have appropriate alt attributes.
Removing deprecated attributes like frameborder from
Motivation
Testing
Verified HTML structure using the W3C Markup Validation Service.
Manual testing performed in:
Google Chrome (latest version)
Mozilla Firefox (latest version)
Microsoft Edge (latest version)
Ensured that all changes did not impact the visual layout or existing functionality of the page.
Questions
1.Are there any additional attributes or roles you'd recommend for enhanced accessibility?
2.Should we implement automated W3C validation checks as part of our CI/CD pipeline?
Pull Request for Fixing W3C Standards in landing.html
Summary
This PR addresses W3C compliance issues in the landing.html file of the caMicroscope application. Changes include:
Adding the lang attribute to the tag for better accessibility. Adding a proper DOCTYPE declaration for HTML5 compliance. Ensuring all tags have appropriate alt attributes. Removing deprecated attributes like frameborder from
Motivation
Testing
Verified HTML structure using the W3C Markup Validation Service. Manual testing performed in: Google Chrome (latest version) Mozilla Firefox (latest version) Microsoft Edge (latest version) Ensured that all changes did not impact the visual layout or existing functionality of the page.
Questions
1.Are there any additional attributes or roles you'd recommend for enhanced accessibility? 2.Should we implement automated W3C validation checks as part of our CI/CD pipeline?