Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted some tags to reflect the W3C standards #911

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

gbengaoluwadahunsi
Copy link
Contributor

Summary
I made adjustments to the landing page to align with W3C standards. This included adding a doctype declaration, tag with a lang attribute, and removing the frameborder attribute from the iframe.

Motivation
The motivation behind these changes was to ensure compliance with web standards and improve the overall quality and accessibility of the landing page. By adhering to W3C standards:

The page becomes more interoperable across different browsers and devices.
It enhances accessibility for users with disabilities, ensuring they can access and navigate the content effectively.
Following best practices promotes better SEO performance, potentially improving search engine rankings.
Removal of deprecated attributes like frameborder in iframes ensures compatibility with modern web standards and future-proofing the codebase.
Testing
The changes have been thoroughly tested locally to ensure they render correctly in various browsers and devices. Additionally, I have validated the modifications using online HTML validation tools to confirm adherence to standards.

apps/landing/landing.html Outdated Show resolved Hide resolved
@gbengaoluwadahunsi
Copy link
Contributor Author

gbengaoluwadahunsi commented Mar 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants