Okay, you’re got a box. You are rendering two (or more items) in the box. Let's assume they are inline (or inline-block) elements. When more than one item appears on the same line, we want to insert the string ·
between the items. However, when the second (or whatever) item begins a new line, we want to skip the separator.
Is there a reasonable CSS-only solution to this design requirement?