From c6d7f24987a90bc61e408c4249a6a212276b4174 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 1 Jun 2014 18:32:37 +0100 Subject: Add support for CSS3 overflow-x and overflow-y properties. Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y. --- docs/API-ABI-Changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'docs/API-ABI-Changes') diff --git a/docs/API-ABI-Changes b/docs/API-ABI-Changes index c70c6f0..0216234 100644 --- a/docs/API-ABI-Changes +++ b/docs/API-ABI-Changes @@ -35,3 +35,24 @@ LibCSS 0.2.0 --> LibCSS 0.3.0 get_libcss_node_data New selection handler function used to retrieve private cache belonging to libcss from document element nodes. + + +LibCSS 0.3.0 --> LibCSS 0.4.0 +----------------------------- + + The API is changed. + + Due to the change from CSS2 overflow to CSS3 overflow properties, the + computed style access functions for overflow properties have changed. + The overflow property is removed. Added are overflow-x and overflow-y + properties. (The overflow shorthand property now sets overflow-x and + overflow-y.) + + This change affects the following functions: + + Removed from include/libcss/computed.h -- css_computed_overflow() + + Added to include/libcss/computed.h -- css_computed_overflow_x() + + Added to include/libcss/computed.h -- css_computed_overflow_y() + -- cgit v1.2.3