On Sun, Sep 08, 2024 at 09:14:15PM +0100, Gavin Smith wrote: > On Sun, Sep 08, 2024 at 09:38:13PM +0200, Patrice Dumas wrote: > > On Sun, Sep 08, 2024 at 08:07:41PM +0100, Gavin Smith wrote: > > > On Sun, Sep 08, 2024 at 06:46:39PM +0200, Patrice Dumas wrote: > > > > Hello, > > > > > > > > I have added the EPUB_STRICT customization variable, it does 2 things > > > > 1) sets dcterms:modified > > > > 2) set an internal customization variable such that td width is not > > > > set with an attribute but with inline CSS > > > > > > > > Should I document it? > > > > > > THanks for doing this. I don't think it needs to be documented but would > > > needed added as an exception in doc/refcard/txivarcheck. > > > > It is not set in the default case... If we do not document it, I can't > > see how it would be used (outside of > > maintain/check_epubcheck_texi_t.sh)... > > Oh, I thought it would be set in epub3.pm for EPUB output.
I think that it would be wrong for the dcterms:modified setting. To me, we should only set dcterms:modified automatically if the user has not already set the value. As long as we do not provide a way to set dcterms:modified, I think that we should not set dcterms:modified by default and automatically. Setting dcterms:modified automatically when EPUB_STRICT is set is fine, though. The other effect, on td width could be done automatically, but then we would need make the 'internal' customization variable not internal and document it such that it may be modified. -- Pat