- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 78
 
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
Description
Description
There are lot of encoding errors on docs/index.html eg
- Raw 
">"must be encoded as> - Expected omitted end tag
<img>instead of self-closing element<img/> <img>is missing required"alt"attribute- trailing whitespace
 - Expected omitted end tag 
<link>instead of self-closing element<link/> - Landmarks must have a non-empty and unique accessible name 
(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 intended 
Reproduction
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
- Device: (_ iPhone Xs; laptop)
 - OS: (_ iOS 13.5; Fedora 32)
 - Browser: (_Safari; Firefox)
 
Resolution
- I would be interested in resolving this bug.
 
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
Projects
Status
Backlog