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 #1724

Merged
merged 1 commit into from
Jan 14, 2024

Conversation

poire-z
Copy link
Contributor

@poire-z poire-z commented Jan 14, 2024

Includes koreader/crengine#552 :

  • 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

This change is Reviewable

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 poire-z merged commit b7283ce into koreader:master Jan 14, 2024
2 checks passed
@poire-z poire-z deleted the bump_crengine branch January 14, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant