opensourcediversity.org
opensourcediversity.org copied to clipboard
Fix failing HTML checks
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!
source: https://app.circleci.com/pipelines/github/opensourcediversity/opensourcediversity.org/2/workflows/6ed0dc82-28da-40dc-a6bc-4226f2928d08/jobs/2
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 @jwflory can I work on this as , I am the new to opensource.
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?
source: https://app.circleci.com/pipelines/github/opensourcediversity/opensourcediversity.org/2/workflows/6ed0dc82-28da-40dc-a6bc-4226f2928d08/jobs/2
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?
Fixed in #154