html: use an array to save label's attrs, now get it O(1),
authoryu.dongliang <18588496441@163.com>
Sat, 16 May 2026 11:14:58 +0000 (19:14 +0800)
committeryu.dongliang <18588496441@163.com>
Sat, 16 May 2026 11:15:00 +0000 (19:15 +0800)
commitef6df300098e0612d1e73cfa185a9306d43c5146
treefd12883f4682bd63e59b649f30d28adfb75de6ee
parent345b0a32e8afb3545f9ae8efb4b1c371670da76e
html: use an array to save label's attrs, now get it O(1),
css : support complex pse class (element) chain for HTML object.
22 files changed:
examples/overflow.html [new file with mode: 0644]
examples/p_pse_class.html
examples/position.html [new file with mode: 0644]
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/Makefile
ui/__render_bg_image.c
ui/abc_layout.c
ui/abc_layout_div.c
ui/abc_layout_h1.c
ui/abc_layout_img.c
ui/abc_layout_text.c
ui/abc_render.c
ui/abc_render_audio.c
ui/abc_render_img.c
ui/main.c