Summary: | child selector not working in ePub CSS | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Pablo Rodríguez <ghostscript> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tor.andersson |
Priority: | P4 | ||
Version: | master | ||
Hardware: | Other | ||
OS: | All | ||
Customer: | Word Size: | --- | |
Bug Depends on: | |||
Bug Blocks: | 695935 | ||
Attachments: |
ePub document with child and descendant selectors
display selectors (mupdf vs. ebook-viewer) |
Description
Pablo Rodríguez
2015-05-18 09:26:19 UTC
Created attachment 11688 [details]
display selectors (mupdf vs. ebook-viewer)
mupdf-x11 display on the left and ebook-viewer (from calibre-2.28) on the right.
Centered titles should be centered.
Should be fixed in: commit 02cc7931ef0f04218bd50b3e0e396a6dcb009962 Author: Tor Andersson <tor.andersson@artifex.com> Date: Tue May 19 17:14:28 2015 +0200 epub: Parse CSS combinators left-associatively. Fixes bug 695994 where multiple child selectors would not match properly. The "a > b > c" rule should be interpreted as ((a > b) > c) in order to match properly. Tor, child selectors work fine now. Many thanks for the fix, Pablo |