I have just started using Contenido and noticed an error in the 4.4.5 documentation:
This is incorrect: "alt" attributes are used for accessibility, e.g. screenreaders. "title" attributes are for mouse overs. Internet Explorer behaves incorrectly according to W3C specs and Mozilla browsers correctly only show "title".cHTML::setAlt ( $ alt )
setAlt: sets the alt and title attributes
Sets the "alt" and "title" tags for mouse overs. "title" is required for Mozilla browsers as they don't show "alt" tags properbly.
Regards
Jon