css: support simple combinators with pse class or pse element
authoryu.dongliang <18588496441@163.com>
Wed, 13 May 2026 10:58:36 +0000 (18:58 +0800)
committeryu.dongliang <18588496441@163.com>
Wed, 13 May 2026 10:58:36 +0000 (18:58 +0800)
commit9a94310b226854dd2ae542a74f60c6c1c85b8a3f
tree3b98d40d862568a5a37bb859cc1b59a604fe6961
parent9d13412c0921567c3a67d8c339ef35594e2f2d2d
css: support simple combinators with pse class or pse element
17 files changed:
examples/div.html [new file with mode: 0644]
examples/p_group.html [new file with mode: 0644]
examples/p_pse_class.html [new file with mode: 0644]
html/abc_css.c
html/abc_css_color.c
html/abc_html.c
html/abc_obj.c
html/abc_obj.h
ui/Makefile
ui/__render_text.c
ui/abc.h
ui/abc_layout.c
ui/abc_layout_div.c
ui/abc_layout_h1.c
ui/abc_layout_text.c [new file with mode: 0644]
ui/abc_render.c
ui/abc_render_text.c [new file with mode: 0644]