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

hd’s picture

The 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

mathieu’s picture

Assigned: Unassigned » mathieu

Thanks! Fixed by commits #44518 and #44517.

mathieu’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)