[csswg-drafts] Ability to Select the prev sibling (#6902)

sukhvi has just created a new issue for https://github.com/w3c/csswg-drafts:

== Ability to Select the prev sibling ==
Currently, there is no CSS support to select the previous siblings.

<div> first </div>
<div id="current"> second</div>
<div>third </div>

Currently, it supports 
#current + div { }

but it would be great if there is any option to select the previous sibling.



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6902 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 17 December 2021 09:21:10 UTC