10_supporting_older_browsers
dz / mdn / css / 3_css_layout / 10_supporting_older_browsersSummary
Supporting Older Browsers
Node Tree
- testing_older_browsers
- IE10_11_prefixed_grid
- browser_landscape
- creating_fallbacks
- feature_queries
- ignroed_if_flex_grid
- support_desired_features
Nodes
browser_landscape | |
content | what is the browser landscape for your site? |
support_desired_features | |
content | what is the support for desired features? |
children | support_not_looks_the_same |
support_not_looks_the_same | |
content | support is not equivalent to "looks the same" |
parents | support_desired_features |
creating_fallbacks | |
content | creating fallbacks in CSS |
children | grid_to_float, fallback_methods |
grid_to_float | |
content | falling back from grid to float |
parents | creating_fallbacks |
fallback_methods | |
content | fallback methods |
children | flexbox_fallback_for_grid, float_and_clear, multicol, display_inline_block, display_table |
parents | creating_fallbacks |
float_and_clear | |
content | float and clear |
parents | ignroed_if_flex_grid, fallback_methods |
display_inline_block | |
content | display: inline-block |
parents | ignroed_if_flex_grid, fallback_methods |
display_table | |
content | display: table |
parents | ignroed_if_flex_grid, fallback_methods |
flexbox_fallback_for_grid | |
content | flexbox as fallback for grid |
parents | fallback_methods |
ignroed_if_flex_grid | |
content | ignored if theres flex/grid |
children | float_and_clear, display_inline_block, display_table |
multicol | |
content | multicol |
parents | fallback_methods |
feature_queries | |
content | Feature Queries |
IE10_11_prefixed_grid | |
content | IE10 and 10 prefixed versions of grid |
testing_older_browsers | |
content | testing older browsers |