mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 05:41:32 +03:00
Added 200+ CSS Properties for parsing
This commit is contained in:
parent
51b5577d48
commit
e7c2cc454c
Binary file not shown.
@ -186,6 +186,7 @@ int main(int argc, const char * argv[]) {
|
||||
|
||||
char *html_f = "/new/C-git/habr/1.html";
|
||||
char *css_f = "/new/C-git/habr/1_glob.css";
|
||||
//char *css_f = "/new/C-git/bootstrap.css";
|
||||
|
||||
char *html = "<fff>sdsd<aaaa id=hash class=best><div a1><menu class=\"lalala\" id=\"menu-id\" b1><span span1><div a2></div></div><menu class=\"be\" id=\"menu\" b1><span span2></aaaa><a href=\"\" sec></a><div div1><div div2></div><div div3></div><div div4></div></div><p p1><p p2><p p3><p p4>";
|
||||
char *css = "lala, bebe, sss {width: 10px}";
|
||||
@ -196,7 +197,7 @@ int main(int argc, const char * argv[]) {
|
||||
modest_status_t status = modest_init(modest);
|
||||
|
||||
myhtml_tree_t *myhtml_tree = myhtml(html_f, strlen(html_f), true, false, modest_callback_for_create_mnode, (void*)modest);
|
||||
mycss_entry_t *mycss_entry = mycss(css_f, strlen(css_f), true, false);
|
||||
mycss_entry_t *mycss_entry = mycss(css_f, strlen(css_f), true, true);
|
||||
|
||||
// myhtml_tree_t *myhtml_tree = myhtml(html, strlen(html), false, true, modest_callback_for_create_mnode, (void*)modest);
|
||||
// mycss_entry_t *mycss_entry = mycss(css, strlen(css), false, true);
|
||||
|
@ -34,6 +34,17 @@ void modest_style_map_collate_declaration_undef(myhtml_tree_node_t* node, modest
|
||||
void modest_style_map_collate_declaration_align_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_align_items(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_align_self(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_fill_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_iteration_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_name(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_play_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_appearance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_backface_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_attachment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_clip(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -43,6 +54,9 @@ void modest_style_map_collate_declaration_background_origin(myhtml_tree_node_t*
|
||||
void modest_style_map_collate_declaration_background_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_repeat(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_size(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_label(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -50,6 +64,7 @@ void modest_style_map_collate_declaration_border_bottom_left_radius(myhtml_tree_
|
||||
void modest_style_map_collate_declaration_border_bottom_right_radius(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_collapse(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_image(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_image_outset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -65,6 +80,7 @@ void modest_style_map_collate_declaration_border_right(myhtml_tree_node_t* node,
|
||||
void modest_style_map_collate_declaration_border_right_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_right_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_right_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -73,11 +89,49 @@ void modest_style_map_collate_declaration_border_top_right_radius(myhtml_tree_no
|
||||
void modest_style_map_collate_declaration_border_top_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_decoration_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_sizing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_suppress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_inside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caption_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret_shape(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_clear(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_clear_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_interpolation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_interpolation_filters(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_gap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_span(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_columns(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_contain(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_continue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_counter_increment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cursor(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_display(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_empty_cells(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex_basis(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -105,20 +159,56 @@ void modest_style_map_collate_declaration_font_variant_ligatures(myhtml_tree_nod
|
||||
void modest_style_map_collate_declaration_font_variant_numeric(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_font_variant_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_font_weight(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_glyph_orientation_vertical(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_hanging_punctuation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_hyphens(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_image_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_indent_edge_reset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_inline_size_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_justify_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_letter_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_height_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_image(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_mid(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_lines(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_min_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_min_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_down(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_up(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_order(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_orphans(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_offset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_x(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_y(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -126,7 +216,100 @@ void modest_style_map_collate_declaration_padding_bottom(myhtml_tree_node_t* nod
|
||||
void modest_style_map_collate_declaration_padding_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_perspective(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_perspective_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_presentation_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_quotes(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_region_fragment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_resize(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_merge(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_padding(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_stop(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_image_threshold(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_outside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_speak(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_speak_as(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_string_set(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_dasharray(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_dashoffset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_linecap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_linejoin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_miterlimit(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_tab_size(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_table_layout(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align_all(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align_last(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_combine_upright(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_line(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_skip(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_styl(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_indent(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_justify(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_orientation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_size_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_underline_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_touch_action(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_box(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_property(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_unicode_bidi(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_user_select(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_vertical_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_balance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_family(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_pitch(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_range(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_rate(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_stress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_volume(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_white_space(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_widows(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_will_change(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_wrap_flow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_wrap_through(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_writing_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_z_index(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
|
||||
#endif /* MODEST_STYLE_MAP_H */
|
||||
|
@ -28,6 +28,17 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_align_content,
|
||||
modest_style_map_collate_declaration_align_items,
|
||||
modest_style_map_collate_declaration_align_self,
|
||||
modest_style_map_collate_declaration_animation,
|
||||
modest_style_map_collate_declaration_animation_delay,
|
||||
modest_style_map_collate_declaration_animation_direction,
|
||||
modest_style_map_collate_declaration_animation_duration,
|
||||
modest_style_map_collate_declaration_animation_fill_mode,
|
||||
modest_style_map_collate_declaration_animation_iteration_count,
|
||||
modest_style_map_collate_declaration_animation_name,
|
||||
modest_style_map_collate_declaration_animation_play_state,
|
||||
modest_style_map_collate_declaration_animation_timing_function,
|
||||
modest_style_map_collate_declaration_appearance,
|
||||
modest_style_map_collate_declaration_backface_visibility,
|
||||
modest_style_map_collate_declaration_background,
|
||||
modest_style_map_collate_declaration_background_attachment,
|
||||
modest_style_map_collate_declaration_background_clip,
|
||||
@ -37,6 +48,9 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_background_position,
|
||||
modest_style_map_collate_declaration_background_repeat,
|
||||
modest_style_map_collate_declaration_background_size,
|
||||
modest_style_map_collate_declaration_bookmark_label,
|
||||
modest_style_map_collate_declaration_bookmark_level,
|
||||
modest_style_map_collate_declaration_bookmark_state,
|
||||
modest_style_map_collate_declaration_border,
|
||||
modest_style_map_collate_declaration_border_bottom,
|
||||
modest_style_map_collate_declaration_border_bottom_color,
|
||||
@ -44,6 +58,7 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_bottom_right_radius,
|
||||
modest_style_map_collate_declaration_border_bottom_style,
|
||||
modest_style_map_collate_declaration_border_bottom_width,
|
||||
modest_style_map_collate_declaration_border_collapse,
|
||||
modest_style_map_collate_declaration_border_color,
|
||||
modest_style_map_collate_declaration_border_image,
|
||||
modest_style_map_collate_declaration_border_image_outset,
|
||||
@ -59,6 +74,7 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_right_color,
|
||||
modest_style_map_collate_declaration_border_right_style,
|
||||
modest_style_map_collate_declaration_border_right_width,
|
||||
modest_style_map_collate_declaration_border_spacing,
|
||||
modest_style_map_collate_declaration_border_style,
|
||||
modest_style_map_collate_declaration_border_top,
|
||||
modest_style_map_collate_declaration_border_top_color,
|
||||
@ -67,11 +83,49 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_top_style,
|
||||
modest_style_map_collate_declaration_border_top_width,
|
||||
modest_style_map_collate_declaration_border_width,
|
||||
modest_style_map_collate_declaration_bottom,
|
||||
modest_style_map_collate_declaration_box_decoration_break,
|
||||
modest_style_map_collate_declaration_box_shadow,
|
||||
modest_style_map_collate_declaration_box_sizing,
|
||||
modest_style_map_collate_declaration_box_suppress,
|
||||
modest_style_map_collate_declaration_break_after,
|
||||
modest_style_map_collate_declaration_break_before,
|
||||
modest_style_map_collate_declaration_break_inside,
|
||||
modest_style_map_collate_declaration_caption_side,
|
||||
modest_style_map_collate_declaration_caret,
|
||||
modest_style_map_collate_declaration_caret_color,
|
||||
modest_style_map_collate_declaration_caret_shape,
|
||||
modest_style_map_collate_declaration_clear,
|
||||
modest_style_map_collate_declaration_clear_after,
|
||||
modest_style_map_collate_declaration_color,
|
||||
modest_style_map_collate_declaration_color_adjust,
|
||||
modest_style_map_collate_declaration_color_interpolation,
|
||||
modest_style_map_collate_declaration_color_interpolation_filters,
|
||||
modest_style_map_collate_declaration_color_rendering,
|
||||
modest_style_map_collate_declaration_column_count,
|
||||
modest_style_map_collate_declaration_column_fill,
|
||||
modest_style_map_collate_declaration_column_gap,
|
||||
modest_style_map_collate_declaration_column_rule,
|
||||
modest_style_map_collate_declaration_column_rule_color,
|
||||
modest_style_map_collate_declaration_column_rule_style,
|
||||
modest_style_map_collate_declaration_column_rule_width,
|
||||
modest_style_map_collate_declaration_column_span,
|
||||
modest_style_map_collate_declaration_column_width,
|
||||
modest_style_map_collate_declaration_columns,
|
||||
modest_style_map_collate_declaration_contain,
|
||||
modest_style_map_collate_declaration_content,
|
||||
modest_style_map_collate_declaration_continue,
|
||||
modest_style_map_collate_declaration_counter_increment,
|
||||
modest_style_map_collate_declaration_cue,
|
||||
modest_style_map_collate_declaration_cue_after,
|
||||
modest_style_map_collate_declaration_cue_before,
|
||||
modest_style_map_collate_declaration_cursor,
|
||||
modest_style_map_collate_declaration_direction,
|
||||
modest_style_map_collate_declaration_display,
|
||||
modest_style_map_collate_declaration_empty_cells,
|
||||
modest_style_map_collate_declaration_fill,
|
||||
modest_style_map_collate_declaration_fill_opacity,
|
||||
modest_style_map_collate_declaration_fill_rule,
|
||||
modest_style_map_collate_declaration_flex,
|
||||
modest_style_map_collate_declaration_flex_basis,
|
||||
modest_style_map_collate_declaration_flex_direction,
|
||||
@ -99,20 +153,56 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_font_variant_numeric,
|
||||
modest_style_map_collate_declaration_font_variant_position,
|
||||
modest_style_map_collate_declaration_font_weight,
|
||||
modest_style_map_collate_declaration_glyph_orientation_vertical,
|
||||
modest_style_map_collate_declaration_hanging_punctuation,
|
||||
modest_style_map_collate_declaration_height,
|
||||
modest_style_map_collate_declaration_hyphens,
|
||||
modest_style_map_collate_declaration_image_rendering,
|
||||
modest_style_map_collate_declaration_indent_edge_reset,
|
||||
modest_style_map_collate_declaration_inline_size_step,
|
||||
modest_style_map_collate_declaration_justify_content,
|
||||
modest_style_map_collate_declaration_left,
|
||||
modest_style_map_collate_declaration_letter_spacing,
|
||||
modest_style_map_collate_declaration_line_break,
|
||||
modest_style_map_collate_declaration_line_height,
|
||||
modest_style_map_collate_declaration_line_height_step,
|
||||
modest_style_map_collate_declaration_list_style,
|
||||
modest_style_map_collate_declaration_list_style_image,
|
||||
modest_style_map_collate_declaration_list_style_position,
|
||||
modest_style_map_collate_declaration_list_style_type,
|
||||
modest_style_map_collate_declaration_margin,
|
||||
modest_style_map_collate_declaration_margin_bottom,
|
||||
modest_style_map_collate_declaration_margin_left,
|
||||
modest_style_map_collate_declaration_margin_right,
|
||||
modest_style_map_collate_declaration_margin_top,
|
||||
modest_style_map_collate_declaration_marker,
|
||||
modest_style_map_collate_declaration_marker_end,
|
||||
modest_style_map_collate_declaration_marker_mid,
|
||||
modest_style_map_collate_declaration_marker_side,
|
||||
modest_style_map_collate_declaration_marker_start,
|
||||
modest_style_map_collate_declaration_max_height,
|
||||
modest_style_map_collate_declaration_max_lines,
|
||||
modest_style_map_collate_declaration_max_width,
|
||||
modest_style_map_collate_declaration_min_height,
|
||||
modest_style_map_collate_declaration_min_width,
|
||||
modest_style_map_collate_declaration_nav_down,
|
||||
modest_style_map_collate_declaration_nav_left,
|
||||
modest_style_map_collate_declaration_nav_right,
|
||||
modest_style_map_collate_declaration_nav_up,
|
||||
modest_style_map_collate_declaration_offset_after,
|
||||
modest_style_map_collate_declaration_offset_before,
|
||||
modest_style_map_collate_declaration_offset_end,
|
||||
modest_style_map_collate_declaration_offset_start,
|
||||
modest_style_map_collate_declaration_opacity,
|
||||
modest_style_map_collate_declaration_order,
|
||||
modest_style_map_collate_declaration_orphans,
|
||||
modest_style_map_collate_declaration_outline,
|
||||
modest_style_map_collate_declaration_outline_color,
|
||||
modest_style_map_collate_declaration_outline_offset,
|
||||
modest_style_map_collate_declaration_outline_style,
|
||||
modest_style_map_collate_declaration_outline_width,
|
||||
modest_style_map_collate_declaration_overflow,
|
||||
modest_style_map_collate_declaration_overflow_wrap,
|
||||
modest_style_map_collate_declaration_overflow_x,
|
||||
modest_style_map_collate_declaration_overflow_y,
|
||||
modest_style_map_collate_declaration_padding,
|
||||
@ -120,9 +210,101 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_padding_left,
|
||||
modest_style_map_collate_declaration_padding_right,
|
||||
modest_style_map_collate_declaration_padding_top,
|
||||
modest_style_map_collate_declaration_pause,
|
||||
modest_style_map_collate_declaration_pause_after,
|
||||
modest_style_map_collate_declaration_pause_before,
|
||||
modest_style_map_collate_declaration_perspective,
|
||||
modest_style_map_collate_declaration_perspective_origin,
|
||||
modest_style_map_collate_declaration_position,
|
||||
modest_style_map_collate_declaration_presentation_level,
|
||||
modest_style_map_collate_declaration_quotes,
|
||||
modest_style_map_collate_declaration_region_fragment,
|
||||
modest_style_map_collate_declaration_resize,
|
||||
modest_style_map_collate_declaration_rest,
|
||||
modest_style_map_collate_declaration_rest_after,
|
||||
modest_style_map_collate_declaration_rest_before,
|
||||
modest_style_map_collate_declaration_right,
|
||||
modest_style_map_collate_declaration_ruby_align,
|
||||
modest_style_map_collate_declaration_ruby_merge,
|
||||
modest_style_map_collate_declaration_ruby_position,
|
||||
modest_style_map_collate_declaration_scroll_padding,
|
||||
modest_style_map_collate_declaration_scroll_snap_align,
|
||||
modest_style_map_collate_declaration_scroll_snap_margin,
|
||||
modest_style_map_collate_declaration_scroll_snap_stop,
|
||||
modest_style_map_collate_declaration_scroll_snap_type,
|
||||
modest_style_map_collate_declaration_shape_image_threshold,
|
||||
modest_style_map_collate_declaration_shape_margin,
|
||||
modest_style_map_collate_declaration_shape_outside,
|
||||
modest_style_map_collate_declaration_shape_rendering,
|
||||
modest_style_map_collate_declaration_speak,
|
||||
modest_style_map_collate_declaration_speak_as,
|
||||
modest_style_map_collate_declaration_string_set,
|
||||
modest_style_map_collate_declaration_stroke,
|
||||
modest_style_map_collate_declaration_stroke_dasharray,
|
||||
modest_style_map_collate_declaration_stroke_dashoffset,
|
||||
modest_style_map_collate_declaration_stroke_linecap,
|
||||
modest_style_map_collate_declaration_stroke_linejoin,
|
||||
modest_style_map_collate_declaration_stroke_miterlimit,
|
||||
modest_style_map_collate_declaration_stroke_opacity,
|
||||
modest_style_map_collate_declaration_stroke_width,
|
||||
modest_style_map_collate_declaration_tab_size,
|
||||
modest_style_map_collate_declaration_table_layout,
|
||||
modest_style_map_collate_declaration_text_align,
|
||||
modest_style_map_collate_declaration_text_align_all,
|
||||
modest_style_map_collate_declaration_text_align_last,
|
||||
modest_style_map_collate_declaration_text_combine_upright,
|
||||
modest_style_map_collate_declaration_text_decoration,
|
||||
modest_style_map_collate_declaration_text_decoration_color,
|
||||
modest_style_map_collate_declaration_text_decoration_line,
|
||||
modest_style_map_collate_declaration_text_decoration_skip,
|
||||
modest_style_map_collate_declaration_text_decoration_styl,
|
||||
modest_style_map_collate_declaration_text_emphasis,
|
||||
modest_style_map_collate_declaration_text_emphasis_color,
|
||||
modest_style_map_collate_declaration_text_emphasis_position,
|
||||
modest_style_map_collate_declaration_text_emphasis_style,
|
||||
modest_style_map_collate_declaration_text_indent,
|
||||
modest_style_map_collate_declaration_text_justify,
|
||||
modest_style_map_collate_declaration_text_orientation,
|
||||
modest_style_map_collate_declaration_text_overflow,
|
||||
modest_style_map_collate_declaration_text_rendering,
|
||||
modest_style_map_collate_declaration_text_shadow,
|
||||
modest_style_map_collate_declaration_text_size_adjust,
|
||||
modest_style_map_collate_declaration_text_transform,
|
||||
modest_style_map_collate_declaration_text_underline_position,
|
||||
modest_style_map_collate_declaration_top,
|
||||
modest_style_map_collate_declaration_touch_action,
|
||||
modest_style_map_collate_declaration_transform,
|
||||
modest_style_map_collate_declaration_transform_box,
|
||||
modest_style_map_collate_declaration_transform_origin,
|
||||
modest_style_map_collate_declaration_transform_style,
|
||||
modest_style_map_collate_declaration_transition,
|
||||
modest_style_map_collate_declaration_transition_delay,
|
||||
modest_style_map_collate_declaration_transition_duration,
|
||||
modest_style_map_collate_declaration_transition_property,
|
||||
modest_style_map_collate_declaration_transition_timing_function,
|
||||
modest_style_map_collate_declaration_unicode_bidi,
|
||||
modest_style_map_collate_declaration_user_select,
|
||||
modest_style_map_collate_declaration_vertical_align,
|
||||
modest_style_map_collate_declaration_visibility,
|
||||
modest_style_map_collate_declaration_width
|
||||
|
||||
modest_style_map_collate_declaration_voice_balance,
|
||||
modest_style_map_collate_declaration_voice_duration,
|
||||
modest_style_map_collate_declaration_voice_family,
|
||||
modest_style_map_collate_declaration_voice_pitch,
|
||||
modest_style_map_collate_declaration_voice_range,
|
||||
modest_style_map_collate_declaration_voice_rate,
|
||||
modest_style_map_collate_declaration_voice_stress,
|
||||
modest_style_map_collate_declaration_voice_volume,
|
||||
modest_style_map_collate_declaration_white_space,
|
||||
modest_style_map_collate_declaration_widows,
|
||||
modest_style_map_collate_declaration_width,
|
||||
modest_style_map_collate_declaration_will_change,
|
||||
modest_style_map_collate_declaration_word_break,
|
||||
modest_style_map_collate_declaration_word_spacing,
|
||||
modest_style_map_collate_declaration_word_wrap,
|
||||
modest_style_map_collate_declaration_wrap_flow,
|
||||
modest_style_map_collate_declaration_wrap_through,
|
||||
modest_style_map_collate_declaration_writing_mode,
|
||||
modest_style_map_collate_declaration_z_index
|
||||
};
|
||||
|
||||
#endif /* MODEST_STYLE_MAP_RESOURCE_H */
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -28,13 +28,24 @@
|
||||
#include <mycss/values/values.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
//extern "C" {
|
||||
#endif
|
||||
|
||||
bool mycss_property_parser_undef(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_items(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_self(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_delay(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_fill_mode(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_iteration_count(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_name(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_play_state(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_timing_function(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_appearance(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_backface_visibility(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_attachment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_clip(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -44,6 +55,9 @@ bool mycss_property_parser_background_origin(mycss_entry_t* entry, mycss_token_t
|
||||
bool mycss_property_parser_background_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_repeat(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_size(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_label(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_level(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_state(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -51,6 +65,7 @@ bool mycss_property_parser_border_bottom_left_radius(mycss_entry_t* entry, mycss
|
||||
bool mycss_property_parser_border_bottom_right_radius(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_collapse(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_image(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_image_outset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -66,6 +81,7 @@ bool mycss_property_parser_border_right(mycss_entry_t* entry, mycss_token_t* tok
|
||||
bool mycss_property_parser_border_right_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_right_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_right_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -74,11 +90,49 @@ bool mycss_property_parser_border_top_right_radius(mycss_entry_t* entry, mycss_t
|
||||
bool mycss_property_parser_border_top_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_decoration_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_shadow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_sizing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_suppress(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_inside(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caption_side(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret_shape(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_clear(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_clear_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_adjust(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_interpolation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_interpolation_filters(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_count(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_fill(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_gap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_span(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_columns(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_contain(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_continue(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_counter_increment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cursor(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_display(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_empty_cells(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill_rule(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex_basis(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -106,20 +160,56 @@ bool mycss_property_parser_font_variant_ligatures(mycss_entry_t* entry, mycss_to
|
||||
bool mycss_property_parser_font_variant_numeric(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_font_variant_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_font_weight(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_glyph_orientation_vertical(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_hanging_punctuation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_hyphens(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_image_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_indent_edge_reset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_inline_size_step(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_justify_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_letter_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_height_step(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_image(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_type(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_end(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_mid(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_side(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_start(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_lines(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_min_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_min_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_down(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_up(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_end(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_start(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_order(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_orphans(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_offset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_wrap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_x(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_y(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -127,8 +217,101 @@ bool mycss_property_parser_padding_bottom(mycss_entry_t* entry, mycss_token_t* t
|
||||
bool mycss_property_parser_padding_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_perspective(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_perspective_origin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_presentation_level(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_quotes(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_region_fragment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_resize(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_merge(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_padding(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_stop(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_type(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_image_threshold(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_outside(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_speak(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_speak_as(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_string_set(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_dasharray(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_dashoffset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_linecap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_linejoin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_miterlimit(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_tab_size(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_table_layout(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align_all(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align_last(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_combine_upright(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_line(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_skip(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_styl(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_indent(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_justify(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_orientation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_overflow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_shadow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_size_adjust(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_transform(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_underline_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_touch_action(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_box(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_origin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_delay(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_property(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_timing_function(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_unicode_bidi(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_user_select(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_vertical_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_visibility(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_balance(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_family(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_pitch(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_range(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_rate(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_stress(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_volume(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_white_space(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_widows(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_will_change(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_wrap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_wrap_flow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_wrap_through(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_writing_mode(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_z_index(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -54,16 +54,7 @@ void modest_style_map_collate_declaration_width(myhtml_tree_node_t* node, modest
|
||||
}
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
// modest_node_t *m_node = (modest_node_t*)node->data;
|
||||
//
|
||||
// if(modest_finder_thread_spec_is_up(&thr_dec->raw_spec, &m_node->stylesheet->width.raw.spec)) {
|
||||
// m_node->stylesheet->width.raw.declaration = thr_dec->entry;
|
||||
// m_node->stylesheet->width.raw.spec = thr_dec->raw_spec;
|
||||
// }
|
||||
}
|
||||
|
||||
/* not yet */
|
||||
void modest_style_map_collate_declaration_align_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -76,6 +67,50 @@ void modest_style_map_collate_declaration_align_self(myhtml_tree_node_t* node, m
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_fill_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_iteration_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_name(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_play_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_animation_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_appearance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_backface_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_background(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -112,6 +147,22 @@ void modest_style_map_collate_declaration_background_size(myhtml_tree_node_t* no
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_bookmark_label(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_bookmark_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_bookmark_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -136,6 +187,10 @@ void modest_style_map_collate_declaration_border_bottom_width(myhtml_tree_node_t
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border_collapse(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -196,6 +251,10 @@ void modest_style_map_collate_declaration_border_right_width(myhtml_tree_node_t*
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_border_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -228,14 +287,54 @@ void modest_style_map_collate_declaration_border_width(myhtml_tree_node_t* node,
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_box_decoration_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_box_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_box_sizing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_box_suppress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_break_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_break_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_break_inside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_caption_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_caret(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_caret_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_caret_shape(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_clear(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -244,10 +343,122 @@ void modest_style_map_collate_declaration_clear_after(myhtml_tree_node_t* node,
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_color_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_color_interpolation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_color_interpolation_filters(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_color_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_gap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_rule_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_rule_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_rule_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_span(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_column_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_columns(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_contain(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_continue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_counter_increment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_cue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_cue_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_cue_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_cursor(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_display(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_empty_cells(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_fill_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_fill_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_flex(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -356,14 +567,70 @@ void modest_style_map_collate_declaration_font_weight(myhtml_tree_node_t* node,
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_glyph_orientation_vertical(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_hanging_punctuation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_hyphens(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_image_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_indent_edge_reset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_inline_size_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_justify_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_letter_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_line_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_line_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_line_height_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_list_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_list_style_image(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_list_style_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_list_style_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -384,10 +651,34 @@ void modest_style_map_collate_declaration_margin_top(myhtml_tree_node_t* node, m
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_marker(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_marker_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_marker_mid(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_marker_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_marker_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_max_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_max_lines(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_max_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -400,14 +691,78 @@ void modest_style_map_collate_declaration_min_width(myhtml_tree_node_t* node, mo
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_nav_down(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_nav_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_nav_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_nav_up(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_offset_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_offset_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_offset_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_offset_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_order(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_orphans(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_outline(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_outline_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_outline_offset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_outline_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_outline_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_overflow_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_overflow_x(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
@ -436,8 +791,380 @@ void modest_style_map_collate_declaration_padding_top(myhtml_tree_node_t* node,
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_pause(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_pause_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_pause_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_perspective(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_perspective_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_presentation_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_quotes(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_region_fragment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_resize(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_rest(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_rest_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_rest_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_ruby_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_ruby_merge(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_ruby_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_scroll_padding(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_scroll_snap_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_scroll_snap_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_scroll_snap_stop(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_scroll_snap_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_shape_image_threshold(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_shape_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_shape_outside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_shape_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_speak(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_speak_as(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_string_set(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_dasharray(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_dashoffset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_linecap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_linejoin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_miterlimit(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_stroke_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_tab_size(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_table_layout(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_align_all(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_align_last(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_combine_upright(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_decoration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_decoration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_decoration_line(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_decoration_skip(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_decoration_styl(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_emphasis(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_emphasis_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_emphasis_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_emphasis_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_indent(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_justify(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_orientation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_size_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_text_underline_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_touch_action(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transform_box(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transform_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transform_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transition(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transition_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transition_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transition_property(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_transition_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_unicode_bidi(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_user_select(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_vertical_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_balance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_family(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_pitch(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_range(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_rate(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_stress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_voice_volume(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_white_space(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_widows(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_will_change(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_word_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_word_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_word_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_wrap_flow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_wrap_through(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_writing_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
void modest_style_map_collate_declaration_z_index(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
@ -34,6 +34,17 @@ void modest_style_map_collate_declaration_undef(myhtml_tree_node_t* node, modest
|
||||
void modest_style_map_collate_declaration_align_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_align_items(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_align_self(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_fill_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_iteration_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_name(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_play_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_animation_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_appearance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_backface_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_attachment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_clip(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -43,6 +54,9 @@ void modest_style_map_collate_declaration_background_origin(myhtml_tree_node_t*
|
||||
void modest_style_map_collate_declaration_background_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_repeat(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_background_size(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_label(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bookmark_state(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -50,6 +64,7 @@ void modest_style_map_collate_declaration_border_bottom_left_radius(myhtml_tree_
|
||||
void modest_style_map_collate_declaration_border_bottom_right_radius(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_bottom_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_collapse(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_image(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_image_outset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -65,6 +80,7 @@ void modest_style_map_collate_declaration_border_right(myhtml_tree_node_t* node,
|
||||
void modest_style_map_collate_declaration_border_right_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_right_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_right_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -73,11 +89,49 @@ void modest_style_map_collate_declaration_border_top_right_radius(myhtml_tree_no
|
||||
void modest_style_map_collate_declaration_border_top_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_top_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_border_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_decoration_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_sizing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_box_suppress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_break_inside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caption_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_caret_shape(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_clear(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_clear_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_interpolation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_interpolation_filters(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_color_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_count(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_gap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_rule_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_span(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_column_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_columns(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_contain(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_continue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_counter_increment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cue_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_cursor(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_display(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_empty_cells(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_fill_rule(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex_basis(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_flex_direction(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -105,20 +159,56 @@ void modest_style_map_collate_declaration_font_variant_ligatures(myhtml_tree_nod
|
||||
void modest_style_map_collate_declaration_font_variant_numeric(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_font_variant_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_font_weight(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_glyph_orientation_vertical(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_hanging_punctuation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_hyphens(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_image_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_indent_edge_reset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_inline_size_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_justify_content(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_letter_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_line_height_step(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_image(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_list_style_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_bottom(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_margin_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_mid(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_side(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_marker_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_lines(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_max_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_min_height(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_min_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_down(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_nav_up(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_end(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_offset_start(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_order(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_orphans(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_offset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_outline_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_x(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_overflow_y(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
@ -126,7 +216,100 @@ void modest_style_map_collate_declaration_padding_bottom(myhtml_tree_node_t* nod
|
||||
void modest_style_map_collate_declaration_padding_left(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_padding_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_pause_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_perspective(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_perspective_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_presentation_level(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_quotes(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_region_fragment(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_resize(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest_after(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_rest_before(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_right(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_merge(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_ruby_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_padding(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_stop(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_scroll_snap_type(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_image_threshold(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_margin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_outside(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_shape_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_speak(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_speak_as(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_string_set(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_dasharray(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_dashoffset(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_linecap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_linejoin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_miterlimit(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_opacity(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_stroke_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_tab_size(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_table_layout(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align_all(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_align_last(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_combine_upright(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_line(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_skip(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_decoration_styl(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_color(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_emphasis_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_indent(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_justify(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_orientation(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_overflow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_rendering(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_shadow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_size_adjust(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_text_underline_position(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_top(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_touch_action(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_box(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_origin(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transform_style(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_delay(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_property(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_transition_timing_function(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_unicode_bidi(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_user_select(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_vertical_align(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_visibility(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_balance(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_duration(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_family(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_pitch(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_range(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_rate(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_stress(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_voice_volume(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_white_space(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_widows(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_width(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_will_change(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_break(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_spacing(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_word_wrap(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_wrap_flow(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_wrap_through(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_writing_mode(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
void modest_style_map_collate_declaration_z_index(myhtml_tree_node_t* node, modest_finder_thread_declaration_t* thr_dec);
|
||||
|
||||
#endif /* MODEST_STYLE_MAP_H */
|
||||
|
@ -28,6 +28,17 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_align_content,
|
||||
modest_style_map_collate_declaration_align_items,
|
||||
modest_style_map_collate_declaration_align_self,
|
||||
modest_style_map_collate_declaration_animation,
|
||||
modest_style_map_collate_declaration_animation_delay,
|
||||
modest_style_map_collate_declaration_animation_direction,
|
||||
modest_style_map_collate_declaration_animation_duration,
|
||||
modest_style_map_collate_declaration_animation_fill_mode,
|
||||
modest_style_map_collate_declaration_animation_iteration_count,
|
||||
modest_style_map_collate_declaration_animation_name,
|
||||
modest_style_map_collate_declaration_animation_play_state,
|
||||
modest_style_map_collate_declaration_animation_timing_function,
|
||||
modest_style_map_collate_declaration_appearance,
|
||||
modest_style_map_collate_declaration_backface_visibility,
|
||||
modest_style_map_collate_declaration_background,
|
||||
modest_style_map_collate_declaration_background_attachment,
|
||||
modest_style_map_collate_declaration_background_clip,
|
||||
@ -37,6 +48,9 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_background_position,
|
||||
modest_style_map_collate_declaration_background_repeat,
|
||||
modest_style_map_collate_declaration_background_size,
|
||||
modest_style_map_collate_declaration_bookmark_label,
|
||||
modest_style_map_collate_declaration_bookmark_level,
|
||||
modest_style_map_collate_declaration_bookmark_state,
|
||||
modest_style_map_collate_declaration_border,
|
||||
modest_style_map_collate_declaration_border_bottom,
|
||||
modest_style_map_collate_declaration_border_bottom_color,
|
||||
@ -44,6 +58,7 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_bottom_right_radius,
|
||||
modest_style_map_collate_declaration_border_bottom_style,
|
||||
modest_style_map_collate_declaration_border_bottom_width,
|
||||
modest_style_map_collate_declaration_border_collapse,
|
||||
modest_style_map_collate_declaration_border_color,
|
||||
modest_style_map_collate_declaration_border_image,
|
||||
modest_style_map_collate_declaration_border_image_outset,
|
||||
@ -59,6 +74,7 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_right_color,
|
||||
modest_style_map_collate_declaration_border_right_style,
|
||||
modest_style_map_collate_declaration_border_right_width,
|
||||
modest_style_map_collate_declaration_border_spacing,
|
||||
modest_style_map_collate_declaration_border_style,
|
||||
modest_style_map_collate_declaration_border_top,
|
||||
modest_style_map_collate_declaration_border_top_color,
|
||||
@ -67,11 +83,49 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_border_top_style,
|
||||
modest_style_map_collate_declaration_border_top_width,
|
||||
modest_style_map_collate_declaration_border_width,
|
||||
modest_style_map_collate_declaration_bottom,
|
||||
modest_style_map_collate_declaration_box_decoration_break,
|
||||
modest_style_map_collate_declaration_box_shadow,
|
||||
modest_style_map_collate_declaration_box_sizing,
|
||||
modest_style_map_collate_declaration_box_suppress,
|
||||
modest_style_map_collate_declaration_break_after,
|
||||
modest_style_map_collate_declaration_break_before,
|
||||
modest_style_map_collate_declaration_break_inside,
|
||||
modest_style_map_collate_declaration_caption_side,
|
||||
modest_style_map_collate_declaration_caret,
|
||||
modest_style_map_collate_declaration_caret_color,
|
||||
modest_style_map_collate_declaration_caret_shape,
|
||||
modest_style_map_collate_declaration_clear,
|
||||
modest_style_map_collate_declaration_clear_after,
|
||||
modest_style_map_collate_declaration_color,
|
||||
modest_style_map_collate_declaration_color_adjust,
|
||||
modest_style_map_collate_declaration_color_interpolation,
|
||||
modest_style_map_collate_declaration_color_interpolation_filters,
|
||||
modest_style_map_collate_declaration_color_rendering,
|
||||
modest_style_map_collate_declaration_column_count,
|
||||
modest_style_map_collate_declaration_column_fill,
|
||||
modest_style_map_collate_declaration_column_gap,
|
||||
modest_style_map_collate_declaration_column_rule,
|
||||
modest_style_map_collate_declaration_column_rule_color,
|
||||
modest_style_map_collate_declaration_column_rule_style,
|
||||
modest_style_map_collate_declaration_column_rule_width,
|
||||
modest_style_map_collate_declaration_column_span,
|
||||
modest_style_map_collate_declaration_column_width,
|
||||
modest_style_map_collate_declaration_columns,
|
||||
modest_style_map_collate_declaration_contain,
|
||||
modest_style_map_collate_declaration_content,
|
||||
modest_style_map_collate_declaration_continue,
|
||||
modest_style_map_collate_declaration_counter_increment,
|
||||
modest_style_map_collate_declaration_cue,
|
||||
modest_style_map_collate_declaration_cue_after,
|
||||
modest_style_map_collate_declaration_cue_before,
|
||||
modest_style_map_collate_declaration_cursor,
|
||||
modest_style_map_collate_declaration_direction,
|
||||
modest_style_map_collate_declaration_display,
|
||||
modest_style_map_collate_declaration_empty_cells,
|
||||
modest_style_map_collate_declaration_fill,
|
||||
modest_style_map_collate_declaration_fill_opacity,
|
||||
modest_style_map_collate_declaration_fill_rule,
|
||||
modest_style_map_collate_declaration_flex,
|
||||
modest_style_map_collate_declaration_flex_basis,
|
||||
modest_style_map_collate_declaration_flex_direction,
|
||||
@ -99,20 +153,56 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_font_variant_numeric,
|
||||
modest_style_map_collate_declaration_font_variant_position,
|
||||
modest_style_map_collate_declaration_font_weight,
|
||||
modest_style_map_collate_declaration_glyph_orientation_vertical,
|
||||
modest_style_map_collate_declaration_hanging_punctuation,
|
||||
modest_style_map_collate_declaration_height,
|
||||
modest_style_map_collate_declaration_hyphens,
|
||||
modest_style_map_collate_declaration_image_rendering,
|
||||
modest_style_map_collate_declaration_indent_edge_reset,
|
||||
modest_style_map_collate_declaration_inline_size_step,
|
||||
modest_style_map_collate_declaration_justify_content,
|
||||
modest_style_map_collate_declaration_left,
|
||||
modest_style_map_collate_declaration_letter_spacing,
|
||||
modest_style_map_collate_declaration_line_break,
|
||||
modest_style_map_collate_declaration_line_height,
|
||||
modest_style_map_collate_declaration_line_height_step,
|
||||
modest_style_map_collate_declaration_list_style,
|
||||
modest_style_map_collate_declaration_list_style_image,
|
||||
modest_style_map_collate_declaration_list_style_position,
|
||||
modest_style_map_collate_declaration_list_style_type,
|
||||
modest_style_map_collate_declaration_margin,
|
||||
modest_style_map_collate_declaration_margin_bottom,
|
||||
modest_style_map_collate_declaration_margin_left,
|
||||
modest_style_map_collate_declaration_margin_right,
|
||||
modest_style_map_collate_declaration_margin_top,
|
||||
modest_style_map_collate_declaration_marker,
|
||||
modest_style_map_collate_declaration_marker_end,
|
||||
modest_style_map_collate_declaration_marker_mid,
|
||||
modest_style_map_collate_declaration_marker_side,
|
||||
modest_style_map_collate_declaration_marker_start,
|
||||
modest_style_map_collate_declaration_max_height,
|
||||
modest_style_map_collate_declaration_max_lines,
|
||||
modest_style_map_collate_declaration_max_width,
|
||||
modest_style_map_collate_declaration_min_height,
|
||||
modest_style_map_collate_declaration_min_width,
|
||||
modest_style_map_collate_declaration_nav_down,
|
||||
modest_style_map_collate_declaration_nav_left,
|
||||
modest_style_map_collate_declaration_nav_right,
|
||||
modest_style_map_collate_declaration_nav_up,
|
||||
modest_style_map_collate_declaration_offset_after,
|
||||
modest_style_map_collate_declaration_offset_before,
|
||||
modest_style_map_collate_declaration_offset_end,
|
||||
modest_style_map_collate_declaration_offset_start,
|
||||
modest_style_map_collate_declaration_opacity,
|
||||
modest_style_map_collate_declaration_order,
|
||||
modest_style_map_collate_declaration_orphans,
|
||||
modest_style_map_collate_declaration_outline,
|
||||
modest_style_map_collate_declaration_outline_color,
|
||||
modest_style_map_collate_declaration_outline_offset,
|
||||
modest_style_map_collate_declaration_outline_style,
|
||||
modest_style_map_collate_declaration_outline_width,
|
||||
modest_style_map_collate_declaration_overflow,
|
||||
modest_style_map_collate_declaration_overflow_wrap,
|
||||
modest_style_map_collate_declaration_overflow_x,
|
||||
modest_style_map_collate_declaration_overflow_y,
|
||||
modest_style_map_collate_declaration_padding,
|
||||
@ -120,9 +210,101 @@ static const modest_style_map_collate_f modest_style_map_static_collate_declarat
|
||||
modest_style_map_collate_declaration_padding_left,
|
||||
modest_style_map_collate_declaration_padding_right,
|
||||
modest_style_map_collate_declaration_padding_top,
|
||||
modest_style_map_collate_declaration_pause,
|
||||
modest_style_map_collate_declaration_pause_after,
|
||||
modest_style_map_collate_declaration_pause_before,
|
||||
modest_style_map_collate_declaration_perspective,
|
||||
modest_style_map_collate_declaration_perspective_origin,
|
||||
modest_style_map_collate_declaration_position,
|
||||
modest_style_map_collate_declaration_presentation_level,
|
||||
modest_style_map_collate_declaration_quotes,
|
||||
modest_style_map_collate_declaration_region_fragment,
|
||||
modest_style_map_collate_declaration_resize,
|
||||
modest_style_map_collate_declaration_rest,
|
||||
modest_style_map_collate_declaration_rest_after,
|
||||
modest_style_map_collate_declaration_rest_before,
|
||||
modest_style_map_collate_declaration_right,
|
||||
modest_style_map_collate_declaration_ruby_align,
|
||||
modest_style_map_collate_declaration_ruby_merge,
|
||||
modest_style_map_collate_declaration_ruby_position,
|
||||
modest_style_map_collate_declaration_scroll_padding,
|
||||
modest_style_map_collate_declaration_scroll_snap_align,
|
||||
modest_style_map_collate_declaration_scroll_snap_margin,
|
||||
modest_style_map_collate_declaration_scroll_snap_stop,
|
||||
modest_style_map_collate_declaration_scroll_snap_type,
|
||||
modest_style_map_collate_declaration_shape_image_threshold,
|
||||
modest_style_map_collate_declaration_shape_margin,
|
||||
modest_style_map_collate_declaration_shape_outside,
|
||||
modest_style_map_collate_declaration_shape_rendering,
|
||||
modest_style_map_collate_declaration_speak,
|
||||
modest_style_map_collate_declaration_speak_as,
|
||||
modest_style_map_collate_declaration_string_set,
|
||||
modest_style_map_collate_declaration_stroke,
|
||||
modest_style_map_collate_declaration_stroke_dasharray,
|
||||
modest_style_map_collate_declaration_stroke_dashoffset,
|
||||
modest_style_map_collate_declaration_stroke_linecap,
|
||||
modest_style_map_collate_declaration_stroke_linejoin,
|
||||
modest_style_map_collate_declaration_stroke_miterlimit,
|
||||
modest_style_map_collate_declaration_stroke_opacity,
|
||||
modest_style_map_collate_declaration_stroke_width,
|
||||
modest_style_map_collate_declaration_tab_size,
|
||||
modest_style_map_collate_declaration_table_layout,
|
||||
modest_style_map_collate_declaration_text_align,
|
||||
modest_style_map_collate_declaration_text_align_all,
|
||||
modest_style_map_collate_declaration_text_align_last,
|
||||
modest_style_map_collate_declaration_text_combine_upright,
|
||||
modest_style_map_collate_declaration_text_decoration,
|
||||
modest_style_map_collate_declaration_text_decoration_color,
|
||||
modest_style_map_collate_declaration_text_decoration_line,
|
||||
modest_style_map_collate_declaration_text_decoration_skip,
|
||||
modest_style_map_collate_declaration_text_decoration_styl,
|
||||
modest_style_map_collate_declaration_text_emphasis,
|
||||
modest_style_map_collate_declaration_text_emphasis_color,
|
||||
modest_style_map_collate_declaration_text_emphasis_position,
|
||||
modest_style_map_collate_declaration_text_emphasis_style,
|
||||
modest_style_map_collate_declaration_text_indent,
|
||||
modest_style_map_collate_declaration_text_justify,
|
||||
modest_style_map_collate_declaration_text_orientation,
|
||||
modest_style_map_collate_declaration_text_overflow,
|
||||
modest_style_map_collate_declaration_text_rendering,
|
||||
modest_style_map_collate_declaration_text_shadow,
|
||||
modest_style_map_collate_declaration_text_size_adjust,
|
||||
modest_style_map_collate_declaration_text_transform,
|
||||
modest_style_map_collate_declaration_text_underline_position,
|
||||
modest_style_map_collate_declaration_top,
|
||||
modest_style_map_collate_declaration_touch_action,
|
||||
modest_style_map_collate_declaration_transform,
|
||||
modest_style_map_collate_declaration_transform_box,
|
||||
modest_style_map_collate_declaration_transform_origin,
|
||||
modest_style_map_collate_declaration_transform_style,
|
||||
modest_style_map_collate_declaration_transition,
|
||||
modest_style_map_collate_declaration_transition_delay,
|
||||
modest_style_map_collate_declaration_transition_duration,
|
||||
modest_style_map_collate_declaration_transition_property,
|
||||
modest_style_map_collate_declaration_transition_timing_function,
|
||||
modest_style_map_collate_declaration_unicode_bidi,
|
||||
modest_style_map_collate_declaration_user_select,
|
||||
modest_style_map_collate_declaration_vertical_align,
|
||||
modest_style_map_collate_declaration_visibility,
|
||||
modest_style_map_collate_declaration_width
|
||||
|
||||
modest_style_map_collate_declaration_voice_balance,
|
||||
modest_style_map_collate_declaration_voice_duration,
|
||||
modest_style_map_collate_declaration_voice_family,
|
||||
modest_style_map_collate_declaration_voice_pitch,
|
||||
modest_style_map_collate_declaration_voice_range,
|
||||
modest_style_map_collate_declaration_voice_rate,
|
||||
modest_style_map_collate_declaration_voice_stress,
|
||||
modest_style_map_collate_declaration_voice_volume,
|
||||
modest_style_map_collate_declaration_white_space,
|
||||
modest_style_map_collate_declaration_widows,
|
||||
modest_style_map_collate_declaration_width,
|
||||
modest_style_map_collate_declaration_will_change,
|
||||
modest_style_map_collate_declaration_word_break,
|
||||
modest_style_map_collate_declaration_word_spacing,
|
||||
modest_style_map_collate_declaration_word_wrap,
|
||||
modest_style_map_collate_declaration_wrap_flow,
|
||||
modest_style_map_collate_declaration_wrap_through,
|
||||
modest_style_map_collate_declaration_writing_mode,
|
||||
modest_style_map_collate_declaration_z_index
|
||||
};
|
||||
|
||||
#endif /* MODEST_STYLE_MAP_RESOURCE_H */
|
||||
|
@ -52,7 +52,6 @@ void mycss_declaration_parser_ident(mycss_entry_t* entry, mycss_token_t* token)
|
||||
entry->parser_switch = prop_entry->parser;
|
||||
}
|
||||
else {
|
||||
|
||||
entry->parser = mycss_declaration_state_parse_error;
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -28,13 +28,24 @@
|
||||
#include "mycss/values/values.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
//extern "C" {
|
||||
#endif
|
||||
|
||||
bool mycss_property_parser_undef(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_items(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_align_self(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_delay(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_fill_mode(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_iteration_count(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_name(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_play_state(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_animation_timing_function(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_appearance(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_backface_visibility(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_attachment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_clip(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -44,6 +55,9 @@ bool mycss_property_parser_background_origin(mycss_entry_t* entry, mycss_token_t
|
||||
bool mycss_property_parser_background_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_repeat(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_background_size(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_label(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_level(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bookmark_state(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -51,6 +65,7 @@ bool mycss_property_parser_border_bottom_left_radius(mycss_entry_t* entry, mycss
|
||||
bool mycss_property_parser_border_bottom_right_radius(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_bottom_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_collapse(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_image(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_image_outset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -66,6 +81,7 @@ bool mycss_property_parser_border_right(mycss_entry_t* entry, mycss_token_t* tok
|
||||
bool mycss_property_parser_border_right_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_right_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_right_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -74,11 +90,49 @@ bool mycss_property_parser_border_top_right_radius(mycss_entry_t* entry, mycss_t
|
||||
bool mycss_property_parser_border_top_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_top_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_border_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_decoration_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_shadow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_sizing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_box_suppress(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_break_inside(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caption_side(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_caret_shape(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_clear(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_clear_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_adjust(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_interpolation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_interpolation_filters(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_color_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_count(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_fill(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_gap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_rule_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_span(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_column_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_columns(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_contain(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_continue(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_counter_increment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cue_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_cursor(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_display(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_empty_cells(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_fill_rule(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex_basis(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_flex_direction(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -106,20 +160,56 @@ bool mycss_property_parser_font_variant_ligatures(mycss_entry_t* entry, mycss_to
|
||||
bool mycss_property_parser_font_variant_numeric(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_font_variant_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_font_weight(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_glyph_orientation_vertical(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_hanging_punctuation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_hyphens(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_image_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_indent_edge_reset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_inline_size_step(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_justify_content(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_letter_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_line_height_step(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_image(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_list_style_type(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_bottom(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_margin_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_end(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_mid(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_side(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_marker_start(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_lines(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_max_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_min_height(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_min_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_down(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_nav_up(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_end(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_offset_start(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_order(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_orphans(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_offset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_outline_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_wrap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_x(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_overflow_y(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
@ -127,8 +217,101 @@ bool mycss_property_parser_padding_bottom(mycss_entry_t* entry, mycss_token_t* t
|
||||
bool mycss_property_parser_padding_left(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_padding_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_pause_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_perspective(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_perspective_origin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_presentation_level(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_quotes(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_region_fragment(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_resize(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest_after(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_rest_before(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_right(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_merge(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_ruby_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_padding(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_stop(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_scroll_snap_type(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_image_threshold(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_margin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_outside(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_shape_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_speak(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_speak_as(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_string_set(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_dasharray(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_dashoffset(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_linecap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_linejoin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_miterlimit(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_opacity(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_stroke_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_tab_size(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_table_layout(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align_all(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_align_last(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_combine_upright(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_line(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_skip(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_decoration_styl(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_color(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_emphasis_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_indent(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_justify(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_orientation(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_overflow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_rendering(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_shadow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_size_adjust(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_transform(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_text_underline_position(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_top(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_touch_action(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_box(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_origin(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transform_style(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_delay(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_property(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_transition_timing_function(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_unicode_bidi(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_user_select(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_vertical_align(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_visibility(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_balance(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_duration(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_family(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_pitch(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_range(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_rate(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_stress(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_voice_volume(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_white_space(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_widows(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_width(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_will_change(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_break(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_spacing(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_word_wrap(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_wrap_flow(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_wrap_through(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_writing_mode(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
bool mycss_property_parser_z_index(mycss_entry_t* entry, mycss_token_t* token, bool last_response);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user