Carnet Wiki

HTML5 - Rapport de conversion du squelette SPIP 3.0.1

Version 3 — Juin 2012 Seds

Travail Travail avec http://html5.validator.nu nu

SPIP 3..1 Configuration de base
BDD perso origine SPIP2

NB :
-  il se peut que toutes les fonctionnalités du squelettes n’ai pas été envisagées.
-  la div page n’a pas demandé à être supprimée mais la conversion est une étape intermédiaire vers jquerymobile.

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

sommaire sommaire .html

html</u >

-  supprime < code>PUBLIC PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "dtd" class="spip_url spip_out auto" rel="nofollow external">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</code >
dtd "
- supprime <div class="page"> et son </div>

inclure/header inclure/header .html

html</u >

-  remplace « .header » par « header »

inclure/nav inclure/nav .html

html</u >

-  remplace « .nav » par « nav »

inclure/footer inclure/footer .html

html</u >

-  remplace « .footer » « footer »

css/style css/style .css

css</u >

-  remplace « .header », « .nav », « .footer » par « header », « nav », « footer »
- contenu .page replacé dans body, et supprimé

PAGINATION #PAGINATION (vu sur sommaire.html )

html)<u >

PB > Ancre id=’pagination_articles’
- recents.html : remplacement < code>#ANCRE_PAGINATION</code > # ANCRE_PAGINATION par <code><a id=’pagination_articles’></code a id=’pagination_articles’></a > /// je trouve pas le php qui gère l’ancre
- modeles : >> copies des modeles dans squelettes/modeles pour modifications
>> suppression < code>#ENV*bloc_ancre</code > (doublons # ENV*bloc_ancre ( doublon id=’pagination_articles’)

> Modeles :
pagination_page_precedent_suivant.html
pagination_precedent_suivant.html
=> <code><strong strong class=’on’ rel=’prev’></code > rel=’prev ’> // -> Attribute rel not allowed on element strong at this point

<quote >>> alors >> du coup j’utilise < code>#PAGINATION|page</code > # PAGINATIONpage comme ça pas de prise de tête</quote > tete

formulaires/recherche.html


- supprime : autocapitalize=« off » autocorrect=« off » // -> Attribute autocapitalize not allowed on element input at this point / Attribute autocorrect not allowed on element input at this point .

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : sommaire.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

article article .html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>

- supprime PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>

-  ajout filtre :

#TEXTE|vider_attribut{summary}&lt;/code >  #TEXTE|vider_attribut{summary} // ->   The summary attribute is obsolete. Consider describing the structure of the table in a caption element or in a figure element containing the table; or, simplify the structure of the table so that no description is needed


- ou mieux :


{{{plugins-dist/textwheel/inc/notes -  ou  mieux  :  
&lt; u>plugins-dist/textwheel/inc/notes .php}}} php&lt;/u  >  /  ligne 412 supprime .$summary


{{{plugins-dist/textwheel/inc/notes <u>plugins-dist/textwheel/inc/notes .php}}} php&lt;/u > 


> ligne 145 supprime rel='footnote' // -> Bad value footnote for attribute rel on element a: Keyword footnote is not registered
		> rev='footnote'// -> The rev attribute on the a element is obsolete. Use the rel attribute instead, with a term having the opposite meaning. /// Bon ils font chier!
			ligne 164 supprime  rev='footnote'


- l.54 supprime name="forum" // -> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead


{{{inclure/forum <u>inclure/forum .html}}} html&lt;/u > 


- supprime:	name="comment#ID_FORUM"		l.14
			name="forum#ID_FORUM"		l.15, 40
			name="comment#ID_FORUM"		l.39
	- supprime:	self 		l.42	// -> Bad value self bookmark for attribute rel on element a: Keyword self is not registered


{{{inclure/petition <u>inclure/petition .html}}} html&lt;/u > 


- remplace&lt;code >  #ANCRE_PAGINATION&lt;/code >  remplace  # ANCRE_PAGINATION  par &lt;code>&lt;a  id='pagination_signatures'></a>&lt;/code a  id='pagination_signatures'>&lt;/a >  // -> The name attribute is obsolete.
	- supprime summary="<:signatures_petition:>" // -> The summary attribute is obsolete


- <code>&lt;th  class="signature-date">&lt;/code >  &lt;th  class="signature-date ">  // ->  th start tag in table body.
		>> reconstruction du tableau selon http://www.whatwg.org/specs/web-apps/current-work/#tabular-data
		-  ajout &lt;code><tr>&lt;/code tr > et &lt; code></tr>&lt;/code  &lt;/ tr > dans &lt;code><thread>&lt;/code thread > <code></thread>&lt;/code &lt;/thread > l.12, l.19->20
		- ajout &lt;code>&lt;tbody tbody > </tbody> 

après < code>

</code après </ thread > et avant < code </ table ></table > </code >

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : article.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

breve breve .html

html</u >

-  supprime < code>PUBLIC PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "dtd" class="spip_url spip_out auto" rel="nofollow external">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</code >
dtd "
- supprime <div class="page"> et son </div>
- l.41 supprime name=« forum » // -> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : breve.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

rubrique rubrique .html

html</u >

-  supprime < code>PUBLIC PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "dtd" class="spip_url spip_out auto" rel="nofollow external">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</code >
dtd "
- supprime <div class="page"> et son </div>
- remplacement < code>#ANCRE_PAGINATION</code > # ANCRE_PAGINATION par <code><a a id=’pagination_articles’></code >

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : rubrique.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

site site .html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par <a id='pagination_articles'></a> et <a id='pagination_articles_synd'></a> l.42, 71

- supprime PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par et l.42, 71

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : site.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

mot mot .html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par <a id='pagination_articles'></a> et <a id='pagination_mots_freres'></a> l.40, 115

- supprime PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par et l.40, 115

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : mot.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

auteur auteur .html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par <a id='pagination_articles'></a> et <a id='pagination_auteurs'></a> l.41, 67

- supprime PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplacement #ANCRE_PAGINATION par et l.41, 67

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : auteur.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

404 404 , contact, calendrier.html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>

- supprime PUBLIC « -//W3C//DTD XHTML 1.0 Transitional//EN » "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>

<blockquote class="spip">

CCL

<blockquote class="spip">

CCL : documents are valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).</quote </quote >

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

identifiants.html

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- boulette : remplace <INCLURE{fond=inc-head}> par <INCLURE{fond=inclure/head} /> => commité irc _Eric_

formulaires/inscription.html

- supprime : autocapitalize=« off » autocorrect=« off » l.15 // -> Attribute autocapitalize not allowed on element input at this point
- remplace

<legend><:form_forum_identifiants:></legend><code> par <code><p class="legend"><:form_forum_identifiants:></p><code> + correction forms.css l.65 car rejeté par W3C


<quote>{{CCL: identifiants.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2.0 (subject to the utter previewness of this service}}</quote>


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


{{{plan.html}}}


- supprime  <code>PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

- supprime <div class="page"> et son </div>

<blockquote class="spip">

CCL : plan.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2.0 (subject to the utter previewness of this service).

</blockquote>

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

recherche formulaires/recherche .html

html</u >

- supprime PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- supprime <div class="page"> et son </div>
- remplace tous les #ANCRE_PAGINATION par <a id='pagination_articles'></a>, <a id='pagination_breves'></a>, etc /// je ne trouve toujours pas le php pour virer le name

CCL : recherche.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2.0 (subject to the utter previewness of this service).