Ho analizzato il mio sito tramite i due tipi di validazione "W3" e "W3 Css" e mi fa passare senza errori, poi l'ho ricontrollato tramite Firefox e tutti i plugin addizionali per l'analisi del sito.... esce fuori che ho 3 errori per pag, sono andato a controllare a cosa erano collegati questi errori e sorpresona.... è colpa della toolbar di Altervista
Codice:
<!-- Google CSE Search Box Begins -->
<!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
<!-- The terms of service are available at http://www.google.com/coop/docs/cse/tos.html -->
<form id="cref_iframe" action="http://tb.altervista.org/fcgi/search.pl" target="_blank">
<input type="hidden" name="relay" value="http://it.altervista.org/cse.php" />
<input type="hidden" name="cref" value="http://tb.altervista.org/cgi-bin/cse_xml.pl/C/krukru" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="avref" />
<input type="hidden" name="google_ad_channel" value="6329387773">
codice che da errore:
Codice:
<input type="hidden" name="google_ad_channel" value="6329387773">
la spiegazione data per l'errore è questa:
Citazione:
|
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
|
Codice:
<div class="tb_tool" style="float:right;width:100px">
<div style="position:absolute;top:8px;left:3px;width:94px;overflow:hidden;text-align:center">
<a class="tb_a" target="_blank" href="http://it.altervista.org/crea-sito-web-gratis.php"><img src="http://tb.altervista.org/img/creasito.gif">Crea sito web</a>
codice che da 2 errori:
Codice:
<a class="tb_a" target="_blank" href="http://it.altervista.org/crea-sito-web-gratis.php"><img src="http://tb.altervista.org/img/creasito.gif">Crea sito web</a>
Citazione:
Cause:
An attribute is required on an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types, the type attribute is required on the script element and the alt attribute is required for the img element.
|
Citazione:
Cause:
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
|