> I agree that it is a potential use case that makes using the Texinfo
> file modification time to set the time incorrect. Another similar
> case is if a user wants to set the modification date because of a
> change in texi2any EPUB conversion in the published work.
>
> However, I still do not
On Wed, Aug 21, 2024 at 10:27:54PM +0100, Daniel Cerqueira wrote:
> One common scenario:
>
> I just finished my book. My texi file is finished and I won't modified
> it. I want to only change the first image of my EPUB, which is the
> interior cover image.
>
> If you are generating the dcterms:mo
On Wed, Aug 21, 2024 at 09:57:28PM +0100, Daniel Cerqueira wrote:
> use CSS inside EPUB (don't know if it is possible and
> compliant),
It is:
https://www.w3.org/TR/epub-33/#sec-overview-relations-css
> Are you guys even using epubcheck on your generated EPUB files?
I think I already answered th
As I understand the situation (not having read the entire discussion carefully):
(1) It is very desirable for texinfo-generated epub to pass epubcheck.
It appears there are only a few minor changes needed to do so,
which increases the priority/desirabilty.
(2) Epubcheck complains about the borde
Patrice Dumas writes:
> On Tue, Aug 20, 2024 at 09:23:57AM +0100, Daniel Cerqueira wrote:
>>
>> The dcterms:modified meta element is MANDATORY in order to create a
>> valid EPUB 3.3 file. It is missing in the current Texinfo EPUB file
>> creation. Here is an code example on how to implement this
Patrice Dumas writes:
> On Tue, Aug 20, 2024 at 11:13:59PM +0100, Daniel Cerqueira wrote:
>> Thinking more deeply, I have changed the HTML.pm patch.
>>
>> The border property of the table element, if set to "1" (instead of ""),
>> probably is best for HTML generation, and still produces a valid
On Wed, Aug 21, 2024 at 06:34:34PM +0100, Daniel Cerqueira wrote:
>
> I contributed, or was trying to,
Even if your patches do not make it to the Texinfo release, they still
are a valuable contribution, as other users who want conformance can
retrieve this exchange and apply your patches, especia
On Wed, Aug 21, 2024 at 06:34:34PM +0100, Daniel Cerqueira wrote:
> From https://www.w3.org/TR/epub-33/#sec-conformance-checking
>
> ```
> Due to the complexity of this specification and number of technologies
> used in EPUB publications, EPUB creators are advised to use an EPUB
> conformance chec
>From https://www.w3.org/TR/epub-33/#sec-conformance-checking
```
Due to the complexity of this specification and number of technologies
used in EPUB publications, EPUB creators are advised to use an EPUB
conformance checker to verify the conformance of their content.
EPUBCheck is the de facto EP
On Wed, Aug 21, 2024 at 05:21:04PM +0100, Gavin Smith wrote:
>
> It seems that EPUB standards compliance is more important (as far as
> EPUB itself is important) than HTML standards compliance. The EPUB
> format appears to be fairly concisely and precisely defined, as far
> I can tell, when compa
On Tue, Aug 20, 2024 at 11:13:59PM +0100, Daniel Cerqueira wrote:
> Thinking more deeply, I have changed the HTML.pm patch.
>
> The border property of the table element, if set to "1" (instead of ""),
> probably is best for HTML generation, and still produces a valid EPUB
> 3.3.
If we change the
On Tue, Aug 20, 2024 at 11:13:59PM +0100, Daniel Cerqueira wrote:
> Thinking more deeply, I have changed the HTML.pm patch.
>
> The border property of the table element, if set to "1" (instead of ""),
> probably is best for HTML generation, and still produces a valid EPUB
> 3.3.
>
This can't go
On Wed, Aug 21, 2024 at 05:59:03PM +0200, Patrice Dumas wrote:
> On Tue, Aug 20, 2024 at 09:23:57AM +0100, Daniel Cerqueira wrote:
> >
> > The dcterms:modified meta element is MANDATORY in order to create a
> > valid EPUB 3.3 file. It is missing in the current Texinfo EPUB file
> > creation. Here i
On Tue, Aug 20, 2024 at 09:23:57AM +0100, Daniel Cerqueira wrote:
>
> The dcterms:modified meta element is MANDATORY in order to create a
> valid EPUB 3.3 file. It is missing in the current Texinfo EPUB file
> creation. Here is an code example on how to implement this inside the
> EPUB file:
>
> A
14 matches
Mail list logo