View Single Post
Old 11-21-2022, 12:56 AM   #1
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,613
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
<caption> In Tables

Hello all,

I am a bit stumped with the <caption> tag used in a table.

My epub is v3.0
I am adding the <caption> tag as follows:

Spoiler:
PHP Code:
  <table>
  <
caption>LSAT-560467-S</caption>
  <
caption>DATA TRANSCRIPT 463/511-001</caption>
  <
caption>SUBJECT SITE231.957 (North-eastern seaboardCTNYNJ)</caption>
    <
thead>
      <
tr>
        <
th><class="noindent">NO.</p></th>
        <
th><class="noindent">TIME/EST</p></th>
        <
th><class="noindent">LOC</p></th>
        <
th><class="noindent">READING</p></th>
      </
tr>
    </
thead>
    <
tbody>
      <
tr>
        <
td><class="noindent">1.</p></td>
        <
td><class="noindent">18:03:48</p></td>
        <
td><class="noindent">CT.</p></td>
        <
td><class="noindent">Isolated energy surge/SourceUNKNOWN<br/>TypeUNKNOWN Dur0.00:09</p></td>
      </
tr>
      <
tr>
        <
td><class="noindent">2.</p></td>
        <
td><class="noindent">18:03:58</p></td>
        <
td><class="noindent">N.Y.</p></td>
        <
td><class="noindent">Isolated energy surge/SourceUNKNOWN<br/>TypeUNKNOWN Dur0.00:06</p></td>
      </
tr>
    </
tbody>
  </
table


But when I run EPUBCheck v0.2.4 by Doitsu, I get the following error....

PHP Code:
p03c24.xhtml Line78 Col12 ERROR(RSC-005): Error while parsing fileelement "caption" not allowed hereexpected the element end-tag or element "colgroup""script""tbody""template""tfoot""thead" or "tr" 
I have been to six different sites, all showing the <caption> tag immediately below the <table> tag, so I don't understand why EPUBCheck throws an error.
https://developer.mozilla.org/en-US/...lement/caption

Can anybody see what the problem is?

Thank you
Karellen is offline   Reply With Quote