Fix failing HTML checks
jwflory opened this issue · 12 comments
We now have a Continuous Integration pipeline, as per #122. However, there are some errors that need to be fixed for valid HTML and accessibility:
line 34 column 33 - Warning: missing </button> before <div>
line 35 column 68 - Warning: inserting implicit <button>
line 36 column 33 - Warning: discarding unexpected </button>
line 201 column 53 - Warning: unescaped & or unknown entity "&I"
line 95 column 149 - Warning: <img> lacks "alt" attribute
line 34 column 33 - Warning: trimming empty <button>
line 35 column 68 - Warning: trimming empty <span>
line 35 column 81 - Warning: trimming empty <span>
line 35 column 94 - Warning: trimming empty <span>
line 35 column 107 - Warning: trimming empty <span>
line 35 column 68 - Warning: trimming empty <button>
line 343 column 41 - Warning: <a> proprietary attribute "dnt"
Info: Document content looks like HTML5
Tidy found 12 warnings and 0 errors!
I can work on this :)
Hey @jwflory. Can I work on this?
I have checked your index.html file.
So I am pretty sure that I can fix your error for valid HTML.
Hey ! can i work on this?
Hey @mayuribotre15 @RR-Sahoo @avnish100 - welcome :)
@ramyaparimi are you working on this issue?
is this still available?
Hi, is anyone working on this? I am new to open source, I'd love to give it a try
So, we have to check if someone is working on something first?
After looking at markup on index.html, all the errors posted look like they have been resolved?
The above source is no more available.
However, I have checked the index,html file, everything seems to be okay
@jwflory seems we can now close this?