The sibling selector will select all dd elements in the list which are
after dt.collapse.  Including the dd element under other td elements.

In the example "dt.collapse ~ dd" will select <dd>lightblue</dd> and
<dd>darkblue</dd>.  That's not what I want.

_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to