[Bug] Lot of encoding errors on docs/index.html #283
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🧹 status: ticket work required
Needs more details before it can be worked on
Description
There are lot of encoding errors on docs/index.html eg
">"
must be encoded as>
<img>
instead of self-closing element<img/>
<img>
is missing required"alt"
attribute<link>
instead of self-closing element<link/>
(aria-label or aria-labelledby)
There are also other errors like
<article>, <aside>, <nav>, <header> element can not be permited as content under <code> tag
but these can be ignored as this is intendedReproduction
1.install html-validate as global dependency
3. run html-validate on docs/html
2. Observer the error in the terminal for the file
Expectation
Fixing all these error at once per file
Environment
Resolution
The text was updated successfully, but these errors were encountered: