ciao amici, ho appena terminato di controllare la validazione del mio sito fatto in xtml css
per quanto riguarda i css tutto ok (ho superato la prova) per quanto riguarda invece l'xhtml
quindi il markup validation service, mi ha restituito una serie di messaggi di errore.
Ora la mia domada è: questi errori che cosa comportano concretamente nella visibilità del mio sito
e nella sua fruibilità cross browser?..cioè possono creare problemi sostanziali o men0?
Vi digito quì sotto i messaggi di errore ricevuti.
Fatemi sapere ciao e grazie
Failed validation, 12 Errors
Conflict between Mime Type and Document Type
The document is being served with the text/html Mime Type which is not a registered media type for the XHTML 1.1 Document Type. The recommended media type for this document is: application/xhtml+xml
Using a wrong media type for a certain document type may confuse the validator and other user agents with respect to the nature of the document, and you may get some erroneous validation errors. How to fix this problem? One of the following techniques should help:
* If you are serving a static file on a Web server, changing its extension should help. Use e.g .xhtml for XHTML or .mathml for MathML.
* You may need to reconfigure your Web server. This Setting up MIME Types tutorial has instructions for Apache, Tomcat and IIS.
* If the document is generated dynamically, the scripting language should allow you to set up the mime type: this article on MIME Types and Content Negotiation has examples in PHP, Perl, and ASP.
Line 111, Column 3: document type does not allow element "li" here; missing one of "ul", "ol" start-tag.
[*]News
✉
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "
" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Line 130, Column 6: XML Parsing Error: Opening and ending tag mismatch: li line 110 and div.
</div>
Line 143, Column 7: XML Parsing Error: Premature end of data in tag html line 2.
</html>

Rispondi quotando
