-
-
Notifications
You must be signed in to change notification settings - Fork 82
[Bug] Lot of encoding errors on docs/index.html #283
Copy link
Copy link
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Metadata
Metadata
Assignees
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Backlog
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> tagbut 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