summaryrefslogtreecommitdiff
path: root/projects/libcss/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libcss/index.html')
-rw-r--r--projects/libcss/index.html11
1 files changed, 11 insertions, 0 deletions
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 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.9.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.9.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.9.0">Changes</a></dd>
<dt>LibCSS 0.8.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.8.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.8.0">Changes</a></dd>
<dt>LibCSS 0.7.0</dt>
@@ -98,6 +100,15 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.9.0">LibCSS 0.9.0</dt>
+<dd><ul>
+<li>Added support for parsing CSS Media Queries Level 4.</li>
+<li>API for adding sheets to a selection context now takes a Media string.</li>
+<li>The selection API now allows the client to describe the media that is being selected for.</li>
+<li>Selection now honours width/height feature queries.</li>
+<li>Removed the uncommon property extension blocks in computed style data. This simplfies the code and fixes a subtle bug in the cascade/composition handling.</li>
+<li>Fixed leak where rules had over 256 selectors.</li>
+</ul></dd>
<dt id="changes-0.8.0">LibCSS 0.8.0</dt>
<dd><ul>
<li>Added support for CSS flexbox properties.</li>