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. --- src/parse/properties/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse/properties/Makefile') diff --git a/src/parse/properties/Makefile b/src/parse/properties/Makefile index 2b84354..0e29d1c 100644 --- a/src/parse/properties/Makefile +++ b/src/parse/properties/Makefile @@ -53,6 +53,7 @@ DIR_SOURCES := \ margin.c \ opacity.c \ outline.c \ + overflow.c \ padding.c \ pause.c \ play_during.c \ -- cgit v1.2.3