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.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/libcss/index.html b/projects/libcss/index.html
index 42fa3ec..da28710 100644
--- a/projects/libcss/index.html
+++ b/projects/libcss/index.html
@@ -65,6 +65,10 @@
<p>Most recent first:</p>
<dl class="releases">
+<dt>LibCSS 0.7.0</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.7.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.7.0">Changes</a></dd>
+<dt>LibCSS 0.6.1</dt>
+<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.6.1-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.6.1">Changes</a></dd>
<dt>LibCSS 0.6.0</dt>
<dd><a href="http://download.netsurf-browser.org/libs/releases/libcss-0.6.0-src.tar.gz">Tarball</a> &ndash; <a href="#changes-0.6.0">Changes</a></dd>
<dt>LibCSS 0.5.1</dt>
@@ -92,6 +96,22 @@
<h2>Changes</h2>
<dl class="changes">
+<dt id="changes-0.7.0">LibCSS 0.7.0</dt>
+<dd><ul>
+<li>Computed styles can now be shared between elements.
+<ul>
+<li>Computed styles interned, so only unique computed styles reside in memory. This means multiple pages/tabs/windows can share computed style data.</li>
+<li>Where possible, we now bypass CSS selection, and simply take a reference to another element in the DOM's style, if we're sure it will be the same.</li>
+</ul>
+</li>
+<li>Added support for the CSS3 box-sizing property.</li>
+<li>Fixed invalid read when removing sheet from selection context.</li>
+<li>Fixed example / demo app build.</li>
+</ul></dd>
+<dt id="changes-0.6.1">LibCSS 0.6.1</dt>
+<dd><ul>
+<li>Minor fixes.</li>
+</ul></dd>
<dt id="changes-0.6.0">LibCSS 0.6.0</dt>
<dd><ul>
<li>Changed how presentational hints are handled to be more optimal.</li>