css: support counter() & counters()
authoryu.dongliang <18588496441@163.com>
Sat, 6 Jun 2026 06:43:43 +0000 (14:43 +0800)
committeryu.dongliang <18588496441@163.com>
Sat, 6 Jun 2026 06:43:43 +0000 (14:43 +0800)
commitd2b702d86a2c3509215628198c9110fd4f9cc9d2
treeba2cb73fbc406999917cd1ce70269126c9c1e46d
parent76e9633c88029bba5bded0bbd5cd3d34ef0c0c0b
css: support counter() & counters()
19 files changed:
examples/counter.html [new file with mode: 0644]
examples/counters.html [new file with mode: 0644]
html/Makefile
html/abc_css.c
html/abc_css_counter.c [new file with mode: 0644]
html/abc_html.c
html/abc_html.h
html/abc_obj.c
html/abc_obj.h
js/util/scf_string.c
ui/Makefile
ui/__render_text.c
ui/abc_layout.c
ui/abc_layout_h1.c
ui/abc_layout_li.c [new file with mode: 0644]
ui/abc_layout_text.c
ui/abc_render_li.c
ui/abc_render_text.c
util/scf_string.c