Compliance Evidence
Verification of W3C HTML5 / CSS3 standards for Prabhakar assigned pages.
1. User Profile (profile.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: I had issues with empty
Technical Detail →
<span> elements that are populated by JavaScript. Validation was initially failing due to accessibility warnings on these empty nodes. I added a default "..." text to ensure the nodes are not empty.
2. Sitemap Page (sitemap.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: Initially, I was using
Technical Detail →
xlink:href which is deprecated. I switched all my SVG links to use href to comply with HTML5 SVG standards.
3. Content Page (content_ST4.html)
Checked via W3C Markup Validation Service.
PASSED - NO ERRORS
Reflection: Fixed several structural warnings about nested
Technical Detail →
<section> tags without headings during final review.
Validation Page