mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
680c3c7bff
This change adds support for commas in :host() arguments (e.g. `:host(:not(.foo, .bar))` as well as in nested parens when the argument is applied without parens (e.g. `:host:not(:has(.foo, .bar))`). Previously these selectors would receive an extra `[nghost]` attr, e.g. `[nghost]:not(.foo, [nghost].bar)`. I didn't file a bug for this one, but it's also blocking on an internal LSC. Like the other CSS changes, I'll run a TGP to confirm this isn't breaking.