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

Conversation

poire-z
Copy link
Contributor

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

Includes koreader/crengine#552 :


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
@Frenzie Frenzie added this to the 2024.02 milestone Jan 14, 2024
@poire-z poire-z merged commit e9b2a07 into koreader:master Jan 14, 2024
3 checks passed
@poire-z poire-z deleted the bump_crengine branch January 14, 2024 11:46
@poire-z
Copy link
Contributor Author

poire-z commented Jan 14, 2024

I'll probably add some documentation in the CSS ☰ button popup in Book style tweak editor about p[_^=text] and these attribute/text matching selectors syntax.
(Just noting this here so I get a mail and I don't forget.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment