A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

HTML Lint Checking

From WHATWG Wiki
Jump to navigation Jump to search
  • Require closing tags for elements that can have a closing tag.
  • Require a slash at the end of the start tag for elements that do not have a closing tag.
  • Require lowercase tag names.
  • Require lowercase attribute names.
  • Require quotes around attribute values.
  • Allow the attribute value to be omitted for boolean attributes.

Based on: http://lint.brihten.com/html/

Maybe also allow flagging of tab characters and provide a cleaned up version of the document if desired?