ValidatorTester assumes lower case and no spaces
Brought to you by:
jlittle82
I have back fitted the ValidatorTester class contained in the Version 2.0 source code, and included it in my own build of version 1.5.1. (Simpler than extracting the full source for 2.0)
It includes the valuable checks for visibility:hidden and display:none within the style. However I have HTML (generated by Visual Studio 2003) with upper case and white space, i.e. "VISIBILITY: hidden". Unless v2.0 has catered for this outside the ValidatorTester class itself (v1.5.1 has not), then this will still fail.
Clearly converting the style string to lower case and removing white space solves the problem.
Regards, Tony Maynard-Smith.
(email maynard-smith@ntlworld.com)