From 30833a1ad59bc1f20a4995b23d2794be17227b51 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 29 Dec 2014 18:19:22 +0000 Subject: Add break-after property support. --- src/select/computed.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/select/computed.c') diff --git a/src/select/computed.c b/src/select/computed.c index ddaad6e..ff6da17 100644 --- a/src/select/computed.c +++ b/src/select/computed.c @@ -787,6 +787,11 @@ uint8_t css_computed_background_position(const css_computed_style *style, return get_background_position(style, hlength, hunit, vlength, vunit); } +uint8_t css_computed_break_after(const css_computed_style *style) +{ + return get_break_after(style); +} + uint8_t css_computed_column_count(const css_computed_style *style, int32_t *column_count) { -- cgit v1.2.3