ul (parent)
- li
- li (the previous sibling of li with class name "start")
- li (the previous sibling of li with class name "start")
- li (the previous sibling of li with class name "start")
- li
- li
- li
In this example, we return all previous sibling elements between the li element with class name "start" and the li element with class name "stop".