Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Dreame X60 Pro Ultra Complete: i bracci si estendono sempre di più
Dreame X60 Pro Ultra Complete: i bracci si estendono sempre di più
Dreame X60 Pro Ultra Complete implementa due bracci estensibili, per spazzola e moccio, che si spingono ben oltre quanto visto sino ad oggi permettendo una pulizia di casa ancor più capillare e precisa
TCL 65C8L, la recensione del SQD-Mini LED da 4400 nit misurati
TCL 65C8L, la recensione del SQD-Mini LED da 4400 nit misurati
La tecnologia SQD-Mini LED di TCL arriva sul taglio da 65 pollici con la serie C8L: 2040 zone, pannello WHVA 2.0 e un picco che alle rilevazioni delle sonde tocca i 4400 nit nel profilo Filmmaker e un HDR quasi perfetto
MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro
MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro
Wireless 2.4 GHz, Bluetooth 5.4, cancellazione attiva del rumore, design pieghevole e un'autonomia che mette in imbarazzo prodotti che costano il doppio. Le Maestro 500 non eccellono in nulla, ma offrono tutto. E a questo prezzo è difficile chiedere di più
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 16-10-2007, 22:35   #1
D4rkAng3l
Bannato
 
Iscritto dal: Mar 2004
Città: Roma
Messaggi: 2688
[XHTML]Piccolo problemini di validazione

Ciao,
ho un problemino a validare un documento XHTML con la DTD Transitional.

Il validatore mi dà questo messaggio:

"Potential Issues

The following missing or conflicting information caused the validator to perform guesswork prior to validation. If the guess or fallback is incorrect, it may make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

1.

Warning DOCTYPE Override in effect!

The detected DOCTYPE Declaration "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" has been suppressed and the DOCTYPE for "XHTML 1.0 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE.

Congratulations

The uploaded document "index.html" was checked and found to be tentatively valid XHTML 1.0 Transitional. This means that with the use of some fallback or override mechanism, we successfully performed a formal validation using an SGML or XML Parser. In other words, the document would validate as XHTML 1.0 Transitional if you changed the markup to match the changes we have performed automatically, but it will not be valid until you make these changes.
Validating CSS Style Sheets

If you use CSS in your document, you can check it for validity using the W3C CSS Validation Service. "

Che significa? cos'è che non và?

Il mio codice XHTML è il seguente:

Codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it">
<head>
<title>Layout 38</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
<meta name="generator" content="HAPedit 3.1"></meta>
<link href="layout.css" rel="stylesheet" type="text/css" title="default" />

	<script type="text/javascript" src="sdmenu/sdmenu.js">
		/***********************************************
		* Slashdot Menu script- By DimX
		* Submitted to Dynamic Drive DHTML code library: http://www.dynamicdrive.com
		* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
		***********************************************/
	</script>
	<script type="text/javascript">
	// <![CDATA[
	var myMenu;
	window.onload = function() {
		myMenu = new SDMenu("my_menu");
		myMenu.init();
	};
	// ]]>
	</script>

</head>
<body>
<div id="container">
   
   <div id="header">
     <div id="logo"></div>
     <div id="foto"></div>
   
   </div>
  
   <div id="breadcrumb">
      <a href="#">Home</a> <span>&gt;</span>
      <a href="#">Chi Siamo</a> <span>&gt;</span>
      <a href="#">Corsi Sub</a> <span>&gt;</span>
      <a href="#">Photo Gallery</a> <span>&gt;</span>
      <a href="#">Links</a> <span>&gt;</span>
      <a href="#">Contatti</a> <span>&gt;</span>
      <em>Navigazione Rapida</em>
  </div>
   
   <div id="wrapper">
      <div id="content">
         <p><strong>1) Content here.</strong> column long long column very long fill fill fill long text            text column text silly very make long very fill silly make make long make text fill very            long text column silly silly very column long very column filler fill long make filler long            silly very long silly silly silly long filler make column filler make silly long long fill            very.</p>
         <p>very make make fill silly long long filler column long make silly silly column filler fill            fill very filler text fill filler column make fill make text very make make very fill fill            long make very filler column very long very filler silly very make filler silly make make            column column </p>
         <p>fill long make long text very make long fill column make text very silly column filler silly            text fill text filler filler filler make make make make text filler fill column filler make            silly make text text fill make very filler column very </p>
         <p>column text long column make silly long text filler silly very very very long filler fill            very fill silly very make make filler text filler text make silly text text long fill fill            make text fill long text very silly long long filler filler fill silly long make column make            silly long column long make very </p>
       </div>
    </div>

    <div id="colonnasx">
    <div id="my_menu" class="sdmenu">
      
      <div>
        <span>Home</span>
      </div>
      
      <div class="collapsed">
        <span>Chi Siamo</span>
        <a href="http://www.dynamicdrive.com/link.htm">Staff</a>
        <a href="http://www.dynamicdrive.com/link.htm">Dove Siamo</a>
        <a href="http://www.dynamicdrive.com/link.htm">Il Nostro Diving</a>
      </div>

      <div class="collapsed">
        <span>Corsi Sub</span>
        <a href="http://www.dynamicdrive.com/link.htm">Open Water Diver</a>
        <a href="http://www.dynamicdrive.com/link.htm">Advanced OWD</a>
        <a href="http://www.dynamicdrive.com/resources/">EFR</a>
        <a href="http://www.dynamicdrive.com/resources/">Rescue Diver</a>
        <a href="http://www.dynamicdrive.com/resources/">Specialità</a>
        <a href="http://www.dynamicdrive.com/resources/">MasterScubaDiver</a>
        <a href="http://www.dynamicdrive.com/resources/">DiveMaster</a>
        <a href="http://www.dynamicdrive.com/resources/">HSA Open Water Diver</a>
        <a href="http://www.dynamicdrive.com/resources/">Riabilitazione in acqua</a>
        <a href="http://www.dynamicdrive.com/resources/">Nuoto Diversamente Abili</a>
        <a href="http://www.dynamicdrive.com/resources/">Assistente Bagnanti FIN</a>
     </div>
     
     <div class="collapsed">
        <span>Photo Gallery</span>
        <a href="?foo=bar">Punti d'Immersione</a>
        <a href="index.html">Viaggi</a>
        <a href="index.html">Video</a>
        <a href="index.html?query">Eventi</a>
        <a href="index.html?query">Corsi</a>
     </div>
     
     <div class="collapsed">
        <span>Links</span>
        <a href="?foo=bar">HSA Italia</a>
        <a href="index.html">A.S.S.O.</a>
        <a href="index.html">Lazio Handicap</a>
        <a href="index.html?query">Blu Production</a>
        <a href="index.html?query">La Placa</a>
        <a href="index.html?query">Juventus Nuoto</a>
    </div>
    
    <div>
       <span>Contatti</span>
    </div>
  
   </div>
   
   <div id="calendario">
     <applet code="ccalendar.class" name="ccalendar" archive="ccalendar/ccalendar.jar" id="cal" height="160"     width="150"><param name="fdw" value="1"></param><param name="color_fond" value="28457F"></param><param name="color_full" value="FF0000"></param><param name="color_case" value="70B9FD"></param><param name="color_Comment" value="61A9DD"></param><param name="color_empty" value="3C5993"></param><param name="field" value="DateField"></param><param name="form" value="DateForm"></param><param name="day1" value="Domenica"></param><param name="day2" value="Lunedi"></param><param name="day3" value="Martedi"></param><param name="day4" value="Mercoledi"></param><param name="day5" value="Giovedi"></param><param name="day6" value="Venerdi"></param><param name="day7" value="Sabato"></param><param name="month1" value="Gennaio"></param><param name="month2" value="Febbraio"></param><param name="month3" value="Marzo"></param><param name="month4" value="Aprile"></param><param name="month5" value="Maggio"></param><param name="month6" value="Giugno"></param><param name="month7" value="Luglio"></param><param name="month8" value="Agosto"></param><param name="month9" value="Settembre"></param><param name="month10" value="Ottobre"></param><param name="month11" value="Novembre"></param><param name="month12" value="Dicembre"></param><param name="etarget" value="_new"></param><param name="event_file" value="./ccalendar/example.txt"></param><param name="sched_file" value="./schedule.txt"></param></applet>     
   
   </div>
</div>


    <div id="extra">
        <img src="img/marchi/padi.jpg" id="first" alt="Logo Padi"></img>
        <img src="img/marchi/nadd.jpg" alt="Logo NADD"></img>
        <img src="img/marchi/awarelogo.jpg" alt="Logo Project Aware"></img>
        <img src="img/marchi/hsaijpg.jpg" alt="Logo Hsai"></img>
  </div>
   
   <div id="footer"><p>Here it goes the footer</p></div>

</div>
</body>
</html>
Grazie
Andrea
D4rkAng3l è offline   Rispondi citando il messaggio o parte di esso
Old 17-10-2007, 11:09   #2
damxxx
Senior Member
 
Iscritto dal: May 2003
Città: Gioia Sannitica (CE)
Messaggi: 1436
Da quello ke mi sembra di capire è un problema con la dikiarazione del DOCTYPE.
Quando hai fatto la validazione ha indicato esplicitamente il DOCTYPE?
vedi se nel validatore del w3 al posto di indicare il DOCTYPE utilizzato imposti l'auto-detect cosa succede
__________________
Lian-li PC-A10Hyper Type-R HPU-4S730ASUS P5B-E Plus2x2GB G.Skill F2-6400CL4D-4GBHK 4-4-3-5Intel Core 2 DUO E6600Asus EN8800 GTX (+ACCELERO)
DELL UltraSharp 2707WFPOlidata17"Microsoft Wireless Entertaiment Desktop 8000WRT610n(v2) - DD-WRT Synapse-0.1.6 (by paperboy)DreamBox DM7025DreamBox DM8000
damxxx è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Dreame X60 Pro Ultra Complete: i bracci si estendono sempre di più Dreame X60 Pro Ultra Complete: i bracci si esten...
TCL 65C8L, la recensione del SQD-Mini LED da 4400 nit misurati TCL 65C8L, la recensione del SQD-Mini LED da 440...
MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro MSI Maestro 500 Wireless: ANC e 90 ore di autono...
NL-LC1 è il primo dissipatore a liquido AIO di Noctua: silenzio è la parola d'ordine NL-LC1 è il primo dissipatore a liquido A...
Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con Android 15 e penna, dal prezzo super Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con ...
NVIDIA mostra una comunità di rob...
Sony annuncia LYTIA L910, arriva il sens...
Ericsson, il 5G è l’infrastruttur...
Marvell punta tutto su TSMC A14: sar&agr...
Hyundai a un passo dal controllo totale ...
Questo SSD vecchio 16 anni ha resistito ...
Monopattino elettrico Xiaomi in offerta:...
Microsoft usa le capre di Age of Empires...
Microsoft conferma bug nel Cestino in tu...
Accenture crolla del 20% in borsa, il pe...
ASUS Pro WS W890E-SAGE SE: sette PCIe 5....
Attenzione al prezzo di questa TV Hisens...
Chrome sbeffeggiato da Ballmer nel 2009:...
Un gioco Mac compatibile con Apple Silic...
La batteria allo stato solido di Honda s...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 03:30.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Served by www3v