I just tried to use a validator on my page, seems to be a few problems in the CB login module:
Code:
<div class="module">
579 <div>
580 <div>
581 <div class="lvround-inner">
582 next problemprevious problemE650 The default style sheet language must be specified when style attributes are used:
<form action="http://www.dkdb.dk/component/comprofiler/login.html" method="post" id="login-form"
class="cbLoginForm" style="margin:0px;">
583 next problemprevious problemE604 The matching end tag appears to be missing:
W865 [WCAG v2 1.3.1 (A)] Each <fieldset> should have a <legend> element that includes a description of
that group:
<fieldset class="userdata">
583 <p id="form-login-username">
583 next problemprevious problemE650 The default style sheet language must be specified when style attributes are used:
E649 The default scripting language must be specified for an intrinsic event:
P886 [WCAG v2 1.1.1 (A)] Do not use the 'alt' attribute here:
<input type="text" name="username" id="mod_login_username" class="inputbox" size="10"
style="background-image:url(http://www.dkdb.dk/modules/mod_cblogin/mod_cblogin/username.png);
background-repeat: no-repeat; background-position: 0px 0px; padding-left: 30px; min-height:
18px;width:auto;" alt="Username" value="Username" onfocus="if (this.value=='Username')
this.value=''" onblur="if(this.value=='') { this.value='Username'; return false; }" title="Username" />
583 </p>
583 <p id="form-login-password">
583 <span>
583 next problemprevious problemE650 The default style sheet language must be specified when style attributes are used:
E649 The default scripting language must be specified for an intrinsic event:
P886 [WCAG v2 1.1.1 (A)] Do not use the 'alt' attribute here:
<input type="password" name="passwd" id="mod_login_password" class="inputbox" size="10"
style="background-image:url(http://www.dkdb.dk/modules/mod_cblogin/mod_cblogin/password.png);
background-repeat: no-repeat; background-position: 0px 0px; padding-left: 30px; min-height:
18px;width:auto;" alt="Password" value="paswww" onfocus="if (this.value=='paswww')
this.value=''" onblur="if(this.value=='') { this.value='paswww'; return false; }" title="Password" />
583 </span>
583 </p>
583 <input type="hidden" name="op2" value="login" />
584 <input type="hidden" name="lang" value="danish" />
585 <input type="hidden" name="force_session" value="1" />
586 <input type="hidden" name="return" value="B:aHR0cDovL3d3dy5ka2RiLmRrLw==" />
587 <input type="hidden" name="message" value="0" />
588 <input type="hidden" name="loginfrom" value="loginmodule" />
589 <input type="hidden" name="cbsecuritym3"
value="cbm_78fb3e86_2ff294af_11af163c4aa25676cbc379a31e79f62e" />
590 <p id="form-login-remember">
590 <span id="mod_login_remembermetext">
590 <label for="mod_login_remember">
590 Remember me
590 </label>
590 </span>
590 next problemprevious problemE831 [WCAG v2 3.3.2 (A)] The matching <label> tag must appear after the control:
<input type="checkbox" name="remember" id="mod_login_remember" value="yes" />
590 </p>
590 <span class="cbLoginButtonSpan">
590 next problemprevious problemE650 The default style sheet language must be specified when style attributes are used:
<input type="submit" name="Submit" class="button" value=""
style="width:25px;height:20px;border-width:0px;margin:0px;cursor:pointer;vertical-align:top;background-image:u
rl(http://www.dkdb.dk/modules/mod_cblogin/mod_cblogin/login.png);background-position:0
0;background-repeat:no-repeat;" title="Login" />
590 </span>
590
591 <a href="http://www.dkdb.dk/component/comprofiler/lostpassword.html"
class="mod_login">
591 next problemprevious problemE622 The 'height' attribute does not have a valid value: It must be an integer, or an integer percentage:
E650 The default style sheet language must be specified when style attributes are used:
<img src="http://www.dkdb.dk/modules/mod_cblogin/mod_cblogin/forgot.png" alt="Login reminder" title="Login
reminder" width="25px" height="20px" style="border-width:0px;cursor:pointer;" />
591 </a>
591
592 <span id="mod_login_noaccount">
592 <a href="http://www.dkdb.dk/component/comprofiler/registers.html" class="mod_login">
592 next problemprevious problemE622 The 'height' attribute does not have a valid value: It must be an integer, or an integer percentage:
E650 The default style sheet language must be specified when style attributes are used:
<img src="http://www.dkdb.dk/modules/mod_cblogin/mod_cblogin/register.png" alt="Register" title="Register"
width="25px" height="20px" style="border-width:0px;cursor:pointer;" />
592 </a>
592 </span>
593 </form>
593 </div>