[Bug] Encoding Errors on the archive-page.html
#286
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🧹 status: ticket work required
Needs more details before it can be worked on
Description
There are lot of encoding error on the
archive-page.html
eg<link>
instead of self-closing element<link/>
(aria-label or aria-labelledby)
<button>
is missing recommended"type" attribute-o-implicit-button-type
<img>
is missing required"alt"
attribute">"
must be encoded as">"
<br>
instead of self-closing element<br/>
Reproduction
html-validate specimen/contexts/archive-page.html
Expectation
these characters should replaced with the appropriate html entity and adding missing parts to the suggested elements
Environment
Additional context
Resolution
The text was updated successfully, but these errors were encountered: