Carnet Wiki

HTML5 - Rapport de conversion du squelette SPIP 3.0.1

Version 4 — Juin 2012 Seds

Travail avec http://html5.validator.nu

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

NB 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.html

-  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>

inclure/header.html

-  remplace « .header » par « header »

inclure/nav.html

-  remplace « .nav » par « nav »

inclure/footer.html

-  remplace « .footer » « footer »

css/style.css

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

PAGINATION (vu sur sommaire.html)

PB Ancre id=’pagination_articles’ // -> The name attribute is obsolete - recents . Consider putting an id attribute on the nearest container instead
- recents.
html : remplacement #ANCRE_PAGINATION par <a id='pagination_articles'></a> /// /// je trouve pas le php qui gère l’ancre l’ancre
- modeles :
-* >> copies des modeles dans squelettes/modeles pour modifications


  • >>
    suppression #ENV*{bloc_ancre} (doublons id=’pagination_articles’)

> Modeles :
pagination_page_precedent_suivant.html
pagination_precedent_suivant.html
=> <strong class='on' rel='prev'> // -> Attribute rel not allowed on element strong at this point /// pas trouvé le fichier

<blockquote class="spip">

>> alors j’utilise #PAGINATION|{page} comme ça pas de prise de tête

</blockquote>

formulaires/recherche.html

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

<blockquote class="spip">

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

</blockquote>

article.html

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

-  ajout filtre : #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.php

>> l.412 supprime .$summary

plugins-dist/textwheel/inc/notes.php

> ligne 412 supprime .php $summary

- > ligne 145 supprime < code>rel=’footnote’</code > 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  !

>> l.ligne 164 supprime < code > rev=’footnote’</code > rev= footnote

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

inclure/forum.html

- supprime :

  • name="comment#ID_FORUM" l.14
  • name="forum#ID_FORUM" l.15, 40
  • name="comment#ID_FORUM" l.39

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

inclure/petition.html

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

-  <th class="signature-date"> // -> th start tag in table body.
>> reconstruction du tableau selon " class="spip_url spip_out auto" rel="nofollow external">http://www.whatwg.org/specs/web-apps/current-work/#tabular-data


  • -
    ajout <tr> et </tr> dans <thread> </thread> l.12, l.19->20

  • -
    ajout <tbody> </tbody> après </thread> et avant </table>
<blockquote class="spip">

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

</blockquote>

breve.html

-  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>
- l.41 supprime < code>name=« forum »</code > name=« forum  » // -> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead

<blockquote class="spip">

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

</blockquote>

rubrique.html

-  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>

<blockquote class="spip">

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

</blockquote>

site.html

-  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

<blockquote class="spip">

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

</blockquote>

mot.html

-  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

<blockquote class="spip">

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

</blockquote>

auteur.html

-  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

<blockquote class="spip">

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

</blockquote>

404, contact, calendrier.html

- 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 : documents are valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).

</blockquote>

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 < code>autocapitalize=« off  : autocapitalize= »off «  autocorrect= »off « autocorrect= »off"</code > l.15 // -> Attribute autocapitalize not allowed on element input at this point
- remplace <code>Identifiants personnels</code code>Identifiants personnels<code > par

&lt;p class="legend"><:form_forum_identifiants:></p>&lt;/code class="legend"><:form_forum_identifiants:></p>&lt;code > + correction forms.css l.65 car rejeté par W3C à  cause  de  du  premier  legend  dans  &lt; code>#INCLURE{fond=formulaires/inc-inscription-explication,env}&lt;/code >  {///  comprends  pas  pourquoi} 


<quote>{{CCL: identifiants.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (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>

- 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 : plan.html is valid HTML5 + ARIA + SVG 1.1 + MathML 2. (subject to the utter previewness of this service).

</blockquote>

recherche.html

-  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 name

<blockquote class="spip">

CCL

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