Skip to content

Improved attribute handling

Choose a tag to compare

@tdumitrescu tdumitrescu released this 27 Aug 22:52
· 21 commits to master since this release

More realistic distinction between IDL attributes and Content attributes AKA HTML properties and attributes, such as htmlFor vs for, className vs class. The HTML output by html-element no longer reflects any arbitrary property into attributes. See #34 for more details.

Dependency updates:

  • require at least Node.js 4.2LTS (should have happened in 2.0.0)
  • upgrade test runner tap to latest version