https://drafts.csswg.org/css-scoping/#host-selector takes a <compound-selector-list> (that is, doesn't accept combinators). This is good, as otherwise it'd break the shadow tree encapsulation.
However strictly per the syntax technically something like :host(:is(div div)) should parse. I think this is a spec bug.