Open RPostalli opened 5 years ago
Corrigir exemplo de visual abstract (ref https://github.com/scieloorg/scielo_publishing_schema/issues/825) na documentação, visto que:
<title>
não está fechada;<fig>
, diretamente, não é uma tag esperada dentro de <abstract>
;<label>
pode vir antes de <fig>
Soluções possíveis:
<abstract>
+ <sec>
<abstract abstract-type="graphical" xml:lang="en">
<sec>
<label>Visual Abstract</label>
<fig id="vf01">
<caption>
<title>Título</title>
</caption>
<graphic xlink:href="1234-5678-zwy-12-04-0123-v01.tif"/>
</fig>
</sec>
</abstract>
--
<abstract>
+ <p>
<abstract abstract-type="graphical" xml:lang="en">
<title>Visual Abstract</title>
<p>
<fig id="vf01">
<caption>
<title>Título</title>
</caption>
<graphic xlink:href="1234-5678-zwy-12-04-0123-v01.tif"/>
</fig>
</p>
</abstract>
Ver: https://github.com/scieloorg/scielo_publishing_schema/issues/773 https://scielo.readthedocs.io/projects/scielo-publishing-schema/pt_BR/master/tagset/elemento-abstract.html
OBS: Lembrar que dentro de fig deve ser permitido uma tag de permission e attrib.