Skip to content

Commit

Permalink
bump crengine: fix CSS cascade, support :is(), other fixes (#1724)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
poire-z authored Jan 14, 2024
1 parent b3cc734 commit b7283ce
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit b7283ce

Please sign in to comment.