-
-
Notifications
You must be signed in to change notification settings - Fork 82
[Bug] Encoding Errors on the archive-page.htmlΒ #286
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: 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
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
Description
There are lot of encoding error on the
archive-page.htmleg<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.htmlExpectation
these characters should replaced with the appropriate html entity and adding missing parts to the suggested elements
Environment
Additional context
Resolution