Releases: MananTank/validate-html-nesting
Releases · MananTank/validate-html-nesting
v1.2.3
16 Jun 18:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.2
Fixes #8 - Make p > input nesting valid
1.2.1
31 Jan 15:08
Compare
Sorry, something went wrong.
No results found
v1.2.0
16 Jan 14:50
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.0
Fixes #1 - is a valid child inside SVG elements