Thread: epub validation
View Single Post
Old 09-03-2018, 12:13 PM   #6
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,599
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
One item that pops out for me is that you are using <blockquote><span> and <blockquote>text which was legitimate in early HTML however XHTML only allows block-level elements within blockquotes, see XHTML 1.0 Block-Level Elements and Why this code showing error in W3C validator? for more information. I did a quick edit and pretty print on your post and it validates for me with only errors about missing items. Unless you are planning on entering an obfuscated code contest, pretty printing is a great idea. In your sample, your entire page below the <body> tag was a single line making it much harder to locate errors.

Spoiler:

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>J'apprends à me servir de Sage paie I7 V9</title>
  <link href="styles/stylesheet.css" rel="stylesheet" type="text/css"/>
  <link href="styles/page_styles.css" rel="stylesheet" type="text/css"/>
</head>

<body class="calibre">
  <p id="filepos132725" class="calibre_43"><span class="calibre7"><span class="bold"><span class="calibre_44">II. SAGE PAIE POUR QUOI FAIRE</span></span></span></p>

  <p id="filepos132861" class="calibre_4"><span class="calibre2"><span class="bold"><span class="calibre_5"><span class="calibre_6">A. CONFIGURATION OPTIMALE</span></span></span></span></p>

  <blockquote>
    <p class="calibre_7"><span class="calibre1">LA CONFIGURATION CONSEILLÉE EST LA SUIVANTE :</span></p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>ordinateur de type pentium™ à plusieurs noyaux de 2 à 4 GHz avec Windows 10</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>mémoire vive de 6 à 24 Go</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>écran plat large de 19" à 24" résolution 1680/1050 - couleurs 32 bits</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>disque dur 1* To / Ssd 250 Go</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>Lecteur-graveur Dvd/BlueRay</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>Souris Laser 2 boutons + roulette de qualité</p>
  </blockquote>

  <blockquote>
    <p class="calibre_7">ü<span class="calibre4">* </span>Accès internet</p>
  </blockquote>

  <blockquote class="calibre_19">
    <blockquote class="calibre6">
      <blockquote class="calibre6">
        <blockquote>
          <p class="calibre_20"><span class="calibre3"><span class="italic">*</span></span></p>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>

  <blockquote>
    <p class="calibre_21"><img src="images/00525.jpg" class="calibre_25"/><span class="calibre4"><span class="italic"><span class="bold"><span class="calibre_18">***** </span></span></span></span><span class="calibre1"><span class="calibre_26">Plus l'ordinateur sera puissant et mieux il sera équipé, plus agréable sera l'utilisation de sage paie</span></span></p>
  </blockquote>

  <div class="mbp_pagebreak" id="calibre_pb_10"></div>
</body>
</html>

Last edited by DNSB; 09-03-2018 at 12:22 PM. Reason: Fat fingers cause typos...
DNSB is online now   Reply With Quote