Skip to content

Add alt text to images, omit type from script tag, shift style tag

Abhay Kaushik requested to merge matorix/kaidan-im:master into master

7 errors and 4 warnings present at https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.kaidan.im%2F were tackled. Mentioned as they are encountered in the document:

  • Added lang attribute to html tag (1 warning)
  • Added alt text to images (6 errors)
  • Omitted type attribute from script tag (3 warnings)
  • Shifted the style element above the footer (1 error)

Also, updated the year in endfooter.html

Resolves: #1 (closed)

Merge request reports