cssinjs / istf-spec

Interoperable Style Transfer Format [DRAFT]
247 stars 8 forks source link

Document different kinds of selector-combinators #32

Closed kitten closed 6 years ago

kitten commented 6 years ago

I must admit I can't with certainty tell what the ones except the first one are. I could probably figure this out by thinking about all the different combinators a bit more, but it made me realise that the spec needs a section on what they are :wink:

const SPACE_COMBINATOR = 5
const DOUBLED_CHILD_COMBINATOR = 6
const CHILD_COMBINATOR = 7
const NEXT_SIBLING_COMBINATOR = 8
const SUBSEQUENT_SIBLING_COMBINATOR = 9

cc @kof

kof commented 6 years ago

terminology is taken from the spec

kof commented 6 years ago

https://drafts.csswg.org/selectors/#combinators

kitten commented 6 years ago

Ah! Perfect thanks 😅