Skip to content

1. Some Screen Captures

win edited this page Sep 14, 2018 · 7 revisions
  1. NEARLY pass ACID1 NEARLY pass ACID1

  2. classic HTML-Renderer classic HTML-Renderer

  3. debug view screen debug view screen

html elements

  1. table table

  2. mini agg canvas canvas_mini_agg

  3. html and svg html_svg

  4. textbox (with cursor) , this is RenderBase textbox (not platform's textbox) texbox

  5. textbox with suggestion, support multiline textbox_with_suggestion

  6. input type='text' with placeholder , (before input text ,see 'hello!', and a then after input text) input_text1

css

  1. position:absolute abs

  2. position:relative relative_pos

  3. position:fixed fixed_pos

  4. overflow: scroll, hidden content_overflow

  5. display:inline-block , and selection inline_block_and_selection

  6. display:flex, (compare with FireFox37 on the right) simple_flex

  7. simple shadow box_shadow

8.float, FireFox37 (top), our HtmlRenderer(bottom) floatBox


two_html_boxes


Html Input

Html input elements are built with 'html-fragment (sub dom)'

html_input_test1

pic1 : developing Html-input, click to view full size img

2018-09-02_12-59-45

pic 9: input type='password', please note the 'placeholder' on each textbox

more about Html input see =>https://github.com/LayoutFarm/HtmlRenderer/issues/18


svg_as_img_src

pic 10: svg as img's src