Skip to content

Releases: MananTank/validate-html-nesting

v1.2.4

Choose a tag to compare

@MananTank MananTank released this 03 Nov 23:26
ef3da34

Customizable select support added by @Calvin-LL
#15

What's Changed

New Contributors

Full Changelog: 1.2.3...v1.2.4

v1.2.3

Choose a tag to compare

@MananTank MananTank released this 16 Jun 18:24
098e574
  • select > hr is added as a valid nesting in #12, Thanks @tmbug
  • select > button is added as a valid nesting in #13, Thanks @5P5

v1.2.2

Choose a tag to compare

@MananTank MananTank released this 23 Apr 07:43
6ed8ed5

1.2.2

Fixes #8 - Make p > input nesting valid

1.2.1

Choose a tag to compare

@MananTank MananTank released this 31 Jan 15:08
966e63a

v1.2.0

Choose a tag to compare

@MananTank MananTank released this 16 Jan 14:50

Improved SVG nesting validation

  • Until 1.1.0 the validator assumed that SVG tags can only contain SVG tags - which is unnecessarily strict
  • in 1.2.0 the validator only considers the nesting invalid for SVG tags which actually alter the DOM - ex : <svg> -> <p> invalid, <g> -> <p> valid
  • Fixes #3

v1.1.0

Choose a tag to compare

@MananTank MananTank released this 11 Jan 07:53

v1.1.0

Fixes #1 - is a valid child inside SVG elements