1.1.5 • Published 6 years ago

htmlimprover v1.1.5

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

HTMLImprover

Markup Improver This tool tries to improve HTML markup and usage. Also gives you some statistics about external stylesheets and scripts references.

Features:

  • Logs total number of external Stylesheets
  • Logs total number of external Javascript files
  • Warns about inline styles
  • Warns about missing document language
  • Warns about missing document charset meta
  • Warns about missing or referencing wrong HTML elements from 'href' attributes of anchors
  • Warns about Javascript code in document HEAD sections
  • Warns about deprecated tags and attributes in HTML5 document type

Usage:

Include the module and initialize it wherever you want to get hints about the HTML markup.

import * as HTMLImprover from 'htmlimprover';

HTMLImprover.ScanHTML();
1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago