There is no space before the class attribute, and this is legal HTML (but evil) if it is not the first attribute and the previous attributes value was enclosed in single quotes or double quotes.
HTML is the dirtest mark-up language.
-Rodney
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just an FYI, I posted a new bug in the tracker. Just letting people know here. To maybe get 3rd party comfirmation.
The bug is that if there is no space after an attibutes value and the next attribute then this next attribute is not parsed. by HTML Parser.
Example where I found the problem is in a Link Tag like this one:
<a id="A19012_00002"class="BuyLink" href="http://www.someplace.com/buyme.html">
There is no space before the class attribute, and this is legal HTML (but evil) if it is not the first attribute and the previous attributes value was enclosed in single quotes or double quotes.
HTML is the dirtest mark-up language.
-Rodney