From 9fa9b9d104c730ef6d84b19245b61ebc9554b432 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 31 Jan 2011 00:18:15 +0000 Subject: CSS3 Selectors svn path=/trunk/libcss/; revision=11557 --- src/select/select.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/select/select.h') diff --git a/src/select/select.h b/src/select/select.h index c0ba7cf..9c956de 100644 --- a/src/select/select.h +++ b/src/select/select.h @@ -50,6 +50,22 @@ typedef struct css_select_state { lwc_string *hover; lwc_string *active; lwc_string *focus; + lwc_string *nth_child; + lwc_string *nth_last_child; + lwc_string *nth_of_type; + lwc_string *nth_last_of_type; + lwc_string *last_child; + lwc_string *first_of_type; + lwc_string *last_of_type; + lwc_string *only_child; + lwc_string *only_of_type; + lwc_string *root; + lwc_string *empty; + lwc_string *target; + lwc_string *lang; + lwc_string *enabled; + lwc_string *disabled; + lwc_string *checked; lwc_string *first_line; lwc_string *first_letter; lwc_string *before; -- cgit v1.2.3