77
Is this a good place to put forward suggestions to future developments of XOOPS regarding the W3C compliance and Web accessibility?
If so here is my first one:
1. To add Label tags to all form elements
e.g. /class/xoopsform/formtextarea.php:
<style>.noshow {position: absolute; left: -9000px}</style>
return "<textarea name='".$this->getName()."' id='".$this->getName()."' rows='".$this->getRows()."' cols='".$this->getCols()."'".$this->getExtra().">".$this->getValue()."</textarea>"."<label for='".$this->getName()."' class='noshow'>".$this->getCaption()."</label>";