sakamies / css-vocabulary

Please check out Vocabs https://github.com/sakamies/vocabs instead.
http://apps.workflower.fi/vocabs/
MIT License
241 stars 65 forks source link

Differentiate between combinators #2

Closed andrewk closed 10 years ago

andrewk commented 10 years ago

Great work, just thought it might be worth expanding on the combinator types as you've done for selector types. Specifically, descendant combinator vs child combinator vs sibling combinator.

reference: http://www.w3.org/TR/css3-selectors/#combinators

bradfeehan commented 10 years ago

:+1:

sakamies commented 10 years ago

Agreed, just added combinator types to the list.