-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🛠 goal: fixBug fixBug fix🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed🧹 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 error on the archive-page.html eg
- 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) <button>is missing recommended"type" attribute-o-implicit-button-type<img>is missing required"alt"attribute- Raw
">"must be encoded as">" - Expected omitted end tag
<br>instead of self-closing element<br/>
Reproduction
- install html-validate as global dependency
- run
html-validate specimen/contexts/archive-page.html - see the errors
Expectation
these characters should replaced with the appropriate html entity and adding missing parts to the suggested elements
Environment
- Device: (_iPhone Xs; laptop)
- OS: (iOS 13.5; Fedora 32)
- Browser: ( Safari; Firefox)
- Version: (13; 73)
- Other info: (display resolution, ease-of-access settings)
Additional context
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: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed🧹 status: ticket work requiredNeeds more details before it can be worked onNeeds more details before it can be worked on
Type
Projects
Status
Backlog