ul (parent)
- li (sibling)
- li (sibling)
- li (sibling with class name "start")
- li (the next sibling of li with class name "start")
- li (the next sibling of li with class name "start")
- li (the next sibling of li with class name "start")
In this example, we narrow down the search result by only returning elements with class name "1", that are the next siblings of the li element with class name "start".