You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-values-5] Don't use flat tree for tree-counting #9562 (#12144)
* [css-values-5] Don't use flat tree for tree-counting #9562
Per resolution[1], tree counting functions should not use the flat tree
for indexing. Instead use the term 'inclusive siblings' from the DOM
spec, which is the same term that :nth-*() selectors use.
[1] #9562 (comment)
* Update css-values-5/Overview.bs
---------
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
0 commit comments