Skip to content

Releases: MananTank/validate-html-nesting

v1.2.3

16 Jun 18:24
098e574

Choose a tag to compare

  • 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

23 Apr 07:43
6ed8ed5

Choose a tag to compare

1.2.2

Fixes #8 - Make p > input nesting valid

1.2.1

31 Jan 15:08
966e63a

Choose a tag to compare

v1.2.0

16 Jan 14:50

Choose a tag to compare

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

11 Jan 07:53

Choose a tag to compare

v1.1.0

Fixes #1 - is a valid child inside SVG elements