Lithium html markup change
- 11 years ago
Hi Peter,
I spoke with the development team that made this change and they are going to change the markup so the new div tag they added gets moved inside of the top div.lia-quilt for the page so the selector you pointed out will continue to work. We also think that as a general rule, we shouldn't be adding html around that top-most div.lia-quilt.
However, we do need the ability to add new markup to the page in order to add new features and functionality to the community. We won't (intentionally) remove elements, change class names, or change the order that class names should come in css selectors, but we sometimes need to wrap pre-existing tags in other tags, so selectors that use the child combinator selector (div.lia-content > div.lia-quilt) are dangerous to use because they may stop working when we place additional markup around already-existing markup on a page.
-Doug