Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Conversation

webhoernchen
Copy link

  • HTML fixes
    • rel
      • HTML-ERROR
        • Bad value 0 for attribute rel on element a: Not an absolute URL. The string 0 is not a registered keyword or absolute URL.
      • convert to data-rel
    • div attribute name
      • HTML-ERROR:
        • Attribute name not allowed on element div at this point.
      • convert to data-name
    • img without alt attribute
      • HTML-ERROR:
        • An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images
      • alt attribute added

  * rel
   * HTML-ERROR
    *  Bad value 0 for attribute rel on element a: Not an absolute URL. The string 0 is not a registered keyword or absolute URL.
   * convert to data-rel
  * div attribute name
   * HTML-ERROR:
    * Attribute name not allowed on element div at this point.
   * convert to data-name
  * img without alt attribute
   * HTML-ERROR:
    * An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images
   * alt attribute added
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant