Re: [csswg-drafts] [css-values] Function to retrieve index of element among siblings, or counter on element as integer

If a specific `sibling-index()` function is added, I guess it could also accept an argument to be consistent with the <code>of <i>S</i></code> syntax of `:nth-child()`. For example, <code>sibling-index(<i>S</i>)</code> would return the (1-based) index of the current element among its inclusive siblings that match the selector list *S*. The problem is if the element does not match *S*, then maybe return 0.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1869#issuecomment-340112791 using your GitHub account

Received on Friday, 27 October 2017 22:32:34 UTC