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 <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.
Technical Detail →

2. Sitemap Page (sitemap.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: Initially, I was using xlink:href which is deprecated. I switched all my SVG links to use href to comply with HTML5 SVG standards.
Technical Detail →

3. Content Page (content_ST4.html)

Checked via W3C Markup Validation Service.

PASSED - NO ERRORS
Reflection: Fixed several structural warnings about nested <section> tags without headings during final review.
Technical Detail →