Thanks for your great module. It works very well. I have however found some issues during xhtml validation of my pages:
Below are the results of checking this document for XML well-formedness and validity.
1. Error Line 148, column 81: there is no attribute "onMouseOver" .
...ipper" style="z-index:4" onMouseOver="pauseScroll();" onMouseOut="reStartScro
2. Error Line 148, column 109: there is no attribute "onMouseOut" .
...ouseOver="pauseScroll();" onMouseOut="reStartScroll();">
xhtml 1.0 strict requires lower case. Just change it to "onmouseover" and "onmouseout" in taxonomy_ticker.module and the validation errors go away.
Regards,
Helmut
Comments
Comment #1
hd commentedThe remainder of my original post does not show because I accidentally did not escape some markups.
Well, what I wanted to say is that the attributes got to be in lower case. Simply using "onmouseover" and "onmouseout" in taxonomy_ticker.module does away with the validation errors.
Helmut
Comment #2
mathieu commentedThanks! Fixed by commits #44518 and #44517.
Comment #3
mathieu commentedComment #4
(not verified) commented