1_styling_lists
dz / mdn / css / 2_css_styling_text / 1_styling_listsSummary
Styling Lists
Node Tree
Nodes
| handling_list_spacing | |
| content | Handling list spacing |
| children | vertical_rhythm |
| vertical_rhythm | |
| content | vertical rhythm: adjsuting styles so they keep the vertical spacing the same as their surrounding elements |
| parents | handling_list_spacing |
| list_specific_styles | |
| content | list-specific styles |
| children | list_style_image, list_style_position, list_style_shorthand, list_style_type |
| list_style_type | |
| content | list-style-type |
| children | upper_roman |
| parents | list_specific_styles |
| list_style_position | |
| content | list-style-position |
| children | sets_bullets_inside_outside_list_item |
| parents | list_specific_styles |
| upper_roman | |
| content | upper-roman |
| parents | list_style_type |
| sets_bullets_inside_outside_list_item | |
| content | Sets bullets appearing inside list items or outside them before the start of each item |
| parents | list_style_position |
| list_style_image | |
| content | list-style-image |
| children | custom_bullet_image (description), background_props_more_flexible (use background properties instead) |
| parents | list_specific_styles |
| background_props_more_flexible | |
| content | Using background family of properties much more flexible |
| parents | list_style_image |
| custom_bullet_image | |
| content | Custom image for your bullet |
| parents | list_style_image |
| controlling_list_counting | |
| content | Controlling list counting |
| children | value_attr, reversed, start_attr |
| list_style_shorthand | |
| content | List-style shorthand |
| children | type_image_position (arguments) |
| parents | list_specific_styles |
| type_image_position | |
| content | Type, iamge, position. any or all, in any order |
| parents | list_style_shorthand |
| reversed | |
| content | reversed |
| parents | controlling_list_counting, start_attr |
| start_attr | |
| content | start |
| children | reversed (used with?) |
| parents | controlling_list_counting |
| value_attr | |
| content | value |
| children | numerical_vals_used |
| parents | controlling_list_counting |
| numerical_vals_used | |
| content | numerical values used, even for non-number list-style-stype |
| parents | value_attr |