Home / v0.3.1
Name Modified Size InfoDownloads / Week
Parent folder
Alphanumeric Tags.tar.gz 2017-11-12 81.5 kB
Alphanumeric Tags.zip 2017-11-12 97.6 kB
README.md 2017-11-12 663 Bytes
Totals: 3 Items   179.8 kB 0

This patch release aligns Himalaya closer with the spec for HTML5 tag names in regards to valid tag names. Up until now, any characters following an < could be considered a tag name by the parser. Now that < must be immediately followed by an alphanumeric character.

Note: The HTML5 spec only allows purely alphanumeric tag names, but Himalaya will accept any tag name starting with an alphanumeric character. This looseness is for web component folks who get crazy with naming using dashes and whatnot.

See issue [#71] / PR [#73] for more details; thanks to @figueiredo-lucas for the issue.

Source: README.md, updated 2017-11-12