ul (parent)
- 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 (sibling with class name "start")
- li (sibling)
- li (sibling)
In this example, we narrow down the search result by only returning elements with class name "1", that are previous siblings of the li element with class name "start".