https://bugs.documentfoundation.org/show_bug.cgi?id=172558
Bug ID: 172558
Summary: bad epub file created
Product: LibreOffice
Version: 26.2.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
creating epub file gets many messages. Here is a summary of the Claude fixes.
Good. Now I have a clear picture. There are exactly two issues to fix:
CSS-001: Remove the direction: ltr; line from the stylesheet
RSC-017: Add <title> tags to the <head> of the affected xhtml files
Let me fix all of them:Ran 3 commands, read a fileRan 3 commands, read a
fileHere's the fixed epub. Two things were corrected:
CSS-001 — Removed the direction: ltr; line from stylesheet.css. EPUB3 doesn't
allow the direction property in stylesheets; text direction must be set via the
xml:lang attribute in the HTML instead.
RSC-017 — Added a <title/> element inside <head> for all 33 xhtml files that
were missing it (all section files plus toc.xhtml). This is required by the
XHTML spec that EPUB3 builds on.
--
You are receiving this mail because:
You are the assignee for the bug.