use abc_attr_t to save HTML attrs, abc_obj_t only save HTML objects, so can decrease...
authoryu.dongliang <18588496441@163.com>
Wed, 20 May 2026 16:37:00 +0000 (00:37 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 20 May 2026 16:37:00 +0000 (00:37 +0800)
commit4065695a515e71cb6a544809a9d8c7830339d3ae
tree78098d099e66c209ff8fba716f68ae03c1ba79dc
parent0c3be46d35123d257ccd951c6cf962dbbf809e20
use abc_attr_t to save HTML attrs, abc_obj_t only save HTML objects, so can decrease memory use
33 files changed:
examples/overflow.html
html/abc_css.c
html/abc_css_border.c
html/abc_css_length.c
html/abc_css_position.c
html/abc_html.c
html/abc_html.h
html/abc_obj.c
html/abc_obj.h
ui/__render_bg_image.c
ui/__render_border.c
ui/__render_text.c
ui/abc_layout.c
ui/abc_layout_div.c
ui/abc_layout_form.c
ui/abc_layout_h1.c
ui/abc_layout_input.c
ui/abc_layout_label.c
ui/abc_layout_table.c
ui/abc_layout_td.c
ui/abc_layout_text.c
ui/abc_layout_video.c
ui/abc_render_a_href.c
ui/abc_render_audio.c
ui/abc_render_body.c
ui/abc_render_form.c
ui/abc_render_img.c
ui/abc_render_input.c
ui/abc_render_label.c
ui/abc_render_li.c
ui/abc_render_td.c
ui/abc_render_text.c
ui/main.c