Skip to content

Inner borders on table cells missing #404

@johnbeard

Description

@johnbeard

The following HTML:

<table style="margin:auto; border:1px solid red; border-collapse:collapse;">
    <tbody>
    <tr style="border:1px solid black;">
        <td style="border:1px solid pink;">Foo</td>
        <td>Bar</td>
        <td>Quux</td>
    </tr>
    <tr style="">
        <td>Foo</td>
        <td>Bar</td>
        <td>Quux</td>
    </tr>
    </tbody>
</table>

In Koreader, the result is something like this:
2020-12-28_134623_253x118_screenshot
The expected output is more like this (Firefox):
2020-12-28_134700_127x64_screenshot

Table border.epub.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions