Skip to content

[Bug] Encoding Errors on the archive-page.html #286

@OmarAmeen01

Description

@OmarAmeen01

Description

There are lot of encoding error on the archive-page.html eg

  1. Expected omitted end tag<link> instead of self-closing element<link/>
  2. Landmarks must have a non-empty and unique accessible name (aria-label or aria-labelledby)
  3. <button> is missing recommended "type" attribute-o-implicit-button-type
  4. <img> is missing required "alt" attribute
  5. Raw ">" must be encoded as"&gt;"
  6. Expected omitted end tag <br> instead of self-closing element <br/>

Reproduction

  1. install html-validate as global dependency
  2. runhtml-validate specimen/contexts/archive-page.html
  3. 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

No one assigned

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions