Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • html-validate
  • html-validate
  • Issues
  • #105

Check for missing space between attributes

Check if there is no space between attributes and give an error for that. That's a mistake that can happen easily, but makes the HTML invalid.

Examples

Incorrect:

<input type="submit"class="foo">

Correct:

<input type="submit" class="foo">
Assignee
Assign to
Time tracking