1# HTML content handler sources
2
3S_HTML := box_construct.c	\
4	box_inspect.c		\
5	box_manipulate.c	\
6	box_normalise.c		\
7	box_special.c		\
8	box_textarea.c		\
9	css.c			\
10	css_fetcher.c		\
11	dom_event.c		\
12	font.c			\
13	form.c			\
14	forms.c			\
15	html.c			\
16	imagemap.c		\
17	interaction.c		\
18	layout.c		\
19	object.c		\
20	redraw.c		\
21	redraw_border.c		\
22	script.c		\
23	table.c			\
24	textselection.c
25