Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

v0.3.4

Choose a tag to compare

@rwjblue rwjblue released this 16 Apr 00:51
· 641 commits to master since this release

Changelog

  • Add support for TextNode/CommentNode location information. Now the bare-strings / html-comments rules include line and column info.
  • Add nested-interactive rule. Usage of nested interactive content can lead to UX problems, accessibility problems, bugs and in some
    cases to DOM errors. You should not put interactive content elements nested inside other interactive content elements.