-
-
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
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
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