From e20cc61aa087172f2bc451f7079b13f56b99c764 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 19 Jul 2019 19:34:54 +0100 Subject: NetSurf 3.9 release. --- projects/libcss/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'projects/libcss/index.html') diff --git a/projects/libcss/index.html b/projects/libcss/index.html index dad2c2b..a7ffa9c 100644 --- a/projects/libcss/index.html +++ b/projects/libcss/index.html @@ -65,6 +65,8 @@

Most recent first:

+
LibCSS 0.9.0
+
TarballChanges
LibCSS 0.8.0
TarballChanges
LibCSS 0.7.0
@@ -98,6 +100,15 @@

Changes

+
LibCSS 0.9.0
+
    +
  • Added support for parsing CSS Media Queries Level 4.
  • +
  • API for adding sheets to a selection context now takes a Media string.
  • +
  • The selection API now allows the client to describe the media that is being selected for.
  • +
  • Selection now honours width/height feature queries.
  • +
  • Removed the uncommon property extension blocks in computed style data. This simplfies the code and fixes a subtle bug in the cascade/composition handling.
  • +
  • Fixed leak where rules had over 256 selectors.
  • +
LibCSS 0.8.0
  • Added support for CSS flexbox properties.
  • -- cgit v1.2.3