Skip to main content
augustot26893154
Inspiring
September 12, 2017
Answered

Validazione pagina web con Dreamwever

  • September 12, 2017
  • 7 replies
  • 773 views

Buon giorno,

da anni uso Dreamweaver (attualmente versione CS6) e con questo programma ho preparato una ventina di siti web (non sono un professionista).

A suo tempo decisi di usare XHTML Strict, un po' pesante per la verità in quanto a limitazioni; ora vorrei usare HTML5 e mi ritrovo con questo problema: Dreamweaver mi consente di scrivere il codice in HTML5 ma il validatore incluso non è in grado di effettuare il controllo.

Ho scaricato una versione di Dreamweaver CC 2017 di prova e vedo che per loro la validazione avviene, ora, nei seguenti modi:

Se non viene rilevato alcun DOCTYPE, effettua la convalida con il seguente modulo di analisi:
HTML5
HTML 4.01 Strict
HTML 4.01 Transitional
HTML basato sul doctype
XML senza entità esterne  *non sò cosa sia*
XML con entità esterne  *non sò cosa sia*

e comunque la sigla XHTML non compare.

IL PROBLEMA:

Ogni pagina dei miei siti web contiene un corretto DOCTYPE (XHTML Strict) inserito dal programma in fase di creazione della pagina e regolarmente validato con Dreamweaver CS6 ma, se analizzo dette pagine con la versione CC 2017 mi vengono segnalati errori.

Ho provato (con Dreamweaver CC 2017) lasciando disattivate tutte le voci su esposte (HTML5, HTML 4.01, etc), attivando HTML basato sul doctype, e anche XML che come già detto non sò cosa sia.

Questo mi ha mandato in confusione.

Qualcuno mi sà aiutare?

Grazie

Augusto

This topic has been closed for replies.
Correct answer pziecina

There is no automatic conversion.

If you use the html5 doctype for new pages then you will only have to remember that some of the old html cannot be used with html5, (such as frames).

As for pages already created, these you can leave as they are, and only change to html5 if or when they are updated. It is worth remembering that elements such as video are html5 anyway, and given that flash player will no longer be usable in browsers, any flash content has to be converted anyway.

7 replies

pziecina
Legend
September 12, 2017

Do not use anything, (the xml doc type being the exeption) that is not html5 from now on.

All previous versions of x/html are now under serious consideration by the w3c for marking as obsolete. This means in w3c language that they should not be used for any new sites/pages.

augustot26893154
Inspiring
September 12, 2017

Quindi, se voglio trasformare tutte le mie pagine HTML5 (suppongo sia meglio questa strada, piuttosto che HTML 4 Strict),  come posso fare? Devo trasformarle con la versione Dreamweaver CS6 o posso farlo con la versione Dreamweaver CC 2017?

Grazie

Augusto

-------------

So if I want to transform all of my HTML5 pages (I suppose this is better than HTML 4 Strict), how can I do it? Should I convert them with the Dreamweaver CS6 version or can I do it with the Dreamweaver CC 2017 version?

Thank you

pziecina
pziecinaCorrect answer
Legend
September 12, 2017

There is no automatic conversion.

If you use the html5 doctype for new pages then you will only have to remember that some of the old html cannot be used with html5, (such as frames).

As for pages already created, these you can leave as they are, and only change to html5 if or when they are updated. It is worth remembering that elements such as video are html5 anyway, and given that flash player will no longer be usable in browsers, any flash content has to be converted anyway.