Feature summary:
I would like > selector to be parsed into .mw-parser-output > selector.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
I would like to add a left margin to section content:
p, ul, ol { left-margin: 6ex }
Unfortunately, sub-lists are also selected.
Benefits:
I currently need the following reset as a workaround:
ul ul, ul ol, ol ul, ol ol { left-margin: 3ex }
Even worse if you would also like resetting description lists or other elements.