Bug 696001 - borders aren’t displayed in ePub CSS
Summary: borders aren’t displayed in ePub CSS
Status: RESOLVED DUPLICATE of bug 695935
Alias: None
Product: MuPDF
Classification: Unclassified
Component: epub (show other bugs)
Version: master
Hardware: Other All
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks: 695935
  Show dependency tree
 
Reported: 2015-05-19 11:07 UTC by Pablo Rodríguez
Modified: 2021-02-16 14:10 UTC (History)
2 users (show)

See Also:
Customer:
Word Size: ---


Attachments
ePub with border in link (12.44 KB, image/png)
2015-05-19 11:07 UTC, Pablo Rodríguez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pablo Rodríguez 2015-05-19 11:07:01 UTC
Created attachment 11695 [details]
ePub with border in link

http://bugs.ghostscript.com/attachment.cgi?id=11693 contains a link with the following CSS code:

    a {
        border: 1px solid #aaaaaa;
        }

But border isn’t displayed at all.

Attached an image showing the difference between mupdf and calibre displaying the file.

Pablo
Comment 1 Tor Andersson 2015-05-20 04:31:42 UTC
We only draw borders (and background-colors) on block level elements, not inline elements. A known limitation, which should be fixed.
Comment 2 Pablo Rodríguez 2017-11-26 12:15:05 UTC
Issue still present in version 1.12-rc1.
Comment 3 Pablo Rodríguez 2020-02-13 19:06:58 UTC
This report is two years old.
Comment 4 Tor Andersson 2021-02-16 14:10:56 UTC

*** This bug has been marked as a duplicate of bug 695935 ***