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
//veosotano proposal
//matches any message element in note elements, that is not itself a descendant of another message element
note . message { }
//second level (of message elements) selected
note . message . message { }
behavior: when it matches it stops searching for more elements (in each branch separately)
behavior: when it matches it stops searching for more elements (in each branch separately)
proposed name: "noniterative descendant combinator"
http://www.onderhond.com/blog/work/missing-css-combinator
The text was updated successfully, but these errors were encountered: