From 1dc8f8cda9293736961755047baf2af57e5517b4 Mon Sep 17 00:00:00 2001 From: poire-z Date: Thu, 9 Sep 2021 13:09:30 +0200 Subject: [PATCH] bump crengine: CSS: parse/skip at-rules (#8197) Includes: - XML parsing: strip leading \n in PRE and TEXTAREA - Text: allow wrap on any space in "white-space: pre" - initTableRendMethods(): avoid expensive processing - Tables: fix handling of whitespace between nodes - ldomDocument: store screen size - CSS: more robust skipping of invalid content - CSS: parse/skip at-rules, support @media, @supports - CSS: handle media condition with @import and - CSS: fix parsing of "font-family:inherit!important" - LDOMNameIdMap::deserialize(): fix when >1024 items --- base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base b/base index ac9a8757d..fe1776dba 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit ac9a8757de78769150c3ac084170cb6744183435 +Subproject commit fe1776dba9ba2a00312848a39cd697d59c3f9f07