Skip to content

[Bug] Lot of encoding errors on docs/index.html #283

@OmarAmeen01

Description

@OmarAmeen01

Description

There are lot of encoding errors on docs/index.html eg

  1. Raw ">" must be encoded as >
  2. Expected omitted end tag <img> instead of self-closing element <img/>
  3. <img> is missing required"alt"attribute
  4. trailing whitespace
  5. Expected omitted end tag <link> instead of self-closing element <link/>
  6. 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> tag but 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

No one assigned

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions