Trim whitespace in Number-type attributes (e.g. rows, cols in TEXTAREA; tabindex...
authorJuriy Zaytsev <kangax@gmail.com>
Sat, 13 Mar 2010 22:57:32 +0000 (17:57 -0500)
committerJuriy Zaytsev <kangax@gmail.com>
Sat, 13 Mar 2010 22:57:32 +0000 (17:57 -0500)
commita1429cce4aa905f9c5234308e956937316704167
tree2062682921f14cf42c967a516c9c59aa0c529332
parent6b7c1a70d75af1a43d7f7a353f08bc13feb90f19
Trim whitespace in Number-type attributes (e.g. rows, cols in TEXTAREA; tabindex in A, BUTTON, etc.).
Make sure URI and Number -type attributes are matched on proper elements (e.g. <head profile="..."> should be trimmed, but not <mytag profile="...">x</mytag>).
index.html
src/htmlminifier.js
tests/index.html