1, css: support 'display & visibility',
authoryu.dongliang <18588496441@163.com>
Fri, 29 May 2026 11:07:10 +0000 (19:07 +0800)
committeryu.dongliang <18588496441@163.com>
Fri, 29 May 2026 11:07:37 +0000 (19:07 +0800)
commitdfd288732c6f664200e86a5e2f5a519108d4ac0e
tree0fbc7042d33cfa74b545f04798b17425a728bc08
parent66354976c1d43be17de78b540c26cee423f545a0
1, css: support 'display & visibility',
2, support variable OpenGL resolution with a scale factor as OS vision config,
40 files changed:
examples/css_attr.html
examples/css_attr_form.html [new file with mode: 0644]
examples/display_none.html [new file with mode: 0644]
examples/visibility.html [new file with mode: 0644]
html/Makefile
html/abc_css.c
html/abc_css_display.c [new file with mode: 0644]
html/abc_css_length.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/__render_border.c
ui/__render_text.c
ui/abc.h
ui/abc_layout.c
ui/abc_layout_form.c
ui/abc_layout_input.c
ui/abc_layout_label.c
ui/abc_layout_table.c
ui/abc_layout_td.c
ui/abc_render.c
ui/abc_render_a_href.c
ui/abc_render_audio.c
ui/abc_render_body.c
ui/abc_render_empty.c
ui/abc_render_form.c [deleted file]
ui/abc_render_h1.c
ui/abc_render_hr.c
ui/abc_render_img.c
ui/abc_render_input.c
ui/abc_render_label.c
ui/abc_render_li.c
ui/abc_render_table.c
ui/abc_render_td.c
ui/abc_render_text.c
ui/abc_render_video.c
ui/main.c