Open
Description
Important info
- URL to affected spec: Homepage
- I did a "hard refresh", but it's still busted.
Description of problem
What happened (e.g., it crashed)?:
I did a complete check of the ReSpec Documentation website and found the following errors
- This is a broken link present in homepage
- Element pre not allowed as child of element samp. According to HTML Standard samp should be a child of pre instead
- The align attribute on the th element is obsolete. Use CSS instead. (fix(docs): don't use obsolete align attribute in tables respec-web-services#129)
- Element blockquote not allowed as child of element samp
- Duplicate ID title. There are 2 instances of id="title" on same page. One for h1 id="title" class="title" and another one for section id="title" (fix(docs): fix duplicate id respec-web-services#126)
The complete report can be found here
Expected behavior (e.g., it shouldn't crash):
There should not be any errors
Optional, steps to reproduce:
- Go to the ReSpec Documentation website.
- View the page source code.
Also I am new to open source development and interested in contributing to this project. It would be great if you could guide me which files to modify to resolve this issue.