Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump crengine: fix CSS cascade, support :is(), other fixes #11353

Merged
merged 1 commit into from
Jan 14, 2024

Commits on Jan 14, 2024

  1. bump crengine: fix CSS cascade, support :is(), other fixes

    Includes:
    - Fix getToc() not cached on initial loading
    - CSS: add support for forgotten "border-style: hidden"
    - CSS: fix parsing of 'div :something' and 'div [attr]'
    - CSS: fix checking E[foo~="value"]
    - CSS: order rules as written when building a selector
    - CSS: fix useragent vs. author stylesheet CSS cascade
    - CSS: pass useragent_sheet flag all along parse() code
    - CSS: add private selector syntax to match against text
    - CSS: add support for :is(), :where() and :not() pseudoclasses
    - EPUB: don't ignore any <spine> item
    - bump CACHE_FILE_FORMAT_VERSION
    poire-z committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3f1fc61 View commit details
    Browse the repository at this point in the history