Error in documentation

Gesperrt
rimbaud
Beiträge: 1
Registriert: Do 29. Mär 2007, 10:34
Kontaktdaten:

Error in documentation

Beitrag von rimbaud »

Hello

I have just started using Contenido and noticed an error in the 4.4.5 documentation:
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.
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".

Regards

Jon
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

verschoben...

class.htmlelements.php - class cHTML - function setAlt -> description

sieht man nur wenn man sich die doxy-gen doku ansieht, bzw generieren läßt...
*** make your own tools (wishlist :: thx)
Gesperrt